Skip to content

Instantly share code, notes, and snippets.

@awreece
Created October 28, 2014 06:07
Show Gist options
  • Save awreece/55c90450ad6bfafd6655 to your computer and use it in GitHub Desktop.
Save awreece/55c90450ad6bfafd6655 to your computer and use it in GitHub Desktop.
warning: core file may not match specified executable file.
[New LWP 9365]
Core was generated by `/bin/sh ./wrapper.sh'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007f79b558767a in wait4 () at ../sysdeps/unix/syscall-template.S:81
81 ../sysdeps/unix/syscall-template.S: No such file or directory.
(gdb) bt
#0 0x00007f79b558767a in wait4 () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007f79b5abce0c in ?? ()
#2 0x00007f79b5abe49d in ?? ()
#3 0x00007f79b5ab8953 in ?? ()
#4 0x00007f79b5ab7746 in ?? ()
#5 0x00007f79b5abe91e in ?? ()
#6 0x00007f79b5ab5d30 in ?? ()
#7 0x00007f79b54e7ec5 in __libc_start_main (main=0x7f79b5ab5c60, argc=2, argv=0x7ffffbdfdf88, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>,
stack_end=0x7ffffbdfdf78) at libc-start.c:287
#8 0x00007f79b5ab5e5b in ?? ()
(gdb) disas 0x00007f79b5ab7746
No function contains specified address.
(gdb) disas 0x00007f79b5ab5d30
No function contains specified address.
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment