Advertisement
Guest User

Untitled

a guest
Sep 13th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.88 KB | None | 0 0
  1.  
  2. gdb
  3. GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
  4. Copyright (C) 2014 Free Software Foundation, Inc.
  5. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  6. This is free software: you are free to change and redistribute it.
  7. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  8. and "show warranty" for details.
  9. This GDB was configured as "x86_64-linux-gnu".
  10. Type "show configuration" for configuration details.
  11. For bug reporting instructions, please see:
  12. <http://www.gnu.org/software/gdb/bugs/>.
  13. Find the GDB manual and other documentation resources online at:
  14. <http://www.gnu.org/software/gdb/documentation/>.
  15. For help, type "help".
  16. Type "apropos word" to search for commands related to "word".
  17.  
  18. (gdb) file python
  19. Reading symbols from python...(no debugging symbols found)...done.
  20.  
  21. (gdb) run /usr/bin/anki
  22. Starting program: /usr/bin/python /usr/bin/anki
  23. [Thread debugging using libthread_db enabled]
  24. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  25. Traceback (most recent call last):
  26. File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
  27. from libstdcxx.v6.printers import register_libstdcxx_printers
  28. ImportError: No module named 'libstdcxx'
  29. [New Thread 0x7fffdcbcf700 (LWP 2867)]
  30. [New Thread 0x7fff9c0bd700 (LWP 2868)]
  31. [New Thread 0x7fff9b118700 (LWP 2869)]
  32. [New Thread 0x7fff9a073700 (LWP 2872)]
  33. [New Thread 0x7fff98b1a700 (LWP 2873)]
  34. Bus::open: Can not get ibus-daemon's address.
  35. IBusInputContext::createInputContext: no connection to ibus-daemon
  36. [Thread 0x7fff9b118700 (LWP 2869) exited]
  37. X Error: BadWindow (invalid Window parameter) 3
  38. Major opcode: 20 (X_GetProperty)
  39. Resource id: 0x2000083
  40. [New Thread 0x7fff9b118700 (LWP 2885)]
  41. X Error: BadWindow (invalid Window parameter) 3
  42. Major opcode: 20 (X_GetProperty)
  43. Resource id: 0x20000bb
  44. X Error: BadWindow (invalid Window parameter) 3
  45. Major opcode: 20 (X_GetProperty)
  46. Resource id: 0x20000dd
  47. [New Thread 0x7fff89d6a700 (LWP 2926)]
  48.  
  49. (process:2932): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
  50. [New Thread 0x7fff89569700 (LWP 2945)]
  51. [New Thread 0x7fff88d68700 (LWP 2946)]
  52. KGlobal::locale(): Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work
  53. [New Thread 0x7fff77fff700 (LWP 2947)]
  54. Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QDBusObjectPath)
  55. Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QDBusObjectPath)
  56.  
  57. Program received signal SIGSEGV, Segmentation fault.
  58. 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  59. (gdb) bt
  60. #0 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  61. #1 0x00007ffff360ce09 in QMetaObject::cast(QObject*) const () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  62. #2 0x00007fffe577d899 in ?? () from /usr/lib/kde4/plugins/styles/qtcurve.so
  63. #3 0x00007ffff3606646 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ()
  64. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  65. #4 0x00007ffff1a8de0c in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
  66. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  67. #5 0x00007ffff1a944a0 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  68. #6 0x00007ffff2ab8186 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  69. #7 0x00007ffff36064dd in QCoreApplication::notifyInternal(QObject*, QEvent*) ()
  70. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  71. #8 0x00007ffff3609b3d in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) ()
  72. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  73. #9 0x00007ffff3633f83 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  74. #10 0x00007ffff31c9e04 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  75. #11 0x00007ffff31ca048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  76. #12 0x00007ffff31ca0ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  77. #13 0x00007ffff36337a1 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
  78. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  79. #14 0x00007ffff1b2fbe6 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  80. #15 0x00007ffff36050af in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
  81. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  82. #16 0x00007ffff36053a5 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
  83. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  84. #17 0x00007fffe4dca536 in KIO::NetAccess::enter_loop() () from /usr/lib/libkio.so.5
  85. #18 0x00007fffe4dcba48 in KIO::NetAccess::synchronousRunInternal(KIO::Job*, QWidget*, QByteArray*, KUrl*, QMap<QString, QString>*) () from /usr/lib/libkio.so.5
  86. #19 0x00007fffe4dcbafd in KIO::NetAccess::synchronousRun(KIO::Job*, QWidget*, QByteArray*, KUrl*, QMap<QString, QString>*) () from /usr/lib/libkio.so.5
  87. #20 0x00007fff8811867d in KFileWidget::KFileWidget(KUrl const&, QWidget*) () from /usr/lib/libkfile.so.4
  88. #21 0x00007fff88365d85 in ?? () from /usr/lib/kde4/kfilemodule.so
  89. #22 0x00007fffe4e343ff in KFileDialog::KFileDialog(KUrl const&, QString const&, QWidget*, QWidget*) ()
  90. from /usr/lib/libkio.so.5
  91. #23 0x00007fffdd5e7c37 in ?? () from /usr/lib/kde4/plugins/gui_platform/libkde.so
  92. #24 0x00007ffff1f4574c in QFileDialog::setVisible(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  93. #25 0x00007ffff2a0042c in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  94. #26 0x00007ffff1f35026 in QDialog::exec() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  95. ---Type <return> to continue, or q <return> to quit---
  96. @@@
  97.  
  98. ***************
  99. @@@
  100.  
  101. gdb
  102. GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
  103. Copyright (C) 2014 Free Software Foundation, Inc.
  104. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  105. This is free software: you are free to change and redistribute it.
  106. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  107. and "show warranty" for details.
  108. This GDB was configured as "x86_64-linux-gnu".
  109. Type "show configuration" for configuration details.
  110. For bug reporting instructions, please see:
  111. <http://www.gnu.org/software/gdb/bugs/>.
  112. Find the GDB manual and other documentation resources online at:
  113. <http://www.gnu.org/software/gdb/documentation/>.
  114. For help, type "help".
  115. Type "apropos word" to search for commands related to "word".
  116. (gdb) file python
  117. Reading symbols from python...(no debugging symbols found)...done.
  118. (gdb) run /usr/bin/anki
  119. Starting program: /usr/bin/python /usr/bin/anki
  120. [Thread debugging using libthread_db enabled]
  121. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  122. Traceback (most recent call last):
  123. File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
  124. from libstdcxx.v6.printers import register_libstdcxx_printers
  125. ImportError: No module named 'libstdcxx'
  126. [New Thread 0x7fffdcbcf700 (LWP 2433)]
  127. [New Thread 0x7fff9c0bd700 (LWP 2434)]
  128. [New Thread 0x7fff9b118700 (LWP 2435)]
  129. [New Thread 0x7fff9a073700 (LWP 2438)]
  130. [New Thread 0x7fff98b1a700 (LWP 2439)]
  131. Bus::open: Can not get ibus-daemon's address.
  132. IBusInputContext::createInputContext: no connection to ibus-daemon
  133. [Thread 0x7fff9b118700 (LWP 2435) exited]
  134. [New Thread 0x7fff9b118700 (LWP 2831)]
  135. X Error: BadWindow (invalid Window parameter) 3
  136. Major opcode: 20 (X_GetProperty)
  137. Resource id: 0x3e000ea
  138. [New Thread 0x7fff89deb700 (LWP 2864)]
  139. [New Thread 0x7fff895ea700 (LWP 2865)]
  140. KGlobal::locale(): Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work
  141. [New Thread 0x7fff7ffff700 (LWP 2866)]
  142. Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QDBusObjectPath)
  143. Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QDBusObjectPath)
  144.  
  145. Program received signal SIGSEGV, Segmentation fault.
  146. 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  147. (gdb) bt
  148. #0 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  149. #1 0x00007ffff360ce09 in QMetaObject::cast(QObject*) const () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  150. #2 0x00007fffe577d899 in ?? () from /usr/lib/kde4/plugins/styles/qtcurve.so
  151. #3 0x00007ffff3606646 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ()
  152. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  153. #4 0x00007ffff1a8de0c in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
  154. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  155. #5 0x00007ffff1a944a0 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  156. #6 0x00007ffff2ab8186 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  157. #7 0x00007ffff36064dd in QCoreApplication::notifyInternal(QObject*, QEvent*) ()
  158. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  159. #8 0x00007ffff1adcd7a in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  160. #9 0x00007ffff1e97a33 in QMainWindow::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  161. #10 0x00007ffff29335db in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  162. #11 0x00007ffff1a8de2c in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
  163. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  164. #12 0x00007ffff1a944a0 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  165. #13 0x00007ffff2ab8186 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  166. #14 0x00007ffff36064dd in QCoreApplication::notifyInternal(QObject*, QEvent*) ()
  167. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  168. #15 0x00007ffff3609b3d in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) ()
  169. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  170. #16 0x00007ffff3633f83 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  171. #17 0x00007ffff31c9e04 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  172. #18 0x00007ffff31ca048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  173. #19 0x00007ffff31ca0ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  174. #20 0x00007ffff36337a1 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
  175. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  176. #21 0x00007ffff1b2fbe6 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  177. #22 0x00007ffff36050af in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
  178. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  179. #23 0x00007ffff36053a5 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
  180. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  181. #24 0x00007fffe4dca536 in KIO::NetAccess::enter_loop() () from /usr/lib/libkio.so.5
  182. #25 0x00007fffe4dcba48 in KIO::NetAccess::synchronousRunInternal(KIO::Job*, QWidget*, QByteArray*, KUrl*, QMap<QString, QString>*) () from /usr/lib/libkio.so.5
  183. #26 0x00007fffe4dcbafd in KIO::NetAccess::synchronousRun(KIO::Job*, QWidget*, QByteArray*, KUrl*, QMap<QString, QS---Type <return> to continue, or q <return> to quit---
  184.  
  185. @@@
  186.  
  187. **********************
  188. report 2
  189. **********************
  190. @@@
  191. gdb
  192. GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
  193. Copyright (C) 2014 Free Software Foundation, Inc.
  194. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  195. This is free software: you are free to change and redistribute it.
  196. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  197. and "show warranty" for details.
  198. This GDB was configured as "x86_64-linux-gnu".
  199. Type "show configuration" for configuration details.
  200. For bug reporting instructions, please see:
  201. <http://www.gnu.org/software/gdb/bugs/>.
  202. Find the GDB manual and other documentation resources online at:
  203. <http://www.gnu.org/software/gdb/documentation/>.
  204. For help, type "help".
  205. Type "apropos word" to search for commands related to "word".
  206. (gdb) file python
  207. Reading symbols from python...(no debugging symbols found)...done.
  208. (gdb) run /usr/bin/anki
  209. Starting program: /usr/bin/python /usr/bin/anki
  210. [Thread debugging using libthread_db enabled]
  211. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  212. Traceback (most recent call last):
  213. File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
  214. from libstdcxx.v6.printers import register_libstdcxx_printers
  215. ImportError: No module named 'libstdcxx'
  216. [New Thread 0x7fffdcbcf700 (LWP 2697)]
  217. [New Thread 0x7fff9c0bd700 (LWP 2698)]
  218. [New Thread 0x7fff9b118700 (LWP 2699)]
  219. [New Thread 0x7fff9a073700 (LWP 2702)]
  220. [New Thread 0x7fff98b1a700 (LWP 2703)]
  221. Bus::open: Can not get ibus-daemon's address.
  222. IBusInputContext::createInputContext: no connection to ibus-daemon
  223. [Thread 0x7fff9b118700 (LWP 2699) exited]
  224. [New Thread 0x7fff9b118700 (LWP 2705)]
  225. X Error: BadWindow (invalid Window parameter) 3
  226. Major opcode: 20 (X_GetProperty)
  227. Resource id: 0x3e000b6
  228. X Error: BadWindow (invalid Window parameter) 3
  229. Major opcode: 20 (X_GetProperty)
  230. Resource id: 0x3e00121
  231. X Error: BadWindow (invalid Window parameter) 3
  232. Major opcode: 20 (X_GetProperty)
  233. Resource id: 0x3e00196
  234.  
  235. Program received signal SIGSEGV, Segmentation fault.
  236. 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  237. (gdb) bt
  238. Python Exception <class 'gdb.MemoryError'> Cannot access memory at address 0x7fffffffa6d8:
  239. #0 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  240. Cannot access memory at address 0x7fffffffa6d8
  241. (gdb)
  242.  
  243. @@@
  244. *************
  245. report 3
  246. *************
  247. @@@
  248.  
  249. gdb
  250. GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
  251. Copyright (C) 2014 Free Software Foundation, Inc.
  252. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  253. This is free software: you are free to change and redistribute it.
  254. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  255. and "show warranty" for details.
  256. This GDB was configured as "x86_64-linux-gnu".
  257. Type "show configuration" for configuration details.
  258. For bug reporting instructions, please see:
  259. <http://www.gnu.org/software/gdb/bugs/>.
  260. Find the GDB manual and other documentation resources online at:
  261. <http://www.gnu.org/software/gdb/documentation/>.
  262. For help, type "help".
  263. Type "apropos word" to search for commands related to "word".
  264. (gdb) file python
  265. Reading symbols from python...(no debugging symbols found)...done.
  266. (gdb) run /usr/bin/anki
  267. Starting program: /usr/bin/python /usr/bin/anki
  268. [Thread debugging using libthread_db enabled]
  269. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  270. Traceback (most recent call last):
  271. File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
  272. from libstdcxx.v6.printers import register_libstdcxx_printers
  273. ImportError: No module named 'libstdcxx'
  274. [New Thread 0x7fffdcbcf700 (LWP 2586)]
  275. [New Thread 0x7fff9c0bd700 (LWP 2587)]
  276. [New Thread 0x7fff9b118700 (LWP 2588)]
  277. [New Thread 0x7fff9a073700 (LWP 2591)]
  278. [New Thread 0x7fff98b1a700 (LWP 2592)]
  279. Bus::open: Can not get ibus-daemon's address.
  280. IBusInputContext::createInputContext: no connection to ibus-daemon
  281. [Thread 0x7fff9b118700 (LWP 2588) exited]
  282. [New Thread 0x7fff9b118700 (LWP 2601)]
  283. X Error: BadWindow (invalid Window parameter) 3
  284. Major opcode: 20 (X_GetProperty)
  285. Resource id: 0x440013e
  286.  
  287. Program received signal SIGSEGV, Segmentation fault.
  288. 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  289. (gdb) bt
  290. Python Exception <class 'gdb.MemoryError'> Cannot access memory at address 0x7fffffffb188:
  291. #0 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  292. Cannot access memory at address 0x7fffffffb188
  293. (gdb)
  294.  
  295. @@@
  296.  
  297. ****************
  298. @@@
  299.  
  300. Starting program: /usr/bin/python /usr/bin/anki
  301. [Thread debugging using libthread_db enabled]
  302. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  303. Traceback (most recent call last):
  304. File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
  305. from libstdcxx.v6.printers import register_libstdcxx_printers
  306. ImportError: No module named 'libstdcxx'
  307. [New Thread 0x7fffdcbcf700 (LWP 2709)]
  308. [New Thread 0x7fff9c0bd700 (LWP 2710)]
  309. [New Thread 0x7fff9b118700 (LWP 2711)]
  310. [New Thread 0x7fff9a073700 (LWP 2714)]
  311. [New Thread 0x7fff98b1a700 (LWP 2715)]
  312. Bus::open: Can not get ibus-daemon's address.
  313. IBusInputContext::createInputContext: no connection to ibus-daemon
  314. [Thread 0x7fff9b118700 (LWP 2711) exited]
  315. X Error: BadWindow (invalid Window parameter) 3
  316. Major opcode: 20 (X_GetProperty)
  317. Resource id: 0x4000088
  318. [New Thread 0x7fff9b118700 (LWP 2718)]
  319.  
  320. Program received signal SIGSEGV, Segmentation fault.
  321. 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  322. (gdb) bt
  323. Python Exception <class 'gdb.MemoryError'> Cannot access memory at address 0x7fffffffa2d8:
  324. #0 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  325. Cannot access memory at address 0x7fffffffa2d8
  326. (gdb)
  327.  
  328. @@@
  329. **********************
  330. (gdb) bt
  331. #0 0x00007ffff360ce0e in QMetaObject::cast(QObject*) const () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  332. #1 0x00007fffe577d899 in ?? () from /usr/lib/kde4/plugins/styles/qtcurve.so
  333. #2 0x00007ffff3606646 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ()
  334. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  335. #3 0x00007ffff1a8de0c in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
  336. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  337. #4 0x00007ffff1a944a0 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  338. #5 0x00007ffff2ab8186 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  339. #6 0x00007ffff36064dd in QCoreApplication::notifyInternal(QObject*, QEvent*) ()
  340. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  341. #7 0x00007ffff1a8ff9f in QApplicationPrivate::enterModal(QWidget*) ()
  342. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  343. #8 0x00007ffff1adab02 in QWidgetPrivate::show_helper() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  344. #9 0x00007ffff1adc6c4 in QWidget::setVisible(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  345. #10 0x00007ffff1f3556e in QDialog::setVisible(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  346. #11 0x00007ffff2ac0b7c in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  347. #12 0x00007ffff1f35026 in QDialog::exec() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  348. #13 0x00007ffff2a81fb5 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  349. #14 0x000000000049968d in PyEval_EvalFrameEx ()
  350. #15 0x00000000004a1c9a in ?? ()
  351. #16 0x00000000004dfe94 in ?? ()
  352. #17 0x0000000000505f96 in PyObject_Call ()
  353. #18 0x00000000004de41a in ?? ()
  354. #19 0x00000000005039eb in ?? ()
  355. #20 0x0000000000499be5 in PyEval_EvalFrameEx ()
  356. #21 0x00000000004a1c9a in ?? ()
  357. #22 0x00000000004dfe94 in ?? ()
  358. #23 0x00000000004dc9cb in PyEval_CallObjectWithKeywords ()
  359. #24 0x00007ffff6042048 in sip_api_invoke_slot () from /usr/lib/python2.7/dist-packages/sip.so
  360. #25 0x00007ffff3b10a26 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  361. #26 0x00007ffff3b10d40 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  362. #27 0x00007ffff3b118dd in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  363. #28 0x00007ffff361aa78 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) ()
  364. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  365. #29 0x00007ffff20dc172 in QAbstractButton::clicked(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  366. #30 0x00007ffff1e3fa63 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  367. #31 0x00007ffff1e40bd3 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  368. ---Type <return> to continue, or q <return> to quit---
  369.  
  370. **********************
  371. gdb
  372. GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
  373. Copyright (C) 2014 Free Software Foundation, Inc.
  374. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  375. This is free software: you are free to change and redistribute it.
  376. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  377. and "show warranty" for details.
  378. This GDB was configured as "x86_64-linux-gnu".
  379. Type "show configuration" for configuration details.
  380. For bug reporting instructions, please see:
  381. <http://www.gnu.org/software/gdb/bugs/>.
  382. Find the GDB manual and other documentation resources online at:
  383. <http://www.gnu.org/software/gdb/documentation/>.
  384. For help, type "help".
  385. Type "apropos word" to search for commands related to "word".
  386. (gdb) file python
  387. Reading symbols from python...(no debugging symbols found)...done.
  388. (gdb) run /usr/bin/anki
  389. Starting program: /usr/bin/python /usr/bin/anki
  390. [Thread debugging using libthread_db enabled]
  391. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  392. Traceback (most recent call last):
  393. File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
  394. from libstdcxx.v6.printers import register_libstdcxx_printers
  395. ImportError: No module named 'libstdcxx'
  396. [New Thread 0x7fffdcbce700 (LWP 2339)]
  397. [New Thread 0x7fff9c0bc700 (LWP 2340)]
  398. [New Thread 0x7fff9b117700 (LWP 2341)]
  399. [New Thread 0x7fff99e65700 (LWP 2344)]
  400. [New Thread 0x7fff988b8700 (LWP 2345)]
  401. Bus::open: Can not get ibus-daemon's address.
  402. IBusInputContext::createInputContext: no connection to ibus-daemon
  403. [Thread 0x7fff9b117700 (LWP 2341) exited]
  404. [New Thread 0x7fff9b117700 (LWP 2346)]
  405. X Error: BadWindow (invalid Window parameter) 3
  406. Major opcode: 20 (X_GetProperty)
  407. Resource id: 0x3c000a7
  408. X Error: BadWindow (invalid Window parameter) 3
  409. Major opcode: 20 (X_GetProperty)
  410. Resource id: 0x3c000dc
  411. X Error: BadWindow (invalid Window parameter) 3
  412. Major opcode: 20 (X_GetProperty)
  413. Resource id: 0x3c000ea
  414. X Error: BadWindow (invalid Window parameter) 3
  415. Major opcode: 20 (X_GetProperty)
  416. Resource id: 0x3c0011c
  417.  
  418. Program received signal SIGSEGV, Segmentation fault.
  419. 0x00007ffff3b13409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  420. (gdb) bt
  421. Python Exception <class 'gdb.MemoryError'> Cannot access memory at address 0x7fffffffa6d8:
  422. #0 0x00007ffff3b13409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  423. Cannot access memory at address 0x7fffffffa6d8
  424.  
  425. ********************************************************************
  426. (gdb) run /usr/bin/anki
  427. Starting program: /usr/bin/python /usr/bin/anki
  428. [Thread debugging using libthread_db enabled]
  429. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  430. Traceback (most recent call last):
  431. File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
  432. from libstdcxx.v6.printers import register_libstdcxx_printers
  433. ImportError: No module named 'libstdcxx'
  434. [New Thread 0x7fffdcbce700 (LWP 2417)]
  435. [New Thread 0x7fff9c0bc700 (LWP 2418)]
  436. [New Thread 0x7fff9b117700 (LWP 2419)]
  437. [New Thread 0x7fff99e65700 (LWP 2422)]
  438. [Thread 0x7fff9b117700 (LWP 2419) exited]
  439. [New Thread 0x7fff9b117700 (LWP 2423)]
  440. [New Thread 0x7fff8a484700 (LWP 2621)]
  441.  
  442. (process:2627): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
  443. X Error: BadWindow (invalid Window parameter) 3
  444. Major opcode: 20 (X_GetProperty)
  445. Resource id: 0x3e000ca
  446. X Error: BadWindow (invalid Window parameter) 3
  447. Major opcode: 20 (X_GetProperty)
  448. Resource id: 0x3e000de
  449. X Error: BadWindow (invalid Window parameter) 3
  450. Major opcode: 20 (X_GetProperty)
  451. Resource id: 0x3e00102
  452. X Error: BadWindow (invalid Window parameter) 3
  453. Major opcode: 20 (X_GetProperty)
  454. Resource id: 0x3e00146
  455. X Error: BadWindow (invalid Window parameter) 3
  456. Major opcode: 20 (X_GetProperty)
  457. Resource id: 0x3e0016e
  458.  
  459. Program received signal SIGSEGV, Segmentation fault.
  460. 0x00007ffff3b13409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  461. (gdb) bt
  462. #0 0x00007ffff3b13409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  463. #1 0x00007ffff360be09 in QMetaObject::cast(QObject*) const () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  464. #2 0x00007fffe577c899 in ?? () from /usr/lib/kde4/plugins/styles/qtcurve.so
  465. #3 0x00007ffff3605646 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ()
  466. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  467. #4 0x00007ffff1a8ce0c in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
  468. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  469. #5 0x00007ffff1a934a0 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  470. #6 0x00007ffff2ab7186 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  471. #7 0x00007ffff36054dd in QCoreApplication::notifyInternal(QObject*, QEvent*) ()
  472. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  473. #8 0x00007ffff1a8ef9f in QApplicationPrivate::enterModal(QWidget*) ()
  474. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  475. #9 0x00007ffff1ad9b02 in QWidgetPrivate::show_helper() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  476. #10 0x00007ffff1adb6c4 in QWidget::setVisible(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  477. #11 0x00007ffff1f3456e in QDialog::setVisible(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  478. #12 0x00007ffff28b21dc in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  479. #13 0x00007ffff2a41d2a in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  480. #14 0x000000000049968d in PyEval_EvalFrameEx ()
  481. #15 0x00000000004a090c in PyEval_EvalCodeEx ()
  482. #16 0x0000000000499a52 in PyEval_EvalFrameEx ()
  483. #17 0x0000000000499ef2 in PyEval_EvalFrameEx ()
  484. #18 0x00000000004a090c in PyEval_EvalCodeEx ()
  485. #19 0x0000000000499a52 in PyEval_EvalFrameEx ()
  486. #20 0x00000000004a090c in PyEval_EvalCodeEx ()
  487. #21 0x0000000000499a52 in PyEval_EvalFrameEx ()
  488. #22 0x00000000004a1c9a in ?? ()
  489. #23 0x00000000004dfe94 in ?? ()
  490. #24 0x00000000004dc9cb in PyEval_CallObjectWithKeywords ()
  491. #25 0x00007ffff603f5a4 in ?? () from /usr/lib/python2.7/dist-packages/sip.so
  492. #26 0x00007ffff2735919 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  493. #27 0x00007ffff2929e93 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  494. #28 0x00007ffff1adc116 in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  495. #29 0x00007ffff1e96a33 in QMainWindow::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  496. #30 0x00007ffff29325db in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  497. #31 0x00007ffff1a8ce2c in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
  498. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  499.  
  500. ********************************************************************
  501. @@@
  502.  
  503. gdb
  504. GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
  505. Copyright (C) 2014 Free Software Foundation, Inc.
  506. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  507. This is free software: you are free to change and redistribute it.
  508. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  509. and "show warranty" for details.
  510. This GDB was configured as "x86_64-linux-gnu".
  511. Type "show configuration" for configuration details.
  512. For bug reporting instructions, please see:
  513. <http://www.gnu.org/software/gdb/bugs/>.
  514. Find the GDB manual and other documentation resources online at:
  515. <http://www.gnu.org/software/gdb/documentation/>.
  516. For help, type "help".
  517. Type "apropos word" to search for commands related to "word".
  518. (gdb) file python
  519. Reading symbols from python...(no debugging symbols found)...done.
  520. (gdb) run /usr/bin/anki
  521. Starting program: /usr/bin/python /usr/bin/anki
  522. [Thread debugging using libthread_db enabled]
  523. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  524. Traceback (most recent call last):
  525. File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
  526. from libstdcxx.v6.printers import register_libstdcxx_printers
  527. ImportError: No module named 'libstdcxx'
  528. [New Thread 0x7fffdcbcf700 (LWP 2433)]
  529. [New Thread 0x7fff9c0bd700 (LWP 2434)]
  530. [New Thread 0x7fff9b118700 (LWP 2435)]
  531. [New Thread 0x7fff9a073700 (LWP 2438)]
  532. [New Thread 0x7fff98b1a700 (LWP 2439)]
  533. Bus::open: Can not get ibus-daemon's address.
  534. IBusInputContext::createInputContext: no connection to ibus-daemon
  535. [Thread 0x7fff9b118700 (LWP 2435) exited]
  536. [New Thread 0x7fff9b118700 (LWP 2831)]
  537. X Error: BadWindow (invalid Window parameter) 3
  538. Major opcode: 20 (X_GetProperty)
  539. Resource id: 0x3e000ea
  540. [New Thread 0x7fff89deb700 (LWP 2864)]
  541. [New Thread 0x7fff895ea700 (LWP 2865)]
  542. KGlobal::locale(): Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work
  543. [New Thread 0x7fff7ffff700 (LWP 2866)]
  544. Object::connect: No such signal org::freedesktop::UPower::DeviceAdded(QDBusObjectPath)
  545. Object::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QDBusObjectPath)
  546.  
  547. Program received signal SIGSEGV, Segmentation fault.
  548. 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  549. (gdb) bt
  550. #0 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  551. #1 0x00007ffff360ce09 in QMetaObject::cast(QObject*) const () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  552. #2 0x00007fffe577d899 in ?? () from /usr/lib/kde4/plugins/styles/qtcurve.so
  553. #3 0x00007ffff3606646 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ()
  554. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  555. #4 0x00007ffff1a8de0c in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
  556. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  557. #5 0x00007ffff1a944a0 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  558. #6 0x00007ffff2ab8186 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  559. #7 0x00007ffff36064dd in QCoreApplication::notifyInternal(QObject*, QEvent*) ()
  560. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  561. #8 0x00007ffff1adcd7a in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  562. #9 0x00007ffff1e97a33 in QMainWindow::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  563. #10 0x00007ffff29335db in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  564. #11 0x00007ffff1a8de2c in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
  565. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  566. #12 0x00007ffff1a944a0 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  567. #13 0x00007ffff2ab8186 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  568. #14 0x00007ffff36064dd in QCoreApplication::notifyInternal(QObject*, QEvent*) ()
  569. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  570. #15 0x00007ffff3609b3d in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) ()
  571. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  572. #16 0x00007ffff3633f83 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  573. #17 0x00007ffff31c9e04 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  574. #18 0x00007ffff31ca048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  575. #19 0x00007ffff31ca0ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  576. #20 0x00007ffff36337a1 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
  577. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  578. #21 0x00007ffff1b2fbe6 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  579. #22 0x00007ffff36050af in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
  580. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  581. #23 0x00007ffff36053a5 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
  582. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  583. #24 0x00007fffe4dca536 in KIO::NetAccess::enter_loop() () from /usr/lib/libkio.so.5
  584. #25 0x00007fffe4dcba48 in KIO::NetAccess::synchronousRunInternal(KIO::Job*, QWidget*, QByteArray*, KUrl*, QMap<QString, QString>*) () from /usr/lib/libkio.so.5
  585. #26 0x00007fffe4dcbafd in KIO::NetAccess::synchronousRun(KIO::Job*, QWidget*, QByteArray*, KUrl*, QMap<QString, QS---Type <return> to continue, or q <return> to quit---
  586.  
  587. @@@
  588.  
  589. **********************
  590. report 2
  591. **********************
  592. @@@
  593. gdb
  594. GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
  595. Copyright (C) 2014 Free Software Foundation, Inc.
  596. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  597. This is free software: you are free to change and redistribute it.
  598. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  599. and "show warranty" for details.
  600. This GDB was configured as "x86_64-linux-gnu".
  601. Type "show configuration" for configuration details.
  602. For bug reporting instructions, please see:
  603. <http://www.gnu.org/software/gdb/bugs/>.
  604. Find the GDB manual and other documentation resources online at:
  605. <http://www.gnu.org/software/gdb/documentation/>.
  606. For help, type "help".
  607. Type "apropos word" to search for commands related to "word".
  608. (gdb) file python
  609. Reading symbols from python...(no debugging symbols found)...done.
  610. (gdb) run /usr/bin/anki
  611. Starting program: /usr/bin/python /usr/bin/anki
  612. [Thread debugging using libthread_db enabled]
  613. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  614. Traceback (most recent call last):
  615. File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
  616. from libstdcxx.v6.printers import register_libstdcxx_printers
  617. ImportError: No module named 'libstdcxx'
  618. [New Thread 0x7fffdcbcf700 (LWP 2697)]
  619. [New Thread 0x7fff9c0bd700 (LWP 2698)]
  620. [New Thread 0x7fff9b118700 (LWP 2699)]
  621. [New Thread 0x7fff9a073700 (LWP 2702)]
  622. [New Thread 0x7fff98b1a700 (LWP 2703)]
  623. Bus::open: Can not get ibus-daemon's address.
  624. IBusInputContext::createInputContext: no connection to ibus-daemon
  625. [Thread 0x7fff9b118700 (LWP 2699) exited]
  626. [New Thread 0x7fff9b118700 (LWP 2705)]
  627. X Error: BadWindow (invalid Window parameter) 3
  628. Major opcode: 20 (X_GetProperty)
  629. Resource id: 0x3e000b6
  630. X Error: BadWindow (invalid Window parameter) 3
  631. Major opcode: 20 (X_GetProperty)
  632. Resource id: 0x3e00121
  633. X Error: BadWindow (invalid Window parameter) 3
  634. Major opcode: 20 (X_GetProperty)
  635. Resource id: 0x3e00196
  636.  
  637. Program received signal SIGSEGV, Segmentation fault.
  638. 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  639. (gdb) bt
  640. Python Exception <class 'gdb.MemoryError'> Cannot access memory at address 0x7fffffffa6d8:
  641. #0 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  642. Cannot access memory at address 0x7fffffffa6d8
  643. (gdb)
  644.  
  645. @@@
  646. *************
  647. report 3
  648. *************
  649. @@@
  650.  
  651. gdb
  652. GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
  653. Copyright (C) 2014 Free Software Foundation, Inc.
  654. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  655. This is free software: you are free to change and redistribute it.
  656. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  657. and "show warranty" for details.
  658. This GDB was configured as "x86_64-linux-gnu".
  659. Type "show configuration" for configuration details.
  660. For bug reporting instructions, please see:
  661. <http://www.gnu.org/software/gdb/bugs/>.
  662. Find the GDB manual and other documentation resources online at:
  663. <http://www.gnu.org/software/gdb/documentation/>.
  664. For help, type "help".
  665. Type "apropos word" to search for commands related to "word".
  666. (gdb) file python
  667. Reading symbols from python...(no debugging symbols found)...done.
  668. (gdb) run /usr/bin/anki
  669. Starting program: /usr/bin/python /usr/bin/anki
  670. [Thread debugging using libthread_db enabled]
  671. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  672. Traceback (most recent call last):
  673. File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
  674. from libstdcxx.v6.printers import register_libstdcxx_printers
  675. ImportError: No module named 'libstdcxx'
  676. [New Thread 0x7fffdcbcf700 (LWP 2586)]
  677. [New Thread 0x7fff9c0bd700 (LWP 2587)]
  678. [New Thread 0x7fff9b118700 (LWP 2588)]
  679. [New Thread 0x7fff9a073700 (LWP 2591)]
  680. [New Thread 0x7fff98b1a700 (LWP 2592)]
  681. Bus::open: Can not get ibus-daemon's address.
  682. IBusInputContext::createInputContext: no connection to ibus-daemon
  683. [Thread 0x7fff9b118700 (LWP 2588) exited]
  684. [New Thread 0x7fff9b118700 (LWP 2601)]
  685. X Error: BadWindow (invalid Window parameter) 3
  686. Major opcode: 20 (X_GetProperty)
  687. Resource id: 0x440013e
  688.  
  689. Program received signal SIGSEGV, Segmentation fault.
  690. 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  691. (gdb) bt
  692. Python Exception <class 'gdb.MemoryError'> Cannot access memory at address 0x7fffffffb188:
  693. #0 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  694. Cannot access memory at address 0x7fffffffb188
  695. (gdb)
  696.  
  697. @@@
  698.  
  699. ****************
  700. @@@
  701.  
  702. Starting program: /usr/bin/python /usr/bin/anki
  703. [Thread debugging using libthread_db enabled]
  704. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  705. Traceback (most recent call last):
  706. File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
  707. from libstdcxx.v6.printers import register_libstdcxx_printers
  708. ImportError: No module named 'libstdcxx'
  709. [New Thread 0x7fffdcbcf700 (LWP 2709)]
  710. [New Thread 0x7fff9c0bd700 (LWP 2710)]
  711. [New Thread 0x7fff9b118700 (LWP 2711)]
  712. [New Thread 0x7fff9a073700 (LWP 2714)]
  713. [New Thread 0x7fff98b1a700 (LWP 2715)]
  714. Bus::open: Can not get ibus-daemon's address.
  715. IBusInputContext::createInputContext: no connection to ibus-daemon
  716. [Thread 0x7fff9b118700 (LWP 2711) exited]
  717. X Error: BadWindow (invalid Window parameter) 3
  718. Major opcode: 20 (X_GetProperty)
  719. Resource id: 0x4000088
  720. [New Thread 0x7fff9b118700 (LWP 2718)]
  721.  
  722. Program received signal SIGSEGV, Segmentation fault.
  723. 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  724. (gdb) bt
  725. Python Exception <class 'gdb.MemoryError'> Cannot access memory at address 0x7fffffffa2d8:
  726. #0 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  727. Cannot access memory at address 0x7fffffffa2d8
  728. (gdb)
  729.  
  730. @@@
  731. **********************
  732. (gdb) bt
  733. #0 0x00007ffff360ce0e in QMetaObject::cast(QObject*) const () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  734. #1 0x00007fffe577d899 in ?? () from /usr/lib/kde4/plugins/styles/qtcurve.so
  735. #2 0x00007ffff3606646 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ()
  736. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  737. #3 0x00007ffff1a8de0c in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
  738. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  739. #4 0x00007ffff1a944a0 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  740. #5 0x00007ffff2ab8186 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  741. #6 0x00007ffff36064dd in QCoreApplication::notifyInternal(QObject*, QEvent*) ()
  742. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  743. #7 0x00007ffff1a8ff9f in QApplicationPrivate::enterModal(QWidget*) ()
  744. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  745. #8 0x00007ffff1adab02 in QWidgetPrivate::show_helper() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  746. #9 0x00007ffff1adc6c4 in QWidget::setVisible(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  747. #10 0x00007ffff1f3556e in QDialog::setVisible(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  748. #11 0x00007ffff2ac0b7c in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  749. #12 0x00007ffff1f35026 in QDialog::exec() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  750. #13 0x00007ffff2a81fb5 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  751. #14 0x000000000049968d in PyEval_EvalFrameEx ()
  752. #15 0x00000000004a1c9a in ?? ()
  753. #16 0x00000000004dfe94 in ?? ()
  754. #17 0x0000000000505f96 in PyObject_Call ()
  755. #18 0x00000000004de41a in ?? ()
  756. #19 0x00000000005039eb in ?? ()
  757. #20 0x0000000000499be5 in PyEval_EvalFrameEx ()
  758. #21 0x00000000004a1c9a in ?? ()
  759. #22 0x00000000004dfe94 in ?? ()
  760. #23 0x00000000004dc9cb in PyEval_CallObjectWithKeywords ()
  761. #24 0x00007ffff6042048 in sip_api_invoke_slot () from /usr/lib/python2.7/dist-packages/sip.so
  762. #25 0x00007ffff3b10a26 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  763. #26 0x00007ffff3b10d40 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  764. #27 0x00007ffff3b118dd in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  765. #28 0x00007ffff361aa78 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) ()
  766. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  767. #29 0x00007ffff20dc172 in QAbstractButton::clicked(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  768. #30 0x00007ffff1e3fa63 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  769. #31 0x00007ffff1e40bd3 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  770. ---Type <return> to continue, or q <return> to quit---
  771.  
  772. **********************
  773.  
  774. @@@@
  775.  
  776. Program received signal SIGSEGV, Segmentation fault.
  777. 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  778. (gdb) bt
  779. #0 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  780. #1 0x00007ffff360ce09 in QMetaObject::cast(QObject*) const () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  781. #2 0x00007fffe577d899 in ?? () from /usr/lib/kde4/plugins/styles/qtcurve.so
  782. #3 0x00007ffff3606646 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ()
  783. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  784. #4 0x00007ffff1a8de0c in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
  785. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  786. #5 0x00007ffff1a944a0 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  787. #6 0x00007ffff2ab8186 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  788. #7 0x00007ffff36064dd in QCoreApplication::notifyInternal(QObject*, QEvent*) ()
  789. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  790. #8 0x00007ffff1a90306 in QApplicationPrivate::leaveModal(QWidget*) ()
  791. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  792. #9 0x00007ffff1ad9738 in QWidgetPrivate::hide_helper() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  793. #10 0x00007ffff1adc8a8 in QWidget::setVisible(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  794. #11 0x00007ffff1f356a3 in QDialog::setVisible(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  795. #12 0x00007ffff2ac0b7c in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  796. #13 0x00007ffff1f34695 in QDialog::done(int) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  797. #14 0x00007ffff2ac096a in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  798. #15 0x00007ffff2aa8485 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  799. #16 0x000000000049968d in PyEval_EvalFrameEx ()
  800. #17 0x0000000000499ef2 in PyEval_EvalFrameEx ()
  801. #18 0x00000000004a1c9a in ?? ()
  802. #19 0x00000000004dfe94 in ?? ()
  803. #20 0x00000000004dc9cb in PyEval_CallObjectWithKeywords ()
  804. #21 0x00007ffff6042048 in sip_api_invoke_slot () from /usr/lib/python2.7/dist-packages/sip.so
  805. #22 0x00007ffff3b10a26 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  806. #23 0x00007ffff3b10d40 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  807. #24 0x00007ffff3b118dd in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  808. #25 0x00007ffff361aa78 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) ()
  809. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  810. #26 0x00007ffff20dc172 in QAbstractButton::clicked(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  811. #27 0x00007ffff1e3fa63 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  812. #28 0x00007ffff1e40bd3 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  813. #29 0x00007ffff1e40cbc in QAbstractButton::mouseReleaseEvent(QMouseEvent*) ()
  814. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  815. #30 0x00007ffff2a639cb in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  816. ---Type <return> to continue, or q <return> to quit---
  817.  
  818. @@@@
  819. ********************
  820. @@@@
  821. (gdb) run /usr/bin/anki
  822. The program being debugged has been started already.
  823. Start it from the beginning? (y or n) y
  824. Starting program: /usr/bin/python /usr/bin/anki
  825. [Thread debugging using libthread_db enabled]
  826. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  827. Traceback (most recent call last):
  828. File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
  829. from libstdcxx.v6.printers import register_libstdcxx_printers
  830. ImportError: No module named 'libstdcxx'
  831. [New Thread 0x7fffdcbcf700 (LWP 4472)]
  832. [New Thread 0x7fff9c0bd700 (LWP 4473)]
  833. [New Thread 0x7fff9b118700 (LWP 4474)]
  834. [New Thread 0x7fff9a073700 (LWP 4477)]
  835. [New Thread 0x7fff98b1a700 (LWP 4478)]
  836. Bus::open: Can not get ibus-daemon's address.
  837. IBusInputContext::createInputContext: no connection to ibus-daemon
  838. [Thread 0x7fff9b118700 (LWP 4474) exited]
  839. [New Thread 0x7fff9b118700 (LWP 4479)]
  840.  
  841. Program received signal SIGSEGV, Segmentation fault.
  842. 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  843. (gdb) bt
  844. #0 0x00007ffff3b14409 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  845. #1 0x00007ffff360ce09 in QMetaObject::cast(QObject*) const () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  846. #2 0x00007fffe577d899 in ?? () from /usr/lib/kde4/plugins/styles/qtcurve.so
  847. #3 0x00007ffff3606646 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ()
  848. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  849. #4 0x00007ffff1a8de0c in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
  850. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  851. #5 0x00007ffff1a944a0 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  852. #6 0x00007ffff2ab8186 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  853. #7 0x00007ffff36064dd in QCoreApplication::notifyInternal(QObject*, QEvent*) ()
  854. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  855. #8 0x00007ffff1a90306 in QApplicationPrivate::leaveModal(QWidget*) ()
  856. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  857. #9 0x00007ffff1ad9738 in QWidgetPrivate::hide_helper() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  858. #10 0x00007ffff1adc8a8 in QWidget::setVisible(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  859. #11 0x00007ffff1f356a3 in QDialog::setVisible(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  860. #12 0x00007ffff2ac0b7c in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  861. #13 0x00007ffff1f34695 in QDialog::done(int) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  862. #14 0x00007ffff2ac096a in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  863. #15 0x00007ffff2aa8485 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  864. #16 0x000000000049968d in PyEval_EvalFrameEx ()
  865. #17 0x0000000000499ef2 in PyEval_EvalFrameEx ()
  866. #18 0x00000000004a1c9a in ?? ()
  867. #19 0x00000000004dfe94 in ?? ()
  868. #20 0x00000000004dc9cb in PyEval_CallObjectWithKeywords ()
  869. #21 0x00007ffff6042048 in sip_api_invoke_slot () from /usr/lib/python2.7/dist-packages/sip.so
  870. #22 0x00007ffff3b10a26 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  871. #23 0x00007ffff3b10d40 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  872. #24 0x00007ffff3b118dd in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  873. #25 0x00007ffff361aa78 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) ()
  874. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  875. #26 0x00007ffff20dc172 in QAbstractButton::clicked(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  876. #27 0x00007ffff1e3fa63 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  877. #28 0x00007ffff1e40bd3 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  878. #29 0x00007ffff1e40cbc in QAbstractButton::mouseReleaseEvent(QMouseEvent*) ()
  879. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  880. #30 0x00007ffff2a639cb in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
  881. ---Type <return> to continue, or q <return> to quit---
  882.  
  883. **********************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement