Advertisement
Xzu

gdb for ever

Xzu
Oct 7th, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. (gdb) Thread 1
  2. [Switching to thread 1 (Thread 0x7ffff7f9d980 (LWP 15205))]
  3. #0 0x00007ffff0e03ad4 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
  4. (gdb) frame 6
  5. #6 0x00007ffff73ade09 in ARDOUR::LV2Plugin::~LV2Plugin (this=0x7dd9500,
  6. __in_chrg=<optimized out>) at ../libs/ardour/lv2_plugin.cc:585
  7. 585 LV2Plugin::~LV2Plugin ()
  8. (gdb) print name()
  9. pure virtual method called
  10. The program being debugged entered a std::terminate call, most likely
  11. caused by an unhandled C++ exception. GDB blocked this call in order
  12. to prevent the program from being terminated, and has restored the
  13. context to its original state before the call.
  14. To change this behaviour use "set unwind-on-terminating-exception off".
  15. Evaluation of the expression containing the function (__cxa_pure_virtual@plt)
  16. will be abandoned.
  17. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement