Skip to content

Instantly share code, notes, and snippets.

@eholk
Created August 2, 2012 16:45
Show Gist options
  • Select an option

  • Save eholk/3238578 to your computer and use it in GitHub Desktop.

Select an option

Save eholk/3238578 to your computer and use it in GitHub Desktop.
Program received signal EXC_SOFTWARE, Software generated exception.
0x00007fff8fda7bca in __psynch_cvwait ()
(gdb) bt
#0 0x00007fff8fda7bca in __psynch_cvwait ()
#1 0x00007fff9628b274 in _pthread_cond_wait ()
#2 0x00000001007d6b6f in lock_and_signal::wait (this=0x101015cf8) at lock_and_signal.cpp:105
#3 0x00000001007dd23b in rust_sched_driver::start_main_loop (this=0x101015cf8) at rust_sched_driver.cpp:34
#4 0x00000001007e4fa8 in rust_kernel::run (this=0x101015cf8) at rust_kernel.cpp:186
#5 0x00000001007d71ec in rust_start (main_fn=1341408481166592, argc=22, argv=0x7fff5fbff770, crate_map=0x101015cf8) at rust.cpp:120
#6 0x0000000100001124 in start ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment