Advertisement
Guest User

Untitled

a guest
Feb 5th, 2015
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. ➜ Qt gdb Tools/QtCreator/bin/qtcreator
  2. GNU gdb (Ubuntu 7.8.2-0ubuntu1) 7.8.2
  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 Tools/QtCreator/bin/qtcreator...(no debugging symbols found)...done.
  17. (gdb) r
  18. Starting program: /home/paulo/opt/Qt/Tools/QtCreator/bin/qtcreator
  19. [Thread debugging using libthread_db enabled]
  20. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  21. [New Thread 0x7fffed61d700 (LWP 15170)]
  22.  
  23. Program received signal SIGSEGV, Segmentation fault.
  24. 0x00007ffff6b912eb in QVariant::~QVariant() () from /home/paulo/opt/Qt/Tools/QtCreator/bin/../lib/qtcreator/libQt5Core.so.5
  25. (gdb) bt
  26. #0 0x00007ffff6b912eb in QVariant::~QVariant() () from /home/paulo/opt/Qt/Tools/QtCreator/bin/../lib/qtcreator/libQt5Core.so.5
  27. #1 0x00007ffff5367c72 in QGuiApplicationPrivate::init() () from /home/paulo/opt/Qt/Tools/QtCreator/bin/../lib/qtcreator/./libQt5Gui.so.5
  28. #2 0x00007ffff74707b2 in QApplication::QApplication(int&, char**, int) () from /home/paulo/opt/Qt/Tools/QtCreator/bin/../lib/qtcreator/libQt5Widgets.so.5
  29. #3 0x000000000040b129 in ?? ()
  30. #4 0x0000000000406a2c in ?? ()
  31. #5 0x00007ffff5d8eec5 in __libc_start_main (main=0x406980, argc=1, argv=0x7fffffffe318, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe308) at libc-start.c:287
  32. #6 0x000000000040a985 in ?? ()
  33. #7 0x00007fffffffe308 in ?? ()
  34. #8 0x000000000000001c in ?? ()
  35. #9 0x0000000000000001 in ?? ()
  36. #10 0x00007fffffffe6b9 in ?? ()
  37. #11 0x0000000000000000 in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement