Re: [bwm-tools-tech] bwmd crash 3-4 times the day
Brought to you by:
nkukard
From: Nigel K. <nk...@lb...> - 2008-08-13 06:41:25
|
lie...@we... wrote: > Hi Nigel, > > thanks for the fast answer. > > I will test the patch for Fedora on weekend, then i let you know. > > Now a silly question ... > > do you mean the "bwmd -f" function with "backtrace a coredump" ? > > or is in the bwm_tools another troubletool ? > > when i start "bwmd -f" and bwmd crashed, > i become the message "Segmantation fault" > > hope this is what you need, > besides i must look as the backtrace work under Suse-Linux. > Compile bwmd with -g in the CFLAGS, enable core dumping in your shell by using ulimit. When it segfaults, it will generate core.* .... open them up with gdb and do a 'bt' to get a backtrace of where in the code it choked. -N |