bbdisplay errors
list Michael Dunne
Greetings, I am running a secondary Hobbit server that relays statuses to our primary server. On the secondary server I've noticed that bbdisplay keeps crashing with the following error: Task bbdisplay terminated by signal 6 Here is the bt output: #0 0x9004802c in kill () (gdb) bt #0 0x9004802c in kill () #1 0x9012dfb4 in abort () #2 0x00018938 in ucp_table () #3 <signal handler called> #4 internal_dfa_exec (md=0x0, this_start_code=0x0, current_subject=0x1 "", start_offset=-1876859368, offsets=0x8, offsetcount=1413816420, workspace=0x2, wscount=4198465, ims=0, rlevel=3, recursing=0) at ./pcre_dfa_exec.c:1579 #5 0x00003cfc in compile_regex (options=0, oldims=0, brackets=0x0, codeptr=0x0, ptrptr=0x0, errorcodeptr=0x0, lookbehind=3154208, skipbytes=4198465, firstbyteptr=0x0, reqbyteptr=0x0, bcptr=0x0, cd=0x0) at ./pcre_compile.c:3157 (gdb) Using Hobbit 4.2.0, fully patched. Thanks in advance for any assistance. Mike
list Michael Dunne
Greetings, I am running a secondary Hobbit server that relays statuses to our primary server. On the secondary server I've noticed that bbdisplay keeps crashing with the following error: Task bbdisplay terminated by signal 6 Here is the bt output: #0 0x9004802c in kill () (gdb) bt #0 0x9004802c in kill () #1 0x9012dfb4 in abort () #2 0x00018938 in ucp_table () #3 <signal handler called> #4 internal_dfa_exec (md=0x0, this_start_code=0x0, current_subject=0x1 "", start_offset=-1876859368, offsets=0x8, offsetcount=1413816420, workspace=0x2, wscount=4198465, ims=0, rlevel=3, recursing=0) at ./pcre_dfa_exec.c:1579 #5 0x00003cfc in compile_regex (options=0, oldims=0, brackets=0x0, codeptr=0x0, ptrptr=0x0, errorcodeptr=0x0, lookbehind=3154208, skipbytes=4198465, firstbyteptr=0x0, reqbyteptr=0x0, bcptr=0x0, cd=0x0) at ./pcre_compile.c:3157 (gdb) Using Hobbit 4.2.0, fully patched. Thanks in advance for any assistance. Mike
list Jason Altrincham Jones
"I've noticed that bbdisplay" do you mean bbgen? If so when you applied the patch to this server did you do "make clean" when installing it? If not then try it, this happened to me a while ago, I doubt it is anything to do with the fact that it is the secondary server since ours has no problems. Thanks, Jason.
▸
-----Original Message-----
From: Michael Dunne [mailto:user-cb942661a22f@xymon.invalid] Sent: 14 November 2006 16:35
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] bbdisplay errors
Greetings,
I am running a secondary Hobbit server that relays statuses to our primary server. On the secondary server I've noticed that bbdisplay keeps crashing with the following error:
Task bbdisplay terminated by signal 6
Here is the bt output:
#0 0x9004802c in kill ()
(gdb) bt
#0 0x9004802c in kill ()
#1 0x9012dfb4 in abort ()
#2 0x00018938 in ucp_table ()
#3 <signal handler called>
#4 internal_dfa_exec (md=0x0, this_start_code=0x0, current_subject=0x1 "", start_offset=-1876859368, offsets=0x8, offsetcount=1413816420, workspace=0x2, wscount=4198465, ims=0, rlevel=3, recursing=0) at ./pcre_dfa_exec.c:1579
#5 0x00003cfc in compile_regex (options=0, oldims=0, brackets=0x0, codeptr=0x0, ptrptr=0x0, errorcodeptr=0x0, lookbehind=3154208, skipbytes=4198465, firstbyteptr=0x0, reqbyteptr=0x0, bcptr=0x0, cd=0x0) at ./pcre_compile.c:3157
(gdb)
Using Hobbit 4.2.0, fully patched.
Thanks in advance for any assistance.
Mike
list Johann Eggers
I had the same issue in the past. A make clean; make; make install resolves the problem Johann
▸
-----Original Message----- From: Jones, Jason (Altrincham) [mailto:user-ee957b46acd2@xymon.invalid] Sent: Dienstag, 14. November 2006 17:44 To: user-ae9b8668bcde@xymon.invalid Subject: RE: [hobbit] bbdisplay errors "I've noticed that bbdisplay" do you mean bbgen? If so when you applied the patch to this server did you do "make clean" when installing it?
If
not then try it, this happened to me a while ago, I doubt it is anything to do with the fact that it is the secondary server since ours has no problems. Thanks, Jason. -----Original Message----- From: Michael Dunne [mailto:user-cb942661a22f@xymon.invalid] Sent: 14 November 2006 16:35 To: user-ae9b8668bcde@xymon.invalid Subject: [hobbit] bbdisplay errors Greetings, I am running a secondary Hobbit server that relays statuses to our primary server. On the secondary server I've noticed that bbdisplay keeps crashing with the following error: Task bbdisplay terminated by signal 6 Here is the bt output: #0 0x9004802c in kill () (gdb) bt #0 0x9004802c in kill () #1 0x9012dfb4 in abort () #2 0x00018938 in ucp_table () #3 <signal handler called> #4 internal_dfa_exec (md=0x0, this_start_code=0x0, current_subject=0x1 "", start_offset=-1876859368, offsets=0x8, offsetcount=1413816420, workspace=0x2, wscount=4198465, ims=0, rlevel=3, recursing=0) at ./pcre_dfa_exec.c:1579 #5 0x00003cfc in compile_regex (options=0, oldims=0, brackets=0x0, codeptr=0x0, ptrptr=0x0, errorcodeptr=0x0, lookbehind=3154208, skipbytes=4198465, firstbyteptr=0x0, reqbyteptr=0x0, bcptr=0x0, cd=0x0) at ./pcre_compile.c:3157 (gdb) Using Hobbit 4.2.0, fully patched. Thanks in advance for any assistance. Mike
list Michael Dunne
That did the trick, thank you Johann and Jason for your timely advice. Mike
▸
On 11/14/06 11:54 AM, "Johann Eggers" <user-769b09132207@xymon.invalid> wrote:
I had the same issue in the past. A make clean; make; make install resolves the problem Johann-----Original Message----- From: Jones, Jason (Altrincham) [mailto:user-ee957b46acd2@xymon.invalid] Sent: Dienstag, 14. November 2006 17:44 To: user-ae9b8668bcde@xymon.invalid Subject: RE: [hobbit] bbdisplay errors "I've noticed that bbdisplay" do you mean bbgen? If so when you applied the patch to this server did you do "make clean" when installing it?Ifnot then try it, this happened to me a while ago, I doubt it is anything to do with the fact that it is the secondary server since ours has no problems. Thanks, Jason. -----Original Message----- From: Michael Dunne [mailto:user-cb942661a22f@xymon.invalid] Sent: 14 November 2006 16:35 To: user-ae9b8668bcde@xymon.invalid Subject: [hobbit] bbdisplay errors Greetings, I am running a secondary Hobbit server that relays statuses to our primary server. On the secondary server I've noticed that bbdisplay keeps crashing with the following error: Task bbdisplay terminated by signal 6 Here is the bt output: #0 0x9004802c in kill () (gdb) bt #0 0x9004802c in kill () #1 0x9012dfb4 in abort () #2 0x00018938 in ucp_table () #3 <signal handler called> #4 internal_dfa_exec (md=0x0, this_start_code=0x0, current_subject=0x1 "", start_offset=-1876859368, offsets=0x8, offsetcount=1413816420, workspace=0x2, wscount=4198465, ims=0, rlevel=3, recursing=0) at ./pcre_dfa_exec.c:1579 #5 0x00003cfc in compile_regex (options=0, oldims=0, brackets=0x0, codeptr=0x0, ptrptr=0x0, errorcodeptr=0x0, lookbehind=3154208, skipbytes=4198465, firstbyteptr=0x0, reqbyteptr=0x0, bcptr=0x0, cd=0x0) at ./pcre_compile.c:3157 (gdb) Using Hobbit 4.2.0, fully patched. Thanks in advance for any assistance. Mike
Michael Dunne Network Support Specialist AccuWeather, Inc. XXX-XXX-XXXX Ext. XXXX ~HISTORY, n. An account mostly false, of events mostly unimportant, which are brought about by rulers mostly knaves, and soldiers mostly fools. (Ambrose Bierce, "The Devil's Dictionary")~