Advertisement
Guest User

Untitled

a guest
Sep 29th, 2014
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. pi@raspi ~ $ mono bassmixchk.exe
  2. Stacktrace:
  3.  
  4.  
  5. Native stacktrace:
  6.  
  7.  
  8. Debug info from gdb:
  9.  
  10. [Thread debugging using libthread_db enabled]
  11. Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
  12. [New Thread 0xb69f3430 (LWP 2549)]
  13. 0xb6e3fa3c in waitpid () from /lib/arm-linux-gnueabihf/libpthread.so.0
  14. Id Target Id Frame
  15. 2 Thread 0xb69f3430 (LWP 2549) "mono" 0xb6e3d700 in sem_wait@@GLIBC_2.4 () from /lib/arm-linux-gnueabihf/libpthread.so.0
  16. * 1 Thread 0xb6f13000 (LWP 2548) "mono" 0xb6e3fa3c in waitpid () from /lib/arm-linux-gnueabihf/libpthread.so.0
  17.  
  18. Thread 2 (Thread 0xb69f3430 (LWP 2549)):
  19. #0 0xb6e3d700 in sem_wait@@GLIBC_2.4 () from /lib/arm-linux-gnueabihf/libpthread.so.0
  20. #1 0x001fff10 in mono_sem_wait (sem=0x2f523c, alertable=1) at mono-semaphore.c:119
  21. #2 0x0017db28 in finalizer_thread (unused=<optimized out>) at gc.c:1073
  22. #3 0x001625b4 in start_wrapper_internal (data=0x122a8a8) at threads.c:643
  23. #4 start_wrapper (data=0x122a8a8) at threads.c:688
  24. #5 0x001f5c30 in thread_start_routine (args=0x11e56b8) at wthreads.c:294
  25. #6 0x00204268 in inner_start_thread (arg=0x11e56ac) at mono-threads-posix.c:49
  26. #7 0xb6e36bfc in start_thread () from /lib/arm-linux-gnueabihf/libpthread.so.0
  27. #8 0xb6da3968 in ?? () from /lib/arm-linux-gnueabihf/libc.so.6
  28. #9 0xb6da3968 in ?? () from /lib/arm-linux-gnueabihf/libc.so.6
  29. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  30.  
  31. Thread 1 (Thread 0xb6f13000 (LWP 2548)):
  32. #0 0xb6e3fa3c in waitpid () from /lib/arm-linux-gnueabihf/libpthread.so.0
  33. #1 0x000b2148 in mono_handle_native_sigsegv (signal=<optimized out>, ctx=<optimized out>) at mini-exceptions.c:2299
  34. #2 0x00027af8 in mono_sigsegv_signal_handler (_dummy=11, info=0xbe80e810, context=0xbe80e890) at mini.c:6777
  35. #3 <signal handler called>
  36. #4 0xb684af50 in ?? () from /home/pi/libbassmix.so
  37. #5 0xb6f06fc4 in ?? () from /lib/ld-linux-armhf.so.3
  38. #6 0x00000000 in ?? ()
  39.  
  40. =================================================================
  41. Got a SIGSEGV while executing native code. This usually indicates
  42. a fatal error in the mono runtime or one of the native libraries
  43. used by your application.
  44. =================================================================
  45.  
  46. Aborted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement