It is also dumping core... here is the gdb results from the core file. Going to try turning debugging on next:
bash-2.03$ gdb ../bin/hobbitd core GNU gdb 6.0 Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "sparc-sun-solaris2.8"... Core was generated by `hobbitd --restart=/opt/hobbit/server/tmp/hobbitd.chk --checkpoint-file=/opt/hob'. Program terminated with signal 6, Aborted. Reading symbols from /usr/lib/libresolv.so.2...done. Loaded symbols for /usr/lib/libresolv.so.2 Reading symbols from /usr/lib/libsocket.so.1...done. Loaded symbols for /usr/lib/libsocket.so.1 Reading symbols from /usr/lib/libnsl.so.1...done. Loaded symbols for /usr/lib/libnsl.so.1 Reading symbols from /usr/lib/libc.so.1...done. Loaded symbols for /usr/lib/libc.so.1 Reading symbols from /usr/lib/libdl.so.1...done. Loaded symbols for /usr/lib/libdl.so.1 Reading symbols from /usr/lib/libmp.so.2...done. Loaded symbols for /usr/lib/libmp.so.2 Reading symbols from /usr/platform/SUNW,UltraAX-i2/lib/libc_psr.so.1...done. Loaded symbols for /usr/platform/SUNW,UltraAX-i2/lib/libc_psr.so.1 #0 0xff19fc14 in _libc_kill () from /usr/lib/libc.so.1 (gdb) backtrace #0 0xff19fc14 in _libc_kill () from /usr/lib/libc.so.1 #1 0xff13598c in abort () from /usr/lib/libc.so.1 #2 0x0001cf54 in sigsegv_handler (signum=-14958584) at sig.c:57 #3 <signal handler called>
On Mon, 28 Feb 2005 13:56:55 -0800, Brian Lynch <brianlynch at gmail.com> wrote:
More information.. It looks like the hobbitd daemon is dying sporadically with the following entries repeating each time in hobbitlaunch.log:
2005-02-28 06:45:21 Task bbhistory started with PID 22393 2005-02-28 06:45:21 Task bbenadis started with PID 22395 2005-02-28 06:45:21 Task bbpage started with PID 22397 2005-02-28 06:45:21 Task larrdstatus started with PID 22399 2005-02-28 06:45:21 Task larrddata started with PID 22401 2005-02-28 06:45:26 Task bbnet started with PID 22428 2005-02-28 06:45:32 Task bbdisplay started with PID 22455 2005-02-28 06:45:32 Task bbretest started with PID 22456 2005-02-28 06:45:32 Task bbdisplay-noc started with PID 22457 2005-02-28 06:46:35 Task bbdisplay started with PID 22761 2005-02-28 06:46:35 Task bbretest started with PID 22762 2005-02-28 06:46:35 Task bbdisplay-noc started with PID 22767 2005-02-28 06:47:35 Task bbdisplay started with PID 23057 2005-02-28 06:47:35 Task bbretest started with PID 23060 2005-02-28 06:47:36 Task bbdisplay-noc started with PID 23067 2005-02-28 06:48:35 Task bbdisplay started with PID 23349 2005-02-28 06:48:35 Task bbretest started with PID 23350 2005-02-28 06:48:40 Task bbdisplay-noc started with PID 23380 2005-02-28 06:49:35 Task bbdisplay started with PID 23644 2005-02-28 06:49:35 Task bbretest started with PID 23645 2005-02-28 06:49:40 Task bbdisplay-noc started with PID 23674 2005-02-28 06:50:16 Task hobbitd terminated by signal 6 2005-02-28 06:50:16 Loading hostnames 2005-02-28 06:50:16 Loading saved state 2005-02-28 06:50:16 Task hobbitd started with PID 23850 2005-02-28 06:50:16 Too few fields in record - found 1, expected 17 2005-02-28 06:50:16 Too few fields in record - found 1, expected 17 2005-02-28 06:50:16 Too few fields in record - found 1, expected 17 2005-02-28 06:50:16 Too few fields in record - found 1, expected 17 2005-02-28 06:50:16 Too few fields in record - found 1, expected 17 2005-02-28 06:50:16 Setting up network listener on 0.0.0.0:1984 2005-02-28 06:50:16 Setting up signal handlers 2005-02-28 06:50:16 Setting up hobbitd channels 2005-02-28 06:50:16 Setting up logfiles
On Mon, 28 Feb 2005 11:18:39 -0800, Brian Lynch <brianlynch at gmail.com> wrote:
Looks like this problem is also resolved by waiting a few minutes.
On Mon, 28 Feb 2005 10:59:51 -0800, Brian Lynch <brianlynch at gmail.com> wrote:
I am getting a sporadic problem with the latest release (RC4). The bb-hostsvc.cgi starts returns the message "Status not available" for all services. After a restart of the hobbitd daemon, everything is back to normal. There doesn't seem to be a pattern on this one yet. Looking at every hour or so. Note that I am running on Solaris 2.8.
- Brian