Created
January 8, 2012 22:42
-
-
Save rphillips/1579977 to your computer and use it in GitHub Desktop.
This file contains 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 EXC_BAD_ACCESS, Could not access memory. | |
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000034 | |
0x000000010007fa4c in ev_ref (loop=0x0) at ev.c:2544 | |
2544 ++activecnt; | |
(gdb) bt | |
#0 0x000000010007fa4c in ev_ref (loop=0x0) at ev.c:2544 | |
#1 0x000000010007febb in ev_start (loop=0x0, w=0x113f40, active=1) at ev.c:2645 | |
#2 0x0000000100080d68 in ev_signal_start (loop=0x0, w=0x113f40) at ev.c:2906 | |
#3 0x000000010000e6cf in luv_activate_signal_handler (L=0x41378) at luv_misc.c:199 | |
#4 0x0000000100016126 in lj_BC_FUNCC () at buildvm_x86.dasc:732 | |
Previous frame inner to this frame (gdb could not unwind past this frame) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment