[Nagiosplug-devel] [ nagiosplug-Bugs-1447642 ] check_ping segmentation fault on Solaris 10
SourceForge.net
noreply at sourceforge.net
Sat Mar 11 00:17:02 CET 2006
Bugs item #1447642, was opened at 2006-03-11 00:11
Message generated for change (Comment added) made by tonvoon
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1447642&group_id=29880
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General plugin execution
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Matisse Enzer (matisse)
>Assigned to: Ton Voon (tonvoon)
Summary: check_ping segmentation fault on Solaris 10
Initial Comment:
Hmmm. The check_ping plugin dumps core.... Is this a
known issue?
~/nagios/libexec: uname -a
SunOS rdcuxsrv143 5.10 Generic_118822-20 sun4u sparc
SUNW,Sun-Fire-V890 Solaris
~/nagios/libexec: ./check_ping -H localhost -w "99,5%"
-c "100,20%" -p 1 Segmentation fault (core dumped)
~/nagios/libexec:
And here's the tailend of truss output:
3980: open64("/var/run/name_service_door", O_RDONLY) = 3
3980: fcntl(3, F_SETFD, 0x00000001) = 0
3980: door_info(3, 0xFEBEF7E8) = 0
3980: door_call(3, 0xFFBFC1F8) = 0
3980: brk(0x0002B7E8) = 0
3980: brk(0x0002D7E8) = 0
3980: sigaction(SIGALRM, 0xFFBFE778, 0xFFBFE818) = 0
3980: alarm(10) = 0
3980: fstat64(63, 0xFFBFD978)
Err#9 EBADF
3980: fstat64(63, 0xFFBFD820)
Err#9 EBADF
3980: ioctl(63, TCGETA, 0xFFBFD904)
Err#9 EBADF
3980: Incurred fault #6, FLTBOUNDS %pc = 0xFF1D099C
3980: siginfo: SIGSEGV SEGV_MAPERR addr=0x0002E000
3980: Received signal #11, SIGSEGV [default]
3980: sigi
----------------------------------------------------------------------
>Comment By: Ton Voon (tonvoon)
Date: 2006-03-11 08:16
Message:
Logged In: YES
user_id=664364
Matisse,
There was a reported coredump on check_ping a few weeks back which has
been fixed in CVS. Please try the snapshot at http://nagiosplug.sf.net/
snapshot.
Alternatively, please try check_icmp which checks network connectivity
natively. The snapshot will install with suid if make install is run as root.
Ton
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1447642&group_id=29880
More information about the Devel
mailing list