Bug 762041 (GLUSTER-309) - In replicate set-up when exnihilate.sh is run , client crashes.
Summary: In replicate set-up when exnihilate.sh is run , client crashes.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: GLUSTER-309
Product: GlusterFS
Classification: Community
Component: replicate
Version: mainline
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Vikas Gorur
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-10-12 07:26 UTC by Vinayak Hegde
Modified: 2009-11-23 08:51 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Regression: RTNR
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:


Attachments (Terms of Use)

Description Vinayak Hegde 2009-10-12 07:26:55 UTC
It is observed in all set-up.
I tested it in stripe also. Same thing happen there also.

core generated:

#0  0xb74b56a6 in client_open_cbk (frame=0x9b853f8, hdr=0xb6300468, 
    hdrlen=40, iobuf=0x0) at client-protocol.c:3781

3781            fd    = local->fd;

(gdb) bt
#0  0xb74b56a6 in client_open_cbk (frame=0x9b853f8, hdr=0xb6300468, 
    hdrlen=40, iobuf=0x0) at client-protocol.c:3781
#1  0xb74b3b25 in protocol_client_interpret (this=0x9b47ea8, 
    trans=0x9b4a6a0, hdr_p=0xb6300468 "", hdrlen=40, iobuf=0x0)
    at client-protocol.c:5915
#2  0xb74b3ccf in protocol_client_pollin (this=0x9b47ea8, trans=0x9b4a6a0)
    at client-protocol.c:6209
#3  0xb74c3c42 in notify (this=0x9b47ea8, event=2, data=0x9b4a6a0)
    at client-protocol.c:6328
#4  0xb7ea5d9f in xlator_notify (xl=0x9b47ea8, event=2, data=0x9b4a6a0)
    at xlator.c:929
#5  0xb6c52aed in socket_event_poll_in (this=0x9b4a6a0) at socket.c:713
#6  0xb6c52bab in socket_event_handler (fd=9, idx=1, data=0x9b4a6a0, 
    poll_in=1, poll_out=0, poll_err=0) at socket.c:813
#7  0xb7ec130a in event_dispatch_epoll (event_pool=0x9b439a8) at event.c:804
#8  0xb7ec00d1 in event_dispatch (event_pool=0x9b853f8) at event.c:975
#9  0x0804bf55 in main (argc=6, argv=0xbf9ffa94) at glusterfsd.c:1378

Comment 1 Anand Avati 2009-10-15 12:49:14 UTC
PATCH: http://patches.gluster.com/patch/1890 in master (storage/posix: Initialize op_errno to 0 in posix_create.)

Comment 2 Anand Avati 2009-10-15 13:03:35 UTC
PATCH: http://patches.gluster.com/patch/1897 in master (performance/write-behind:STACK_UNWIND happens only in failure path of wb_stat())


Note You need to log in before you can comment on or make changes to this bug.