Advertisement
130s

rqt on Groovy segfaults Nov 30 '12

Dec 1st, 2012
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.68 KB | None | 0 0
  1. isaito@btt:/isai/ROS/groovy/catkin_ws$ ls
  2. build devel src
  3. isaito@btt:/isai/ROS/groovy/catkin_ws$ rm -fR build/
  4. isaito@btt:/isai/ROS/groovy/catkin_ws$ source devel/setup.bash
  5. isaito@btt:/isai/ROS/groovy/catkin_ws$ catkin_make
  6. Base path: /isai/ROS/groovy/catkin_ws
  7. Source space: /isai/ROS/groovy/catkin_ws/src
  8. Build space: /isai/ROS/groovy/catkin_ws/build
  9. Devel space: /isai/ROS/groovy/catkin_ws/devel
  10. Install space: /isai/ROS/groovy/catkin_ws/install
  11. ####
  12. #### Running command: "cmake /isai/ROS/groovy/catkin_ws/src -DCATKIN_DEVEL_PREFIX=/isai/ROS/groovy/catkin_ws/devel -DCMAKE_INSTALL_PREFIX=/isai/ROS/groovy/catkin_ws/install" in "/isai/ROS/groovy/catkin_ws/build"
  13. ####
  14. -- The C compiler identification is GNU
  15. -- The CXX compiler identification is GNU
  16. -- Check for working C compiler: /usr/bin/gcc
  17. -- Check for working C compiler: /usr/bin/gcc -- works
  18. -- Detecting C compiler ABI info
  19. -- Detecting C compiler ABI info - done
  20. -- Check for working CXX compiler: /usr/bin/c++
  21. -- Check for working CXX compiler: /usr/bin/c++ -- works
  22. -- Detecting CXX compiler ABI info
  23. -- Detecting CXX compiler ABI info - done
  24. -- Using CATKIN_DEVEL_PREFIX: /isai/ROS/groovy/catkin_ws/devel
  25. -- Using CMAKE_PREFIX_PATH: /opt/ros/groovy;/opt/ros/fuerte/share/catkin/cmake/Modules;/opt/ros/fuerte
  26. -- This workspace overlays: /opt/ros/groovy
  27. -- Found PythonInterp: /usr/bin/python (found version "2.7.3")
  28. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  29. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  30. -- Looking for pthread_create in pthreads
  31. -- Looking for pthread_create in pthreads - not found
  32. -- Looking for pthread_create in pthread
  33. -- Looking for pthread_create in pthread - found
  34. -- Found Threads: TRUE
  35. -- Found gtest sources under '/usr/src/gtest': gtests will be built
  36. -- catkin 0.5.52
  37. -- BUILD_SHARED_LIBS is on
  38. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  39. -- ~~ traversing packages in topological order:
  40. -- ~~ - qt_dotgraph
  41. -- ~~ - qt_gui
  42. -- ~~ - qt_gui_app
  43. -- ~~ - qt_gui_core
  44. -- ~~ - qt_gui_cpp
  45. -- ~~ - qt_gui_py_common
  46. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  47. -- +++ add_subdirectory(qt_gui_core/qt_dotgraph)
  48. -- +++ add_subdirectory(qt_gui_core/qt_gui)
  49. -- +++ add_subdirectory(qt_gui_core/qt_gui_app)
  50. -- +++ skipping metapackage 'qt_gui_core/qt_gui_core'
  51. -- +++ add_subdirectory(qt_gui_core/qt_gui_cpp)
  52. -- Boost version: 1.46.1
  53. -- Found the following Boost libraries:
  54. -- filesystem
  55. -- system
  56. -- Found PythonLibs: /usr/lib/libpython2.7.so
  57. -- Looking for Q_WS_X11
  58. -- Looking for Q_WS_X11 - found
  59. -- Looking for Q_WS_WIN
  60. -- Looking for Q_WS_WIN - not found.
  61. -- Looking for Q_WS_QWS
  62. -- Looking for Q_WS_QWS - not found.
  63. -- Looking for Q_WS_MAC
  64. -- Looking for Q_WS_MAC - not found.
  65. -- Found Qt4: /usr/bin/qmake (found version "4.8.1")
  66. -- Using default python: -python2.7
  67. -- libshiboken built for Release
  68. -- Using default python: -python2.7
  69. -- Shiboken binding generator available.
  70. -- Found Qt4: /usr/bin/qmake (found version "4.8.1")
  71. -- libshiboken built for Release
  72. -- Shiboken binding generator available.
  73. -- Performing Test SHIBOKEN_SUPPORTS_QGENERICRETURNARGUMENT
  74. -- Performing Test SHIBOKEN_SUPPORTS_QGENERICRETURNARGUMENT - Failed
  75. CMake Warning at qt_gui_core/qt_gui_cpp/src/qt_gui_cpp_shiboken/CMakeLists.txt:67 (message):
  76. Shiboken does not support QGenericReturnArgument - skipped building
  77. bindings
  78.  
  79.  
  80. -- SIP binding generator available.
  81. -- Python binding generators: sip
  82. -- +++ add_subdirectory(qt_gui_core/qt_gui_py_common)
  83. -- Configuring done
  84. -- Generating done
  85. -- Build files have been written to: /isai/ROS/groovy/catkin_ws/build
  86. ####
  87. #### Running command: "make -j8" in "/isai/ROS/groovy/catkin_ws/build"
  88. ####
  89. [ 7%] Generating __/__/include/qt_gui_cpp/moc_plugin_bridge.cxx
  90. Scanning dependencies of target qt_gui_cpp
  91. [ 15%] [ 46%] [ 46%] Building CXX object qt_gui_core/qt_gui_cpp/src/qt_gui_cpp/CMakeFiles/qt_gui_cpp.dir/generic_proxy.cpp.o
  92. [ 61%] [ 69%] [ 69%] [ 69%] [ 69%] Building CXX object qt_gui_core/qt_gui_cpp/src/qt_gui_cpp/CMakeFiles/qt_gui_cpp.dir/plugin_provider.cpp.o
  93. Building CXX object qt_gui_core/qt_gui_cpp/src/qt_gui_cpp/CMakeFiles/qt_gui_cpp.dir/plugin_bridge.cpp.o
  94. Building CXX object qt_gui_core/qt_gui_cpp/src/qt_gui_cpp/CMakeFiles/qt_gui_cpp.dir/settings.cpp.o
  95. Building CXX object qt_gui_core/qt_gui_cpp/src/qt_gui_cpp/CMakeFiles/qt_gui_cpp.dir/plugin_descriptor.cpp.o
  96. Building CXX object qt_gui_core/qt_gui_cpp/src/qt_gui_cpp/CMakeFiles/qt_gui_cpp.dir/plugin_context.cpp.o
  97. Building CXX object qt_gui_core/qt_gui_cpp/src/qt_gui_cpp/CMakeFiles/qt_gui_cpp.dir/composite_plugin_provider.cpp.o
  98. Building CXX object qt_gui_core/qt_gui_cpp/src/qt_gui_cpp/CMakeFiles/qt_gui_cpp.dir/recursive_plugin_provider.cpp.o
  99. [ 76%] Building CXX object qt_gui_core/qt_gui_cpp/src/qt_gui_cpp/CMakeFiles/qt_gui_cpp.dir/__/__/include/qt_gui_cpp/moc_plugin_bridge.cxx.o
  100. Linking CXX shared library /isai/ROS/groovy/catkin_ws/devel/lib/libqt_gui_cpp.so
  101. [ 76%] Built target qt_gui_cpp
  102. Scanning dependencies of target libqt_gui_cpp_sip
  103. [ 84%] Running SIP generator for qt_gui_cpp_sip Python bindings...
  104. sip: Deprecation warning: qt_gui_cpp.sip:1: %Module version number should be specified using the 'version' argument
  105. [ 92%] Compiling generated code for qt_gui_cpp_sip Python bindings...
  106. make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  107. [100%] Meta target for qt_gui_cpp_sip Python bindings...
  108. [100%] Built target libqt_gui_cpp_sip
  109. isaito@btt:/isai/ROS/groovy/catkin_ws$ cd src/
  110. isaito@btt:/isai/ROS/groovy/catkin_ws/src$ ls
  111. CMakeLists.txt qt_gui_core rqt
  112. isaito@btt:/isai/ROS/groovy/catkin_ws/src$ roscd rqt_gui
  113. isaito@btt:/isai/ROS/groovy/catkin_ws/src/rqt/rqt_gui$ gdb python
  114. GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
  115. Copyright (C) 2012 Free Software Foundation, Inc.
  116. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  117. This is free software: you are free to change and redistribute it.
  118. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  119. and "show warranty" for details.
  120. This GDB was configured as "x86_64-linux-gnu".
  121. For bug reporting instructions, please see:
  122. <http://bugs.launchpad.net/gdb-linaro/>...
  123. Reading symbols from /usr/bin/python...(no debugging symbols found)...done.
  124. (gdb) run bin/rqt_gui
  125. Starting program: /usr/bin/python bin/rqt_gui
  126. [Thread debugging using libthread_db enabled]
  127. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  128. [New Thread 0x7fffdb092700 (LWP 32286)]
  129. [New Thread 0x7fffda891700 (LWP 32287)]
  130. WARNING(s) in /opt/ros/groovy/share/pcl/package.xml:
  131. - The manifest must not contain the following tags: copyright
  132. WARNING(s) in /opt/ros/groovy/share/convex_decomposition/package.xml:
  133. - The manifest must not contain the following tags: copyright
  134. - The "description" tag must not have the following attributes: brief
  135. WARNING(s) in /opt/ros/groovy/share/flann/package.xml:
  136. - The manifest must not contain the following tags: run-depend
  137. WARNING: Package name "langs-dev" does not follow the naming conventions. It should start with a lower case letter and only contain lower case letters, digits and underscores.
  138. WARNING(s) in /opt/ros/groovy/share/angles/package.xml:
  139. - The manifest must not contain the following tags: copyright
  140. WARNING(s) in /opt/ros/groovy/share/cv_bridge/package.xml:
  141. - The manifest must not contain the following tags: copyright
  142. WARNING(s) in /opt/ros/groovy/share/image_geometry/package.xml:
  143. - The manifest must not contain the following tags: copyright
  144. RosPluginlibPluginProvider::load_explicit_type(rqt_gui_cpp/RosCppPluginProvider) could not load library (Could not find library.)
  145. RecursivePluginProvider.discover() loading plugin 'rqt_gui_cpp/RosCppPluginProvider' failed
  146. WARNING(s) in /opt/ros/groovy/share/pcl/package.xml:
  147. - The manifest must not contain the following tags: copyright
  148. WARNING(s) in /opt/ros/groovy/share/convex_decomposition/package.xml:
  149. - The manifest must not contain the following tags: copyright
  150. - The "description" tag must not have the following attributes: brief
  151. WARNING(s) in /opt/ros/groovy/share/flann/package.xml:
  152. - The manifest must not contain the following tags: run-depend
  153. WARNING: Package name "langs-dev" does not follow the naming conventions. It should start with a lower case letter and only contain lower case letters, digits and underscores.
  154. WARNING(s) in /opt/ros/groovy/share/angles/package.xml:
  155. - The manifest must not contain the following tags: copyright
  156. WARNING(s) in /opt/ros/groovy/share/cv_bridge/package.xml:
  157. - The manifest must not contain the following tags: copyright
  158. WARNING(s) in /opt/ros/groovy/share/image_geometry/package.xml:
  159. - The manifest must not contain the following tags: copyright
  160.  
  161. Program received signal SIGSEGV, Segmentation fault.
  162. 0x0000000000568af8 in ?? ()
  163. (gdb) bt
  164. #0 0x0000000000568af8 in ?? ()
  165. #1 0x000000000056906a in ?? ()
  166. #2 0x0000000000543015 in ?? ()
  167. #3 0x00000000005439b9 in _PyObject_GC_Malloc ()
  168. #4 0x0000000000512884 in PyDict_New ()
  169. #5 0x00000000004fd54e in _PyObject_GenericSetAttrWithDict ()
  170. #6 0x00000000004fd71d in PyObject_SetAttr ()
  171. #7 0x0000000000498a10 in PyEval_EvalFrameEx ()
  172. #8 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  173. #9 0x00000000004a8960 in ?? ()
  174. #10 0x00000000004e9f36 in PyObject_Call ()
  175. #11 0x00000000004ec11a in ?? ()
  176. #12 0x00000000004e9f36 in PyObject_Call ()
  177. #13 0x00000000004eb39e in ?? ()
  178. #14 0x00000000004db6a6 in ?? ()
  179. #15 0x00000000004e9f36 in PyObject_Call ()
  180. #16 0x000000000049846a in PyEval_EvalFrameEx ()
  181. #17 0x0000000000498602 in PyEval_EvalFrameEx ()
  182. #18 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  183. #19 0x00000000004a8960 in ?? ()
  184. #20 0x00000000004e9f36 in PyObject_Call ()
  185. #21 0x00000000004ec11a in ?? ()
  186. #22 0x00000000004e9f36 in PyObject_Call ()
  187. #23 0x00000000004ea396 in PyEval_CallObjectWithKeywords ()
  188. #24 0x00007ffff5f8f341 in ?? () from /usr/lib/python2.7/lib-dynload/pyexpat.so
  189. #25 0x00007ffff5f9154d in ?? () from /usr/lib/python2.7/lib-dynload/pyexpat.so
  190. #26 0x00007ffff5d6bb5c in ?? () from /lib/x86_64-linux-gnu/libexpat.so.1
  191. #27 0x00007ffff5d6c951 in ?? () from /lib/x86_64-linux-gnu/libexpat.so.1
  192. #28 0x00007ffff5d697c7 in ?? () from /lib/x86_64-linux-gnu/libexpat.so.1
  193. #29 0x00007ffff5d6b17b in ?? () from /lib/x86_64-linux-gnu/libexpat.so.1
  194. #30 0x00007ffff5d6e75d in XML_ParseBuffer () from /lib/x86_64-linux-gnu/libexpat.so.1
  195. #31 0x00007ffff5f9436c in ?? () from /usr/lib/python2.7/lib-dynload/pyexpat.so
  196. #32 0x0000000000497ea4 in PyEval_EvalFrameEx ()
  197. #33 0x0000000000498602 in PyEval_EvalFrameEx ()
  198. #34 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  199. #35 0x00000000004983b8 in PyEval_EvalFrameEx ()
  200. #36 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  201. #37 0x00000000004a8960 in ?? ()
  202. #38 0x00000000004e9f36 in PyObject_Call ()
  203. #39 0x00000000004ec11a in ?? ()
  204. #40 0x00000000004e9f36 in PyObject_Call ()
  205. #41 0x00000000004eb39e in ?? ()
  206. #42 0x00000000004db6a6 in ?? ()
  207. #43 0x00000000004e9f36 in PyObject_Call ()
  208. #44 0x000000000049846a in PyEval_EvalFrameEx ()
  209. #45 0x0000000000498602 in PyEval_EvalFrameEx ()
  210. #46 0x0000000000498602 in PyEval_EvalFrameEx ()
  211. ---Type <return> to continue, or q <return> to quit---
  212. #47 0x0000000000498602 in PyEval_EvalFrameEx ()
  213. #48 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  214. #49 0x00000000004983b8 in PyEval_EvalFrameEx ()
  215. #50 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  216. #51 0x00000000004983b8 in PyEval_EvalFrameEx ()
  217. #52 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  218. #53 0x00000000004983b8 in PyEval_EvalFrameEx ()
  219. #54 0x0000000000498602 in PyEval_EvalFrameEx ()
  220. #55 0x0000000000498602 in PyEval_EvalFrameEx ()
  221. #56 0x0000000000498602 in PyEval_EvalFrameEx ()
  222. #57 0x0000000000498602 in PyEval_EvalFrameEx ()
  223. #58 0x0000000000498602 in PyEval_EvalFrameEx ()
  224. #59 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  225. #60 0x00000000004983b8 in PyEval_EvalFrameEx ()
  226. #61 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  227. #62 0x00000000004983b8 in PyEval_EvalFrameEx ()
  228. #63 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  229. #64 0x00000000004983b8 in PyEval_EvalFrameEx ()
  230. #65 0x0000000000498602 in PyEval_EvalFrameEx ()
  231. #66 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  232. #67 0x00000000004983b8 in PyEval_EvalFrameEx ()
  233. #68 0x0000000000498602 in PyEval_EvalFrameEx ()
  234. #69 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  235. #70 0x00000000004a8960 in ?? ()
  236. #71 0x00000000004e9f36 in PyObject_Call ()
  237. #72 0x00000000004ec11a in ?? ()
  238. #73 0x00000000004e9f36 in PyObject_Call ()
  239. #74 0x00000000004ea396 in PyEval_CallObjectWithKeywords ()
  240. #75 0x00007ffff3c9ff80 in sip_api_invoke_slot () from /usr/lib/python2.7/dist-packages/sip.so
  241. #76 0x00007ffff39c5396 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  242. #77 0x00007ffff39c5690 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  243. #78 0x00007ffff39c5772 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  244. #79 0x00007ffff3505489 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) ()
  245. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  246. #80 0x00007ffff39cae0b in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  247. #81 0x00007ffff39c280a in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  248. #82 0x0000000000497ea4 in PyEval_EvalFrameEx ()
  249. #83 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  250. #84 0x00000000004983b8 in PyEval_EvalFrameEx ()
  251. #85 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  252. #86 0x00000000004983b8 in PyEval_EvalFrameEx ()
  253. #87 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  254. #88 0x00000000004983b8 in PyEval_EvalFrameEx ()
  255. #89 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  256. #90 0x00000000004983b8 in PyEval_EvalFrameEx ()
  257. #91 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  258. #92 0x00000000004a9081 in PyRun_FileExFlags ()
  259. ---Type <return> to continue, or q <return> to quit---
  260. #93 0x00000000004a9311 in PyRun_SimpleFileExFlags ()
  261. #94 0x00000000004aa8bd in Py_Main ()
  262. #95 0x00007ffff68e176d in __libc_start_main (main=0x41b980 <main>, argc=2, ubp_av=0x7fffffffdd78,
  263. init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffdd68)
  264. at libc-start.c:226
  265. #96 0x000000000041b9b1 in _start ()
  266. (gdb) run bin/rqt_gui
  267. The program being debugged has been started already.
  268. Start it from the beginning? (y or n) n
  269. Program not restarted.
  270. (gdb) cont
  271. Continuing.
  272. [Thread 0x7fffdb092700 (LWP 32286) exited]
  273. [Thread 0x7fffda891700 (LWP 32287) exited]
  274.  
  275. Program terminated with signal SIGSEGV, Segmentation fault.
  276. The program no longer exists.
  277. (gdb) run bin/rqt_gui
  278. Starting program: /usr/bin/python bin/rqt_gui
  279. [Thread debugging using libthread_db enabled]
  280. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  281. [New Thread 0x7fffdb092700 (LWP 32316)]
  282. [New Thread 0x7fffda891700 (LWP 32317)]
  283. WARNING(s) in /opt/ros/groovy/share/pcl/package.xml:
  284. - The manifest must not contain the following tags: copyright
  285. WARNING(s) in /opt/ros/groovy/share/convex_decomposition/package.xml:
  286. - The manifest must not contain the following tags: copyright
  287. - The "description" tag must not have the following attributes: brief
  288. WARNING(s) in /opt/ros/groovy/share/flann/package.xml:
  289. - The manifest must not contain the following tags: run-depend
  290. WARNING: Package name "langs-dev" does not follow the naming conventions. It should start with a lower case letter and only contain lower case letters, digits and underscores.
  291. WARNING(s) in /opt/ros/groovy/share/angles/package.xml:
  292. - The manifest must not contain the following tags: copyright
  293. WARNING(s) in /opt/ros/groovy/share/cv_bridge/package.xml:
  294. - The manifest must not contain the following tags: copyright
  295. WARNING(s) in /opt/ros/groovy/share/image_geometry/package.xml:
  296. - The manifest must not contain the following tags: copyright
  297. RosPluginlibPluginProvider::load_explicit_type(rqt_gui_cpp/RosCppPluginProvider) could not load library (Could not find library.)
  298. RecursivePluginProvider.discover() loading plugin 'rqt_gui_cpp/RosCppPluginProvider' failed
  299. WARNING(s) in /opt/ros/groovy/share/pcl/package.xml:
  300. - The manifest must not contain the following tags: copyright
  301. WARNING(s) in /opt/ros/groovy/share/convex_decomposition/package.xml:
  302. - The manifest must not contain the following tags: copyright
  303. - The "description" tag must not have the following attributes: brief
  304. WARNING(s) in /opt/ros/groovy/share/flann/package.xml:
  305. - The manifest must not contain the following tags: run-depend
  306. WARNING: Package name "langs-dev" does not follow the naming conventions. It should start with a lower case letter and only contain lower case letters, digits and underscores.
  307. WARNING(s) in /opt/ros/groovy/share/angles/package.xml:
  308. - The manifest must not contain the following tags: copyright
  309. WARNING(s) in /opt/ros/groovy/share/cv_bridge/package.xml:
  310. - The manifest must not contain the following tags: copyright
  311. WARNING(s) in /opt/ros/groovy/share/image_geometry/package.xml:
  312. - The manifest must not contain the following tags: copyright
  313.  
  314. Program received signal SIGSEGV, Segmentation fault.
  315. 0x0000000000568af8 in ?? ()
  316. (gdb) bt
  317. #0 0x0000000000568af8 in ?? ()
  318. #1 0x000000000056906a in ?? ()
  319. #2 0x0000000000543015 in ?? ()
  320. #3 0x00000000005439b9 in _PyObject_GC_Malloc ()
  321. #4 0x0000000000512884 in PyDict_New ()
  322. #5 0x00000000004fd54e in _PyObject_GenericSetAttrWithDict ()
  323. #6 0x00000000004fd71d in PyObject_SetAttr ()
  324. #7 0x0000000000498a10 in PyEval_EvalFrameEx ()
  325. #8 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  326. #9 0x00000000004a8960 in ?? ()
  327. #10 0x00000000004e9f36 in PyObject_Call ()
  328. #11 0x00000000004ec11a in ?? ()
  329. #12 0x00000000004e9f36 in PyObject_Call ()
  330. #13 0x00000000004eb39e in ?? ()
  331. #14 0x00000000004db6a6 in ?? ()
  332. #15 0x00000000004e9f36 in PyObject_Call ()
  333. #16 0x000000000049846a in PyEval_EvalFrameEx ()
  334. #17 0x0000000000498602 in PyEval_EvalFrameEx ()
  335. #18 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  336. #19 0x00000000004a8960 in ?? ()
  337. #20 0x00000000004e9f36 in PyObject_Call ()
  338. #21 0x00000000004ec11a in ?? ()
  339. #22 0x00000000004e9f36 in PyObject_Call ()
  340. #23 0x00000000004ea396 in PyEval_CallObjectWithKeywords ()
  341. #24 0x00007ffff5f8f341 in ?? () from /usr/lib/python2.7/lib-dynload/pyexpat.so
  342. #25 0x00007ffff5f9154d in ?? () from /usr/lib/python2.7/lib-dynload/pyexpat.so
  343. #26 0x00007ffff5d6bb5c in ?? () from /lib/x86_64-linux-gnu/libexpat.so.1
  344. #27 0x00007ffff5d6c951 in ?? () from /lib/x86_64-linux-gnu/libexpat.so.1
  345. #28 0x00007ffff5d697c7 in ?? () from /lib/x86_64-linux-gnu/libexpat.so.1
  346. #29 0x00007ffff5d6b17b in ?? () from /lib/x86_64-linux-gnu/libexpat.so.1
  347. #30 0x00007ffff5d6e75d in XML_ParseBuffer () from /lib/x86_64-linux-gnu/libexpat.so.1
  348. #31 0x00007ffff5f9436c in ?? () from /usr/lib/python2.7/lib-dynload/pyexpat.so
  349. #32 0x0000000000497ea4 in PyEval_EvalFrameEx ()
  350. #33 0x0000000000498602 in PyEval_EvalFrameEx ()
  351. #34 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  352. #35 0x00000000004983b8 in PyEval_EvalFrameEx ()
  353. #36 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  354. #37 0x00000000004a8960 in ?? ()
  355. #38 0x00000000004e9f36 in PyObject_Call ()
  356. #39 0x00000000004ec11a in ?? ()
  357. #40 0x00000000004e9f36 in PyObject_Call ()
  358. #41 0x00000000004eb39e in ?? ()
  359. #42 0x00000000004db6a6 in ?? ()
  360. #43 0x00000000004e9f36 in PyObject_Call ()
  361. #44 0x000000000049846a in PyEval_EvalFrameEx ()
  362. #45 0x0000000000498602 in PyEval_EvalFrameEx ()
  363. #46 0x0000000000498602 in PyEval_EvalFrameEx ()
  364. ---Type <return> to continue, or q <return> to quit---
  365. #47 0x0000000000498602 in PyEval_EvalFrameEx ()
  366. #48 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  367. #49 0x00000000004983b8 in PyEval_EvalFrameEx ()
  368. #50 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  369. #51 0x00000000004983b8 in PyEval_EvalFrameEx ()
  370. #52 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  371. #53 0x00000000004983b8 in PyEval_EvalFrameEx ()
  372. #54 0x0000000000498602 in PyEval_EvalFrameEx ()
  373. #55 0x0000000000498602 in PyEval_EvalFrameEx ()
  374. #56 0x0000000000498602 in PyEval_EvalFrameEx ()
  375. #57 0x0000000000498602 in PyEval_EvalFrameEx ()
  376. #58 0x0000000000498602 in PyEval_EvalFrameEx ()
  377. #59 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  378. #60 0x00000000004983b8 in PyEval_EvalFrameEx ()
  379. #61 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  380. #62 0x00000000004983b8 in PyEval_EvalFrameEx ()
  381. #63 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  382. #64 0x00000000004983b8 in PyEval_EvalFrameEx ()
  383. #65 0x0000000000498602 in PyEval_EvalFrameEx ()
  384. #66 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  385. #67 0x00000000004983b8 in PyEval_EvalFrameEx ()
  386. #68 0x0000000000498602 in PyEval_EvalFrameEx ()
  387. #69 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  388. #70 0x00000000004a8960 in ?? ()
  389. #71 0x00000000004e9f36 in PyObject_Call ()
  390. #72 0x00000000004ec11a in ?? ()
  391. #73 0x00000000004e9f36 in PyObject_Call ()
  392. #74 0x00000000004ea396 in PyEval_CallObjectWithKeywords ()
  393. #75 0x00007ffff3c9ff80 in sip_api_invoke_slot () from /usr/lib/python2.7/dist-packages/sip.so
  394. #76 0x00007ffff39c5396 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  395. #77 0x00007ffff39c5690 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  396. #78 0x00007ffff39c5772 in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  397. #79 0x00007ffff3505489 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) ()
  398. from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  399. #80 0x00007ffff39cae0b in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  400. #81 0x00007ffff39c280a in ?? () from /usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
  401. #82 0x0000000000497ea4 in PyEval_EvalFrameEx ()
  402. #83 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  403. #84 0x00000000004983b8 in PyEval_EvalFrameEx ()
  404. #85 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  405. #86 0x00000000004983b8 in PyEval_EvalFrameEx ()
  406. #87 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  407. #88 0x00000000004983b8 in PyEval_EvalFrameEx ()
  408. #89 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  409. #90 0x00000000004983b8 in PyEval_EvalFrameEx ()
  410. #91 0x000000000049f1c0 in PyEval_EvalCodeEx ()
  411. #92 0x00000000004a9081 in PyRun_FileExFlags ()
  412. ---Type <return> to continue, or q <return> to quit---
  413. #93 0x00000000004a9311 in PyRun_SimpleFileExFlags ()
  414. #94 0x00000000004aa8bd in Py_Main ()
  415. #95 0x00007ffff68e176d in __libc_start_main (main=0x41b980 <main>, argc=2, ubp_av=0x7fffffffdd78,
  416. init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffdd68)
  417. at libc-start.c:226
  418. #96 0x000000000041b9b1 in _start ()
  419. (gdb) info threads
  420. Id Target Id Frame
  421. 3 Thread 0x7fffda891700 (LWP 32317) "gdbus" 0x00007ffff69a8303 in __GI___poll (fds=<optimized out>,
  422. nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  423. 2 Thread 0x7fffdb092700 (LWP 32316) "dconf worker" 0x00007ffff69a8303 in __GI___poll (fds=<optimized out>,
  424. nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  425. * 1 Thread 0x7ffff7fca700 (LWP 32315) "python" 0x0000000000568af8 in ?? ()
  426. (gdb) cont
  427. Continuing.
  428. [Thread 0x7fffda891700 (LWP 32317) exited]
  429. [Thread 0x7fffdb092700 (LWP 32316) exited]
  430.  
  431. Program terminated with signal SIGSEGV, Segmentation fault.
  432. The program no longer exists.
  433. (gdb) quit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement