sabayonino

plasma_1

Mar 2nd, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.02 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.  
  16. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
  17. unnamed app(7778)/plasma kdemain: !!{} STARTUP TIME 45149998 START (line: 49 )
  18. QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
  19. plasma-desktop(7778): KUniqueApplication: Can't setup D-Bus service. Probably already running.
  20.  
  21. [Inferior 1 (process 7778) exited with code 0377]
  22. (gdb)
  23. (gdb) set loggin file plasma_desktop.log
  24. (gdb) set loggin on
  25. Copying output to plasma_desktop.log.
  26. (gdb) plasma-desktop(7612)/kio (KDirListerCache) KDirListerCache::listDir: Entry already in use: KUrl("trash:/")
  27. plasma-desktop(7612)/kio (KDirListerCache) KDirListerCache::stopListingUrl: KDirLister(0x4158a60) url= KUrl("trash:/")
  28. plasma-desktop(7612)/kio (KDirListerCache) KDirListerCache::listDir: Entry already in use: KUrl("trash:/")
  29. plasma-desktop(7612)/kio (KDirListerCache) KDirListerCache::stopListingUrl: KDirLister(0x2680f90) url= KUrl("trash:/")
  30. plasma-desktop(7612)/libplasma Plasma::Corona::addOffscreenWidget: widget is already an offscreen widget!
  31. QGridLayoutEngine::addItem: Cell (1, 1) already taken
  32. QGridLayoutEngine::addItem: Cell (2, 1) already taken
  33. plasma-desktop(7612)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
  34. plasma-desktop(7612)/kio (KDirListerCache) KDirListerCache::listDir: Entry already in use: KUrl("trash:/")
  35. plasma-desktop(7612)/kio (KDirListerCache) KDirListerCache::stopListingUrl: KDirLister(0x4157640) url= KUrl("trash:/")
  36. plasma-desktop(7612)/kio (KDirListerCache) KDirListerCache::listDir: Entry already in use: KUrl("trash:/")
  37. plasma-desktop(7612)/kio (KDirListerCache) KDirListerCache::stopListingUrl: KDirLister(0x40e0c50) url= KUrl("trash:/")
  38. plasma-desktop(7612)/libplasma Plasma::Corona::addOffscreenWidget: widget is already an offscreen widget!
  39. plasma-desktop(7612)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
  40. plasma-desktop(7612)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
  41. KCrash: Attempting to start /usr/bin/plasma-desktop from kdeinit
  42. sock_file=/home/nykay/.kde4/socket-sabayon/kdeinit4__0
  43. KCrash: crashing... crashRecursionCounter = 2
  44. KCrash: Application Name = plasma-desktop path = /usr/bin pid = 7612
  45. KCrash: Arguments: /usr/bin/plasma-desktop --nocrashhandler
  46. KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi from kdeinit
  47. sock_file=/home/nykay/.kde4/socket-sabayon/kdeinit4__0
  48. (gdb) QSocketNotifier: Invalid socket 14 and type 'Read', disabling...
  49. (gdb) bt
  50. No stack.
  51. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment