Advertisement
sabayonino

plasma-desktop_1_gdb.log

Mar 2nd, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. gdb --args plasma-desktop --nofork
  2. GNU gdb (Gentoo 7.4 p1) 7.4
  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 "x86_64-pc-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://bugs.gentoo.org/>...
  11. Reading symbols from /usr/bin/plasma-desktop...Reading symbols from /usr/lib64/debug/usr/bin/plasma-desktop.debug...done.
  12. done.
  13. (gdb) run
  14. Starting program: /usr/bin/plasma-desktop --nofork
  15. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
  16. unnamed app(11600)/plasma kdemain: !!{} STARTUP TIME 46922596 START (line: 49 )
  17. QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
  18. plasma-desktop(11600): KUniqueApplication: Can't setup D-Bus service. Probably already running.
  19.  
  20. [Inferior 1 (process 11600) exited with code 0377]
  21. (gdb) set loggin file plasma-desktop.log
  22. (gdb) set loggin on
  23. Copying output to plasma-desktop.log.
  24.  
  25. ##################### Plug and Unplug an usb-pendrive : Plasma Crash ###################
  26.  
  27. (gdb) bt
  28. No stack.
  29. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement