Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. pi@raspi ~ $ gdb --args mono sirp.exe
  2. GNU gdb (GDB) 7.4.1-debian
  3. Copyright (C) 2012 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "arm-linux-gnueabihf".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /usr/bin/mono...done.
  12. (gdb) r
  13. Starting program: /usr/bin/mono sirp.exe
  14. [Thread debugging using libthread_db enabled]
  15. Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
  16. [New Thread 0xb5bf7430 (LWP 2967)]
  17.  
  18. Program received signal SIGSEGV, Segmentation fault.
  19. 0xb5889f50 in ?? () from /home/pi/libbassmix.so
  20. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement