Nagios-Plugin - Segementation Fault error

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
ios007
Posts: 1
Joined: Tue Mar 27, 2012 7:54 am

Nagios-Plugin - Segementation Fault error

Post by ios007 »

Hello,

I'm am using VMware and I have installed OpenSUSE 11 (64) - Paravirtualization. I have tried to install nagios-plugins-1.4, but when I want to test it I receive a "Segmentation fault" error.
Example:

# ./check_users -w 20 -c40
Segmentation fault


Using strace the output is:


munmap(0x7ff5a968d000, 221732) = 0
open("/usr/lib/locale/en.UTF-8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/en.utf8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/en/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++




Please Help!
Locked