Skip to content

Instantly share code, notes, and snippets.

@justizin
Created April 2, 2014 23:10
Show Gist options
  • Save justizin/9945174 to your computer and use it in GitHub Desktop.
Save justizin/9945174 to your computer and use it in GitHub Desktop.
gmetad segfault
access("/etc/ganglia/gmetad.conf", R_OK) = 0
open("/etc/ganglia/gmetad.conf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=4920, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f5af5767000
read(3, "# This is an example of a Gangli"..., 4096) = 4096
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)
gmetad.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment