Page 1 of 1

Nagios-Plugin - Segementation Fault error

Posted: Tue Mar 27, 2012 8:20 am
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!