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 »

Boeckman, Matthew wrote:
[snip]
>>
>> gdb --args ./nagios /usr/local/nagios/etc/nagios.cfg set
>> follow-fork-mode child r
>>
>> That will allow you to do a backtrace in the child processes
>> if they segfault.
>>
>
> [New Thread -1211237488 (LWP 24010)]
> [New process 24011]
>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to process 24011]
> 0x009b1202 in vasprintf () from /lib/libc.so.6
> (gdb) Caught SIGSEGV, shutting down...
> Caught SIGSEGV, shutting down...
> Caught SIGSEGV, shutting down...
> Caught SIGSEGV, shutting down...
> Caught SIGSEGV, shutting down...
>
> It loops through that SIGSEGV message until I ctrl-c out. Glibc-2.5-12
> from centos5 install.
>
>

Quick question - are you using the standard 3.0b6 release or did you
grab the CVS code this morning? If so, make sure you have the latest
CVS code as I just patched a bug.


Ethan Galstad
Nagios Developer
___
Email: [email protected]
Web: www.nagios.org





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