Created
January 11, 2013 22:00
-
-
Save awreece/4514301 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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