Skip to content

Instantly share code, notes, and snippets.

@awreece
Created January 11, 2013 22:00
Show Gist options
  • Save awreece/4514301 to your computer and use it in GitHub Desktop.
Save awreece/4514301 to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
0x000000000040094d in main (argc=1, argv=0x7fffffffe088) at try_perf.c:85
85 inarray[i] = rand() % 50;
Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.80.el6_3.6.x86_64
(gdb) x/i $pc
=> 0x40094d <main+116>: mov %eax,(%rbx)
(gdb) x/a $rbx
0x7ffff75a9000: 0x3010102464c457f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment