Re: [Nagios-devel] 3.0b6 crashes with SIGSEGV

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] 3.0b6 crashes with SIGSEGV

Post by Guest »


>=20
> Confirmed. With the actual cvs code I got a Segfault.
>=20
> It seems that it is a segfaulting fork, cause gdb doesn't=20
> break the run, it is still running until a
>=20
> Here's the bt:
>=20
> ###
> Nagios 3.0b6 starting... (PID=3D24645)
> Local time is Tue Nov 06 19:49:48 CET 2007 [New Thread=20
> -1211335776 (LWP 24648)] Caught SIGSEGV, shutting down...
>=20
>
>=20
>
>=20
> bt
>=20
> Program received signal SIGINT, Interrupt.
> [Switching to Thread -1211103568 (LWP 24645)] 0xffffe410 in=20
> __kernel_vsyscall ()
> (gdb) bt
> #0 0xffffe410 in __kernel_vsyscall ()
> #1 0xb7ec0376 in ?? () from /lib/libpthread.so.0
> #2 0x0806d8ed in event_execution_loop () at events.c:1124
> #3 0x08055e2e in main (argc=3DCannot access memory at address 0x0
> ) at nagios.c:793
>=20
> (gdb) kill
> Kill the program being debugged? (y or n) y
> (gdb) q
>=20
> ###
>=20
> Interesting thing: The SIGSEGV is mentioned in the nagios.log:
>=20
> [1194375179] Caught SIGSEGV, shutting down...
> [1194375179] Caught SIGSEGV, shutting down...
> [1194375179] Caught SIGSEGV, shutting down...
> [1194375179] Caught SIGSEGV, shutting down...
> [1194375179] Caught SIGSEGV, shutting down...
> [1194375179] Caught SIGSEGV, shutting down...
> [1194375179] Caught SIGSEGV, shutting down...
>=20

I should have mentioned that - gdb asked me to kill the running process
in exactly the same way. Similairly my nagios.log is catching the
SIGSEGV.=20


> Regards
> Hendrik
>=20
> --------------------------------------------------------------
> -----------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and=20
> a browser.
> Download your FREE copy of Splunk now >>=20
> http://get.splunk.com/ _______________________________________________
> Nagios-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/lis ... gios-devel
>=20





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked