Segmentation Fault(coredump) on solaris 10

Holger Weiß holger at zedat.fu-berlin.de
Mon Sep 21 09:50:25 CEST 2015


* Samuel Mutel <samuel.mutel at 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


More information about the Help mailing list