Guest User

Qtractor crash with EQ plugin

a guest
Jan 6th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. gdb qtractor
  2. GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
  3. Copyright (C) 2014 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 "x86_64-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from qtractor...(no debugging symbols found)...done.
  17. (gdb) thread apply all bt
  18. (gdb) run
  19. Starting program: /usr/bin/qtractor
  20. [Thread debugging using libthread_db enabled]
  21. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  22. Traceback (most recent call last):
  23. File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
  24. from libstdcxx.v6.printers import register_libstdcxx_printers
  25. ImportError: No module named 'libstdcxx'
  26. [New Thread 0x7fffe176e700 (LWP 19480)]
  27. [New Thread 0x7fffe16ed700 (LWP 19481)]
  28. [New Thread 0x7fffe0f11700 (LWP 19482)]
  29. [New Thread 0x7fffe166c700 (LWP 19483)]
  30. [New Thread 0x7fffd4edf700 (LWP 19484)]
  31. [New Thread 0x7fffcffff700 (LWP 19485)]
  32. [New Thread 0x7fffcf7fe700 (LWP 19486)]
  33. [New Thread 0x7fffcd866700 (LWP 19491)]
  34. [New Thread 0x7fffccc5c700 (LWP 19496)]
  35.  
  36. Program received signal SIGSEGV, Segmentation fault.
  37. [Switching to Thread 0x7fffe166c700 (LWP 19483)]
  38. 0x00007fffcc255ef0 in ?? ()
  39. (gdb) bt
  40. #0 0x00007fffcc255ef0 in ?? ()
  41. #1 0x0000000003cce4a8 in ?? ()
  42. #2 0x0000000000000002 in ?? ()
  43. #3 0x0000000000000002 in ?? ()
  44. #4 0x00007fffb9e1e6be in ?? () from /usr/lib/lv2/helm.lv2/helm.so
  45. #5 0x00000000004a0a57 in ?? ()
  46. #6 0x000000000051f2ab in ?? ()
  47. #7 0x00000000004ae78f in ?? ()
  48. #8 0x0000000000448b02 in ?? ()
  49. #9 0x00007ffff7b9f2cd in ?? () from /usr/lib/x86_64-linux-gnu/libjack.so.0
  50. #10 0x00007ffff7b9e9c8 in ?? () from /usr/lib/x86_64-linux-gnu/libjack.so.0
  51. #11 0x00007ffff7bbac40 in ?? () from /usr/lib/x86_64-linux-gnu/libjack.so.0
  52. #12 0x00007ffff4e12182 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  53. #13 0x00007ffff431f47d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  54. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment