gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gluster-devel] 3.4.0beta2 crash in conservative merge?


From: Emmanuel Dreyfus
Subject: Re: [Gluster-devel] 3.4.0beta2 crash in conservative merge?
Date: Sat, 25 May 2013 18:49:14 +0200
User-agent: MacSOUP/2.7 (unregistered for 2317 days)

Emmanuel Dreyfus <address@hidden> wrote:

> Program terminated with signal 11, Segmentation fault.
> #0  0xb9e11ffd in dht_migration_complete_check_task ()

Same one with -g. 

Program terminated with signal 11, Segmentation fault.
#0  dht_migration_complete_check_task (data=
Cannot access memory at address 0xae0fffc8
) at dht-helper.c:818
818                     ret = syncop_open (dst_node, &local->loc,
819                                        local->fd->flags, local->fd);

dst_node and local->loc lead to meaningful data. However, local->fd is
NULL.

(gdb) print local->fd
$10 = (fd_t *) 0x0

But it was used earlier in the function so it got NULL in the meantime.

A question: where is frame->lock initialized?

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]