[Samba] Samba 3.0.21 + PANIC: internal error + lib/fault.c

Ralf Gross Ralf-Lists at ralfgross.de
Thu Dec 22 20:00:28 GMT 2005


Jeremy Allison schrieb:
> On Thu, Dec 22, 2005 at 05:05:47PM +0100, Ralf Gross wrote:
> >
> > [PANIC]
> Try adding -g and do a full recompile - this will ensure the smbd binary
> has symbols embedded in it. Then add the line :
> 
> panic action = /bin/sleep 999999
> 
> to the [global] section of your smb.conf and restart smbd. When 
> the panic occurs you will have a frozen smbd process as the parent
> as a sleep process. Start gdb :
> 
> gdb /usr/local/samba/sbin/smbd
> 
> and then attach to the frozen smbd process via :
> 
> attach <pid>
> 
> Then type "bt" to get the backtrace that will show us where the problem
> lies.

Thanks for your quick reply. I'll do this in January when I'm back in
the office. Should I open a bug then?

Ralf


More information about the samba mailing list