Or..not that one has failed too after reporting green for like 30 seconds, I just don't understand what has caused this, this is my only clue so far:
./bbgen 2006-10-05 12:07:54 hobbitd status-board not available Aborted (core dumped)
Jason.
-----Original Message----- From: Jones, Jason (Altrincham) Sent: 05 October 2006 12:09 To: 'hobbit at hswn.dk' Subject: RE: [hobbit] bbgen program crashed?
Hi all,
Got it all working now by cheating :) I coped the bbgen file from our local hobbit server and put it on the main one on our other site.
Thanks, Jason. -----Original Message----- From: Jones, Jason (Altrincham) Sent: 05 October 2006 11:56 To: hobbit at hswn.dk Subject: RE: [hobbit] bbgen program crashed?
Hi all,
The answer to my question seems to be yes, propagation no longer works on any of the tests...help?
Thanks, Jason.
-----Original Message----- From: Jones, Jason (Altrincham) Sent: 05 October 2006 11:51 To: hobbit at hswn.dk Subject: [hobbit] bbgen program crashed?
Hi all,
I'm getting an unusual situation, I have just applied the allinone patch and bbgen is reporting:
- Program crashed
Fatal signal caught!
But all webpages are still working, even the alternate pageset, the status of the alert is odd too it appears green but when you click on it the reports says it's been red for 35 minutes, do I need to be concerned about this?
Thanks, Jason.
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On Thu, Oct 05, 2006 at 12:12:00PM +0100, Jones, Jason (Altrincham) wrote:
Or..not that one has failed too after reporting green for like 30 seconds, I just don't understand what has caused this, this is my only clue so far:
./bbgen 2006-10-05 12:07:54 hobbitd status-board not available Aborted (core dumped)
Which version of Hobbit are you running ? If 4.2.0, did you apply any of the patches ?
There should be a core-file in the ~hobbit/server/tmp/ directory. Please run this through gdb like this:
$ gdb ~hobbit/server/bin/bbgen ~hobbit/server/tmp/core
gdb> bt
and send me the output from that "bt" command.
A copy of your hobbitserver.cfg and bb-hosts file would also be helpful, and the ~hobbit/server/tmp/hobbitd.chk file. Please send them directly to me (henrik at hswn.dk) - no reason to send them to the entire mailing list.
Regards, Henrik
On Thu, Oct 05, 2006 at 02:15:29PM +0200, Henrik Stoerner wrote:
A copy of your hobbitserver.cfg and bb-hosts file would also be helpful, and the ~hobbit/server/tmp/hobbitd.chk file. Please send them directly to me (henrik at hswn.dk) - no reason to send them to the entire mailing list.
Also, check the hobbitlaunch.log for any signs that the "hobbitd" program has crashed. What happens when you run the command
~hobbit/server/bin/bb 127.0.0.1 hobbitdboard
on the server ?
Henrik
Hi Henrik,
gdb /usr/local/hobbit/server/bin/bbgen /usr/local/hobbit/server/tmp/core.19948
GNU gdb Red Hat Linux (5.3.90-0.20030710.40rh) 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 "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1".
warning: exec file is newer than core file. Core was generated by `/usr/local/hobbit/server/bin/bbgen --pageset=itnow --subpagecolumns=6 --nopropy'. Program terminated with signal 6, Aborted. Reading symbols from /lib/libpcre.so.0...done. Loaded symbols for /lib/libpcre.so.0 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 0xb75ebc32 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
(gdb) bt #0 0xb75ebc32 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2 #1 0xb74bea09 in raise () from /lib/tls/libc.so.6 #2 0xb74c0235 in abort () from /lib/tls/libc.so.6 #3 0x080626be in sigsegv_handler (signum=11) at sig.c:52 #4 <signal handler called> #5 calc_pagecolors (phead=0x8084e00) at process.c:106 #6 0x080512d0 in calc_pagecolors (phead=0x8084db0) at process.c:155 #7 0x08049e59 in main (argc=6, argv=0xbfff9aa4) at bbgen.c:594 (gdb)
If that means anything to you, I am running 4.2.0 and applied the allinone patch when it happened, seems to work now I just reinstall using make clean and make check, still strange how it happened. As for the:
/usr/local/hobbit/server/bin/bb 127.0.0.1 hobbitdboard
That output is huge still want me to send it so maybe you can figure out how I messed up?
Jason.
-----Original Message----- From: Henrik Stoerner [mailto:henrik at hswn.dk] Sent: 05 October 2006 13:17 To: hobbit at hswn.dk Subject: Re: FW: [hobbit] bbgen program crashed?
On Thu, Oct 05, 2006 at 02:15:29PM +0200, Henrik Stoerner wrote:
A copy of your hobbitserver.cfg and bb-hosts file would also be helpful, and the ~hobbit/server/tmp/hobbitd.chk file. Please send them directly to me (henrik at hswn.dk) - no reason to send them to the entire mailing list.
Also, check the hobbitlaunch.log for any signs that the "hobbitd" program has crashed. What happens when you run the command
~hobbit/server/bin/bb 127.0.0.1 hobbitdboard
on the server ?
Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Hi Jason,
it's fine that it is working now, but I would like to find out what happened. If you could pack the bbgen executable and the core file into a tar.gz archive and either mail it to me or ftp it to the /incoming directory on www.hswn.dk, I would appreciate it.
On Thu, Oct 05, 2006 at 01:40:09PM +0100, Jones, Jason (Altrincham) wrote:
#3 0x080626be in sigsegv_handler (signum=11) at sig.c:52 #4 <signal handler called> #5 calc_pagecolors (phead=0x8084e00) at process.c:106 #6 0x080512d0 in calc_pagecolors (phead=0x8084db0) at process.c:155 #7 0x08049e59 in main (argc=6, argv=0xbfff9aa4) at bbgen.c:594
I can see where it crashes, but not quite why. That's the reason I'd like to have a closer look at whatever caused this on your system.
Regards, Henrik
participants (2)
-
henrik@hswn.dk
-
JasonAS_Jones@mentor.com