Xymon Mailing List Archive search

A few hobbit problems

list Eric E *hs Schwimmer
Mon, 4 Apr 2005 09:11:17 -0400
Message-Id: <user-4b11a5c5d889@xymon.invalid>

Here's the gdb output:

Core was generated by `bbgen --hobbitd --recentgifs --subpagecolumns=2 --report'.
Program terminated with signal 6, Aborted.
Reading symbols from /lib/tls/libc.so.6...done.
Loaded symbols for /lib/tls/libc.so.6
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
#0  0x007d57a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
(gdb) bt
#0  0x007d57a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1  0x00815955 in raise () from /lib/tls/libc.so.6
#2  0x00817319 in abort () from /lib/tls/libc.so.6
#3  0x0805df0e in sigsegv_handler (signum=11) at sig.c:57
#4  <signal handler called>
#5  0x00856490 in strcpy () from /lib/tls/libc.so.6
#6  0x0804d1ed in load_bbhosts (pgset=0x80647e3 "") at loadbbhosts.c:603
#7  0x08049bdb in main (argc=5, argv=0xbff67c44) at bbgen.c:550

-Eric

-----Original Message-----
From:	Henrik Stoerner [mailto:user-ce4a2c883f75@xymon.invalid]
Sent:	Mon 4/4/2005 1:55 AM
To:	user-ae9b8668bcde@xymon.invalid
Cc:	
Subject:	Re: [hobbit] A few hobbit problems
On Sun, Apr 03, 2005 at 06:32:22PM -0400, Schwimmer, Eric E *HS wrote:
When I include any one of the following three lines in my bb-hosts file:
137.54.102.2   healthsystem.virginia.edu # http://healthsystem.virginia.edu/
137.54.102.2   healthsystem.virginia.edu # http://healthsystem.virginia.edu=137.54.102.2/
137.54.102.2   healthsystem.virginia.edu # http://137.54.102.2/

The bbgen process seems to hang.  The 'healthsystem.virginia.edu'
page fails to appear in the appropriate menu.  None of the menu
pages update, although individual test pages (such as a conn test
for a switch) update appropriately.
Furthermore, the bbgen test for my hobbit server sends this message:
- Program crashed
Fatal signal caught!
This is a sure sign of the "bbgen" task crashing while generating the
new webpages. You should find a core file from it in the
~hobbit/server/tmp/ directory (or occasionally in ~hobbit/data/logs/),
so do the same thing that you did with the eventlog problem:

    cd ~hobbit/server
    gdb bin/bbgen tmp/core
    gdb> bt

and send me the output.


Thanks,

Henrik