Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. (gdb) bt full
  2. #0 0x76a88504 in pthread_cond_wait@@GLIBC_2.4 () from /lib/arm-linux-gnueabihf/libpthread.so.0
  3. No symbol table info available.
  4. #1 0x76be5b90 in pthread_cond_wait () from /lib/arm-linux-gnueabihf/libc.so.6
  5. No symbol table info available.
  6. #2 0x76dab4e4 in uv_cond_wait () from /home/cspencer/.rakudobrew/moar-nom/install/lib/libmoar.so
  7. No symbol table info available.
  8. #3 0x76d36584 in MVM_conditionvariable_wait () from /home/cspencer/.rakudobrew/moar-nom/install/lib/libmoar.so
  9. No symbol table info available.
  10. #4 0x76cdebfc in MVM_interp_run () from /home/cspencer/.rakudobrew/moar-nom/install/lib/libmoar.so
  11. No symbol table info available.
  12. #5 0x00a0e440 in ?? ()
  13. No symbol table info available.
  14. Cannot access memory at address 0x0
  15. #6 0x00a0e440 in ?? ()
  16. No symbol table info available.
  17. Cannot access memory at address 0x0
  18. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  19. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement