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

Jeremy Allison jra at samba.org
Thu Dec 22 21:22:00 GMT 2005


On Thu, Dec 22, 2005 at 09:00:28PM +0100, Ralf Gross wrote:
> 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?

Yes please - attach these messages and the backtrace.

Thanks,

Jeremy.


More information about the samba mailing list