Advertisement
Guest User

Untitled

a guest
May 14th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 1.56 KB | None | 0 0
  1. $ gdb systemsettings5
  2. GNU gdb (Ubuntu 7.99.90.20170502-0ubuntu1) 7.99.90.20170502-git
  3. Copyright (C) 2017 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 systemsettings5...Reading symbols from /usr/lib/debug/.build-id/85/88c37fb39e1bf04b8f15c06098bfd38d4336a6.debug...done.
  17. done.
  18. (gdb) r
  19. Starting program: /usr/bin/systemsettings5
  20. [Thread debugging using libthread_db enabled]
  21. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  22. [New Thread 0x7f42fc5bc700 (LWP 12931)]
  23. [New Thread 0x7f42f3df5700 (LWP 12932)]
  24. [New Thread 0x7f42eaa02700 (LWP 12934)]
  25.  
  26. Thread 1 "systemsettings5" received signal SIGSEGV, Segmentation fault.
  27. QObject::property (this=0x0, name=name@entry=0x7f42f037cd00 "implicitWidth") at kernel/qobject.cpp:3902
  28. 3902    kernel/qobject.cpp: No such file or directory.
  29. (gdb) b
  30. Breakpoint 1 at 0x7f430c1a428a: file ../../include/QtCore/../../src/corelib/tools/qscopedpointer.h, line 141.
  31. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement