Bug 1562770
Summary: | [Ganesha] : Ganesha crashed in ec_notify(). | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Ambarish <asoman> | |
Component: | nfs-ganesha | Assignee: | Xavi Hernandez <jahernan> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Manisha Saini <msaini> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | rhgs-3.4 | CC: | aspandey, bturner, dang, ffilz, jahernan, jijoy, jthottan, kkeithle, mbenjamin, msaini, pasik, pkarampu, rhinduja, rhs-bugs, sheggodu, skoduri, storage-qa-internal | |
Target Milestone: | --- | Keywords: | Triaged, ZStream | |
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1562951 (view as bug list) | Environment: | ||
Last Closed: | 2020-01-09 10:52:29 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 1562951, 1563306 | |||
Bug Blocks: |
Description
Ambarish
2018-04-02 13:08:28 UTC
The crash is fairly reproducible. The core on gqas003 is slightly different : (gdb) bt #0 0x00007fbf68eae052 in ec_notify () from /usr/lib64/glusterfs/3.12.2/xlator/cluster/disperse.so #1 0x00007fbf68eae3a9 in notify () from /usr/lib64/glusterfs/3.12.2/xlator/cluster/disperse.so #2 0x00007fbf762b5a62 in xlator_notify () from /lib64/libglusterfs.so.0 #3 0x00007fbf76355cc4 in default_notify () from /lib64/libglusterfs.so.0 #4 0x00007fbf69134e39 in client_notify_dispatch () from /usr/lib64/glusterfs/3.12.2/xlator/protocol/client.so #5 0x00007fbf69134e9a in client_notify_dispatch_uniq () from /usr/lib64/glusterfs/3.12.2/xlator/protocol/client.so #6 0x00007fbf69136207 in client_rpc_notify () from /usr/lib64/glusterfs/3.12.2/xlator/protocol/client.so #7 0x00007fbf7608050b in rpc_clnt_notify () from /lib64/libgfrpc.so.0 #8 0x00007fbf7607c473 in rpc_transport_notify () from /lib64/libgfrpc.so.0 #9 0x00007fbf6980fbaf in socket_event_handler () from /usr/lib64/glusterfs/3.12.2/rpc-transport/socket.so #10 0x00007fbf763153d4 in event_dispatch_epoll_worker () from /lib64/libglusterfs.so.0 #11 0x00007fbf7b7acdd5 in start_thread () from /lib64/libpthread.so.0 #12 0x00007fbf7ae78b3d in clone () from /lib64/libc.so.6 (gdb) CC'ing EC guys - Pranith,Xavi,Ashish. (Since at least superficially it seems to come from EC) Maybe it's not. I misread the bt and thought it had crashed in gf_timer_call_cancel(). The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |