Yesterday, for no apparent reason, bbproxy started crashing every few minutes. Has anybody else had this problem? Here is the stack trace:
(gdb) where #0 0x008aa7a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2 #1 0x008ea7a5 in raise () from /lib/tls/libc.so.6 #2 0x008ec209 in abort () from /lib/tls/libc.so.6 #3 0x0804e5e2 in sigsegv_handler (signum=11) at sig.c:57 #4 <signal handler called> #5 0x0804a8c8 in main (argc=6, argv=0xbff446f4) at bbproxy.c:877
I really need to get this figured out, any help would be most appreciated.
Thanks, Larry Barber
If you applied a patch you should run make clean; make; make install.
My 2 cents :-)
Jason.
From: Larry Barber [mailto:lebarber at gmail.com] Sent: 15 May 2007 14:50 To: hobbit Subject: [hobbit] bbproxy crashing
Yesterday, for no apparent reason, bbproxy started crashing every few minutes. Has anybody else had this problem? Here is the stack trace:
(gdb) where #0 0x008aa7a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2 #1 0x008ea7a5 in raise () from /lib/tls/libc.so.6 #2 0x008ec209 in abort () from /lib/tls/libc.so.6 #3 0x0804e5e2 in sigsegv_handler (signum=11) at sig.c:57 #4 <signal handler called> #5 0x0804a8c8 in main (argc=6, argv=0xbff446f4) at bbproxy.c:877
I really need to get this figured out, any help would be most appreciated.
Thanks, Larry Barber
I didn't do anything to the machine, no patches, not even any configuration changes. Bbproxy just started crashing.
Thanks, Larry Barber
On 5/15/07, Jones, Jason (Altrincham) <JasonAS_Jones at mentor.com> wrote:
If you applied a patch you should run make clean; make; make install.
My 2 cents J
Jason.
*From:* Larry Barber [mailto:lebarber at gmail.com] *Sent:* 15 May 2007 14:50 *To:* hobbit *Subject:* [hobbit] bbproxy crashing
Yesterday, for no apparent reason, bbproxy started crashing every few minutes. Has anybody else had this problem? Here is the stack trace:
(gdb) where #0 0x008aa7a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2 #1 0x008ea7a5 in raise () from /lib/tls/libc.so.6 #2 0x008ec209 in abort () from /lib/tls/libc.so.6 #3 0x0804e5e2 in sigsegv_handler (signum=11) at sig.c:57 #4 <signal handler called> #5 0x0804a8c8 in main (argc=6, argv=0xbff446f4) at bbproxy.c:877
I really need to get this figured out, any help would be most appreciated.
Thanks, Larry Barber
On Tue, May 15, 2007 at 08:49:30AM -0500, Larry Barber wrote:
Yesterday, for no apparent reason, bbproxy started crashing every few minutes. Has anybody else had this problem? Here is the stack trace:
(gdb) where #3 0x0804e5e2 in sigsegv_handler (signum=11) at sig.c:57 #4 <signal handler called> #5 0x0804a8c8 in main (argc=6, argv=0xbff446f4) at bbproxy.c:877
Weird. Could you go back into gdb and do run the commands
fr 5 p cwalk p cwalk->ssocket p fdread
Regards, Henrik
Afraid it won't be much help:
(gdb) fr 5 #5 0x0804a8c8 in main (argc=6, argv=0xbff446f4) at bbproxy.c:877 877 FD_SET(cwalk->ssocket, &fdread); (gdb) p cwalk No symbol "cwalk" in current context. (gdb) p cwalk->ssocket No symbol "cwalk" in current context. (gdb) p fdread No symbol "fdread" in current context.
Thanks, Larry Barber
On 5/15/07, Henrik Stoerner <henrik at hswn.dk> wrote:
On Tue, May 15, 2007 at 08:49:30AM -0500, Larry Barber wrote:
Yesterday, for no apparent reason, bbproxy started crashing every few minutes. Has anybody else had this problem? Here is the stack trace:
(gdb) where #3 0x0804e5e2 in sigsegv_handler (signum=11) at sig.c:57 #4 <signal handler called> #5 0x0804a8c8 in main (argc=6, argv=0xbff446f4) at bbproxy.c:877
Weird. Could you go back into gdb and do run the commands
fr 5 p cwalk p cwalk->ssocket p fdread
Regards, Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
This is getting weirder by the minute. I just restored the same configuration I was using, so that bbproxy is back in the mix, and it's not crashing anymore. I haven't really done anything to the machine beyond restoring the same config I was using yesterday. Evidently whatever was causing the problem has gone away, for now at least.
Thanks, Larry Barber
On 5/15/07, Larry Barber <lebarber at gmail.com> wrote:
Afraid it won't be much help:
(gdb) fr 5 #5 0x0804a8c8 in main (argc=6, argv=0xbff446f4) at bbproxy.c:877 877 FD_SET(cwalk->ssocket, &fdread); (gdb) p cwalk No symbol "cwalk" in current context. (gdb) p cwalk->ssocket No symbol "cwalk" in current context. (gdb) p fdread No symbol "fdread" in current context.
Thanks, Larry Barber
On 5/15/07, Henrik Stoerner <henrik at hswn.dk> wrote:
On Tue, May 15, 2007 at 08:49:30AM -0500, Larry Barber wrote:
Yesterday, for no apparent reason, bbproxy started crashing every few minutes. Has anybody else had this problem? Here is the stack trace:
(gdb) where #3 0x0804e5e2 in sigsegv_handler (signum=11) at sig.c:57 #4 <signal handler called> #5 0x0804a8c8 in main (argc=6, argv=0xbff446f4) at bbproxy.c:877
Weird. Could you go back into gdb and do run the commands
fr 5 p cwalk p cwalk->ssocket p fdread
Regards, Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Hmm ... quite odd. But unless it re-appears, troubleshooting it will be difficult. Let me know if it does.
Regards, Henrik
On Tue, May 15, 2007 at 10:17:52AM -0500, Larry Barber wrote:
This is getting weirder by the minute. I just restored the same configuration I was using, so that bbproxy is back in the mix, and it's not crashing anymore. I haven't really done anything to the machine beyond restoring the same config I was using yesterday. Evidently whatever was causing the problem has gone away, for now at least.
Thanks, Larry Barber
On 5/15/07, Larry Barber <lebarber at gmail.com> wrote:
Afraid it won't be much help:
(gdb) fr 5 #5 0x0804a8c8 in main (argc=6, argv=0xbff446f4) at bbproxy.c:877 877 FD_SET(cwalk->ssocket, &fdread); (gdb) p cwalk No symbol "cwalk" in current context. (gdb) p cwalk->ssocket No symbol "cwalk" in current context. (gdb) p fdread No symbol "fdread" in current context.
Thanks, Larry Barber
On 5/15/07, Henrik Stoerner <henrik at hswn.dk> wrote:
On Tue, May 15, 2007 at 08:49:30AM -0500, Larry Barber wrote:
Yesterday, for no apparent reason, bbproxy started crashing every few minutes. Has anybody else had this problem? Here is the stack trace:
(gdb) where #3 0x0804e5e2 in sigsegv_handler (signum=11) at sig.c:57 #4 <signal handler called> #5 0x0804a8c8 in main (argc=6, argv=0xbff446f4) at bbproxy.c:877
Weird. Could you go back into gdb and do run the commands
fr 5 p cwalk p cwalk->ssocket p fdread
Regards, Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Henrik Storner
participants (3)
-
henrik@hswn.dk
-
JasonAS_Jones@mentor.com
-
lebarber@gmail.com