* Samuel Mutel <samuel.mu...@gmail.com> [2015-09-18 14:11]:
> After compiling monitoring-plugins on solaris 10, i tried to use
> check_procs plugin.
> The result is Segmentation Fault(coredump).

Any chance you could get us a backtrace?  E.g., if you're using the GNU
build/development tools, you could call

        gdb -q /path/to/check_procs

and then (within gdb)

        run
        bt

With Sun's tools, you'd use "dbx" instead of "gdb" and "where" instead
of "bt".

Holger

Reply via email to