[Samba] samba 3.6.0 core dump

Jeremy Allison jra at samba.org
Thu Aug 18 17:30:16 MDT 2011


On Sat, Aug 13, 2011 at 01:18:00PM -0400, Justin Piszcz wrote:
> Hello,
> 
> Any thoughts on what is causing this?
> 
> Aug 13 12:42:00 box smbd[29073]: [2011/08/13 12:42:00.489676,  0]
> lib/fault.c:47(fault_report) Aug 13 12:42:00 box smbd[29073]:
> =============================================================== Aug
> 13 12:42:00 box smbd[29073]: [2011/08/13 12:42:00.490368,  0]
> lib/fault.c:48(fault_report) Aug 13 12:42:00 box smbd[29073]:
> INTERNAL ERROR: Signal 11 in pid 29073 (3.6.0) Aug 13 12:42:00 box
> smbd[29073]:   Please read the Trouble-Shooting section of the
> Samba3-HOWTO Aug 13 12:42:00 box smbd[29073]: [2011/08/13
> 12:42:00.490448,  0] lib/fault.c:50(fault_report) Aug 13 12:42:00
> box smbd[29073]: Aug 13 12:42:00 box smbd[29073]:   From:
> http://www.samba.org/samba/docs/Samba3-HOWTO.pdf Aug 13 12:42:00 box
> smbd[29073]: [2011/08/13 12:42:00.490516,  0]
> lib/fault.c:51(fault_report) Aug 13 12:42:00 box smbd[29073]:
> =============================================================== Aug

Can you install with debug symbols, and then add the line:

panic action = /bin/sleep 9999999

to the [global] section of your smb.conf. Once it crashes,
this will cause the crashed process to stay around waiting
for the sleep process to finish. Find the crashed process
using ps (it'll be the parent of the "sleep") then attach
to it using gdb - then type "bt" which will give a full
backtrace with symbols - allowing us to track it down
much more easily.

Thanks !

Jeremy.


More information about the samba mailing list