You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally! I managed to catch this while I was running under gdb. This has been bugging me for a long while now and seems to happen very rarely.
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000020
0x00000001022509de in sp_error_message ()
(gdb) bt
#0 0x00000001022509de in sp_error_message ()
#1 0x00000001021678ac in do_notify_handle ()
#2 0x000000010224d1f8 in sp_session_process_events ()
#3 0x0000000102106fac in Session_Process_Events (args=<value temporarily unavailable, due to optimizations>) at ../src/session.cc:458
#4 0x000019532880aafb in ?? ()
#5 0x00001953289d59c2 in ?? ()
#6 0x00001953288d602f in ?? ()
#7 0x00001953289d557e in ?? ()
#8 0x0000195327e0a96e in ?? ()
#9 0x0000195327e245e1 in ?? ()
#10 0x0000195327e118b7 in ?? ()
#11 0x000000010018a28c in v8::internal::Invoke ()
#12 0x0000000100146364 in v8::Function::Call ()
#13 0x0000000100008802 in node::MakeCallback ()
#14 0x00000001000088f5 in node::MakeCallback ()
#15 0x0000000100023a88 in node::TimerWrap::OnTimeout ()
#16 0x000000010012f60c in uv__run_timers ()
#17 0x0000000100125f7e in uv_run ()
#18 0x000000010000c6e3 in node::Start ()
#19 0x00000001000039f4 in start ()
(gdb)
The text was updated successfully, but these errors were encountered:
Finally! I managed to catch this while I was running under gdb. This has been bugging me for a long while now and seems to happen very rarely.
The text was updated successfully, but these errors were encountered: