Advertisement
Guest User

Untitled

a guest
Jul 20th, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.52 KB | None | 0 0
  1. gour  debian  ~  $ gdb /usr/bin/lxqt-panel
  2. GNU gdb (Debian 7.7.1-2) 7.7.1
  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 /usr/bin/lxqt-panel...Reading symbols from /usr/lib/debug/.build-id/4a/067bf085e1b1afdd0d1128a6dd24b2dea82bad.debug...done.
  17. done.
  18. (gdb) run
  19. Starting program: /usr/bin/lxqt-panel
  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 0x7fffeee50700 (LWP 5492)]
  23. [New Thread 0x7fffee64f700 (LWP 5493)]
  24. [Thread 0x7fffee64f700 (LWP 5493) exited]
  25. [New Thread 0x7fffede4e700 (LWP 5494)]
  26. [New Thread 0x7fffee64f700 (LWP 5495)]
  27. [New Thread 0x7fffdffff700 (LWP 5496)]
  28. [New Thread 0x7fffdf7fe700 (LWP 5497)]
  29. [Thread 0x7fffdf7fe700 (LWP 5497) exited]
  30. [New Thread 0x7fffdf7fe700 (LWP 5498)]
  31. [New Thread 0x7fffddbc0700 (LWP 5499)]
  32. [Thread 0x7fffdf7fe700 (LWP 5498) exited]
  33. [New Thread 0x7fffdd3bf700 (LWP 5500)]
  34. [New Thread 0x7fffdcbbe700 (LWP 5501)]
  35. [New Thread 0x7fffcffff700 (LWP 5502)]
  36. [New Thread 0x7fffcf5ed700 (LWP 5503)]
  37. X Error: BadWindow (invalid Window parameter) 3
  38. Major opcode: 20 (X_GetProperty)
  39. Resource id: 0x0
  40. X Error: BadWindow (invalid Window parameter) 3
  41. Major opcode: 20 (X_GetProperty)
  42. Resource id: 0x0
  43. X Error: BadWindow (invalid Window parameter) 3
  44. Major opcode: 20 (X_GetProperty)
  45. Resource id: 0x0
  46. X Error: BadWindow (invalid Window parameter) 3
  47. Major opcode: 20 (X_GetProperty)
  48. Resource id: 0x0
  49. X Error: BadWindow (invalid Window parameter) 3
  50. Major opcode: 20 (X_GetProperty)
  51. Resource id: 0x0
  52. X Error: BadWindow (invalid Window parameter) 3
  53. Major opcode: 20 (X_GetProperty)
  54. Resource id: 0x0
  55. X Error: BadWindow (invalid Window parameter) 3
  56. Major opcode: 3 (X_GetWindowAttributes)
  57. Resource id: 0x0
  58. X Error: BadWindow (invalid Window parameter) 3
  59. Major opcode: 2 (X_ChangeWindowAttributes)
  60. Resource id: 0x0
  61. [New Thread 0x7fffcebd8700 (LWP 5504)]
  62. [New Thread 0x7fffcddc5700 (LWP 5505)]
  63. [New Thread 0x7fffcd19b700 (LWP 5506)]
  64. settingsChanged "PulseAudio"
  65. [New Thread 0x7fffb1b26700 (LWP 5507)]
  66. [New Thread 0x7fffad324700 (LWP 5508)]
  67. LxQt::RotatedWidget(0x84c930) does not have a property named "iconSize"
  68. LxQt::RotatedWidget(0x84c930) does not have a property named "iconSize"
  69. DesktopSwitchWidget(0x6f1400, name = "DesktopSwitch") does not have a property named "iconSize"
  70. LxQtQuickLaunch(0x759fd0, name = "QuickLaunch") does not have a property named "iconSize"
  71. QLabel(0x750250, name = "QuickLaunchPlaceHolder") does not have a property named "iconSize"
  72. LxQtTaskBar(0x766b60, name = "TaskBar") does not have a property named "iconSize"
  73. QWidget(0x867090, name = "Clock") does not have a property named "iconSize"
  74. X Error: BadWindow (invalid Window parameter) 3
  75. Major opcode: 18 (X_ChangeProperty)
  76. Resource id: 0x0
  77. Another systray is running
  78. ** Dbus error **************************
  79. Error name "org.freedesktop.DBus.Error.InvalidArgs"
  80. Error msg "No such property CanHibernate"
  81. ****************************************
  82. systemd: "CanHibernate" = "yes"
  83. ** Dbus error **************************
  84. Error name "org.freedesktop.DBus.Error.InvalidArgs"
  85. Error msg "No such property CanSuspend"
  86. ****************************************
  87. systemd: "CanSuspend" = "yes"
  88. ** Dbus error **************************
  89. Error name "org.freedesktop.DBus.Error.InvalidArgs"
  90. Error msg "No such property CanHibernate"
  91. ****************************************
  92. systemd: "CanHibernate" = "yes"
  93. ** Dbus error **************************
  94. Error name "org.freedesktop.DBus.Error.InvalidArgs"
  95. Error msg "No such property CanSuspend"
  96. ****************************************
  97. systemd: "CanSuspend" = "yes"
  98. XdgCachedMenu(0x90d880, name = "TopLevelMainMenu") does not have a property named "iconSize"
  99.  
  100. Program received signal SIGSEGV, Segmentation fault.
  101. 0x00007ffff6cf375d in QAbstractButton::setChecked(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  102. (gdb) bt
  103. #0 0x00007ffff6cf375d in QAbstractButton::setChecked(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  104. #1 0x00007fffdc1b8b3c in DesktopSwitch::x11EventFilter (this=0x6f13b0, _event=<optimized out>)
  105. at /tmp/buildd/lxqt-panel-0.7.0.siduction.15/plugin-desktopswitch/desktopswitch.cpp:129
  106. #2 0x0000000000411490 in LxQtPanel::x11EventFilter (this=0x6d2a60, event=event@entry=0x7fffffffe1f0)
  107. at /tmp/buildd/lxqt-panel-0.7.0.siduction.15/panel/lxqtpanel.cpp:732
  108. #3 0x0000000000414afb in LxQtPanelApplication::x11EventFilter (this=<optimized out>, event=0x7fffffffe1f0)
  109. at /tmp/buildd/lxqt-panel-0.7.0.siduction.15/panel/lxqtpanelapplication.cpp:108
  110. #4 0x00007ffff69a58d1 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  111. #5 0x00007ffff69b3aca in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  112. #6 0x00007ffff69dc212 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  113. #7 0x00007ffff4898e04 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  114. #8 0x00007ffff4899048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  115. #9 0x00007ffff48990ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  116. #10 0x00007ffff75d5f8d in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
  117. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  118. #11 0x00007ffff69dc2c6 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  119. #12 0x00007ffff75a7481 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
  120. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  121. #13 0x00007ffff75a7795 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  122. #14 0x00007ffff75acef7 in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  123. #15 0x000000000040f1fc in main (argc=1, argv=0x7fffffffe7e8) at /tmp/buildd/lxqt-panel-0.7.0.siduction.15/panel/main.cpp:113
  124. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement