Advertisement
fliker09

cccd gdb 2 log

Sep 19th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.57 KB | None | 0 0
  1. fliker@fliker-VGN-FZ140E:~/Programs/ccd$ gdb --args ./ccd
  2. GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
  3. Copyright (C) 2016 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. ---Type <return> to continue, or q <return> to quit---
  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. Reading symbols from ./ccd...done.
  18. (gdb) start
  19. Temporary breakpoint 1 at 0x49cf1a: file src/main.cpp, line 9.
  20. Starting program: /home/fliker/Programs/ccd/ccd
  21. [Thread debugging using libthread_db enabled]
  22. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  23.  
  24. Temporary breakpoint 1, main (argc=1, argv=0x7fffffffdef8) at src/main.cpp:9
  25. 9 {
  26. (gdb) continue
  27. Continuing.
  28. [New Thread 0x7fffe8d64700 (LWP 2388)]
  29. [Thread 0x7fffe8d64700 (LWP 2388) exited]
  30. [New Thread 0x7fffe8d64700 (LWP 2389)]
  31. [Thread 0x7fffe8d64700 (LWP 2389) exited]
  32. [New Thread 0x7fffe8d64700 (LWP 2390)]
  33. [Thread 0x7fffe8d64700 (LWP 2390) exited]
  34. [New Thread 0x7fffe8d64700 (LWP 2391)]
  35. [Thread 0x7fffe8d64700 (LWP 2391) exited]
  36. Model: 'Sony SLT-A58 (Control)' Port: usb:002,006
  37. prog = Loading camera drivers from '/usr/local/lib/libgphoto2/2.5.14'...
  38. 0%
  39. 1%
  40. 3%
  41. 4%
  42. 6%
  43. 7%
  44. 9%
  45. 10%
  46. 12%
  47. 14%
  48. 15%
  49. 17%
  50. 18%
  51. 20%
  52. 21%
  53. 23%
  54. 25%
  55. 26%
  56. 28%
  57. 29%
  58. 31%
  59. 32%
  60. 34%
  61. 35%
  62. 37%
  63. 39%
  64. 40%
  65. 42%
  66. 43%
  67. 45%
  68. 46%
  69. 48%
  70. 50%
  71. 51%
  72. 53%
  73. 54%
  74. 56%
  75. 57%
  76. 59%
  77. 60%
  78. 62%
  79. 64%
  80. 65%
  81. 67%
  82. 68%
  83. 70%
  84. 71%
  85. 73%
  86. 75%
  87. 76%
  88. 78%
  89. 79%
  90. 81%
  91. 82%
  92. 84%
  93. 85%
  94. 87%
  95. 89%
  96. 90%
  97. 92%
  98. 93%
  99. 95%
  100. 96%
  101. 98%
  102. stop_func
  103. [New Thread 0x7fffe8d64700 (LWP 2392)]
  104. [Thread 0x7fffe8d64700 (LWP 2392) exited]
  105. [New Thread 0x7fffe8d64700 (LWP 2393)]
  106. Connected to DSLR-camera
  107. [New Thread 0x7fffe8563700 (LWP 2394)]
  108. sync task starting...
  109. New task started...
  110. Config get_params OK
  111. continued...
  112. Task complete
  113. sync done...
  114. sync task starting...
  115. New task started...
  116. GPCamera::set_config_widget: result = 0
  117. Config set_params result OK
  118. continued...
  119. Task complete
  120. sync done...
  121. sync task starting...
  122. New task started...
  123. Config get_params OK
  124. continued...
  125. Task complete
  126. sync done...
  127. Connected to NULL-idev
  128. [New Thread 0x7fffe7d62700 (LWP 2395)]
  129. async task starting...New task started...
  130. Start capture...
  131. Before gp_camera_capture
  132. prog = Downloading...
  133. 1%
  134. 4%
  135. 6%
  136. 9%
  137. 12%
  138. 14%
  139. 17%
  140. 19%
  141. 22%
  142. 25%
  143. 27%
  144. 30%
  145. 33%
  146. 35%
  147. 38%
  148. 40%
  149. 43%
  150. 46%
  151. 48%
  152. 50%
  153. 53%
  154. 55%
  155. 58%
  156. 60%
  157. 63%
  158. 66%
  159. 68%
  160. 71%
  161. 74%
  162. 76%
  163. 79%
  164. 81%
  165. 84%
  166. 87%
  167. 89%
  168. 92%
  169. 94%
  170. 97%
  171. 100%
  172. stop_func
  173. Before gp_camera_file_get
  174. image mime = image/x-sony-arw
  175. Capture done.
  176. begin Open buffer
  177. Begin unpack
  178. done...
  179. Scaling with multiplier=4 (max=14324)
  180.  
  181. total DONE
  182. Task complete
  183. QPainter::font: Painter not active
  184. continued...
  185. [New Thread 0x7fffe4ae1700 (LWP 2396)]
  186. [New Thread 0x7fffdffff700 (LWP 2397)]
  187. [Thread 0x7fffe4ae1700 (LWP 2396) exited]
  188. [Thread 0x7fffdffff700 (LWP 2397) exited]
  189.  
  190. Thread 1 "ccd" received signal SIGSEGV, Segmentation fault.
  191. __strcmp_ssse3 () at ../sysdeps/x86_64/multiarch/../strcmp.S:174
  192. 174 ../sysdeps/x86_64/multiarch/../strcmp.S: No such file or directory.
  193. (gdb) bt
  194. #0 __strcmp_ssse3 () at ../sysdeps/x86_64/multiarch/../strcmp.S:174
  195. #1 0x000000000047e5b0 in GPConfigDlg::updateWidgetValue (this=0x80e9c0, widget=0xe0fbe0) at src/device_ui/gpconfigdlg.cpp:553
  196. #2 0x000000000047e7a9 in GPConfigDlg::updateWidgetValue (this=0x80e9c0, widget=0xdfc020) at src/device_ui/gpconfigdlg.cpp:599
  197. #3 0x000000000047e7a9 in GPConfigDlg::updateWidgetValue (this=0x80e9c0, widget=0xe008a0) at src/device_ui/gpconfigdlg.cpp:599
  198. #4 0x000000000047e8d2 in GPConfigDlg::onOkClicked (this=0x80e9c0) at src/device_ui/gpconfigdlg.cpp:609
  199. #5 0x00000000004a4015 in GPConfigDlg::qt_static_metacall (_o=0x80e9c0, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7fffffffc180) at debug/.moc/moc_gpconfigdlg.cpp:50
  200. #6 0x00007ffff5fab010 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  201. #7 0x00007ffff6b68d12 in QAbstractButton::clicked(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  202. #8 0x00007ffff689e2b3 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  203. #9 0x00007ffff689f664 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  204. #10 0x00007ffff689f774 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  205. ---Type <return> to continue, or q <return> to quit---
  206. #11 0x00007ffff651a8d0 in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  207. #12 0x00007ffff64c3fdc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  208. #13 0x00007ffff64cb0d6 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  209. #14 0x00007ffff5f9690d in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  210. #15 0x00007ffff64ca6dd in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) ()
  211. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  212. #16 0x00007ffff65483f2 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  213. #17 0x00007ffff6547c83 in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  214. #18 0x00007ffff6571542 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  215. #19 0x00007ffff34a2197 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  216. #20 0x00007ffff34a23f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  217. ---Type <return> to continue, or q <return> to quit---
  218. #21 0x00007ffff34a249c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  219. #22 0x00007ffff5fc72ae in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  220. #23 0x00007ffff6571616 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  221. #24 0x00007ffff5f9518f in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  222. #25 0x00007ffff5f954f5 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  223. #26 0x00007ffff69a6a3c in QDialog::exec() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  224. #27 0x000000000047febc in ui_device_base::onHardwareParamsClick (this=0xdfb180) at src/ui_device_base.cpp:47
  225. #28 0x00000000004a45b1 in ui_device_base::qt_static_metacall (_o=0xdfb180, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7fffffffcfb0) at debug/.moc/moc_ui_device_base.cpp:50
  226. #29 0x00007ffff5fab010 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  227. #30 0x00007ffff6b68d12 in QAbstractButton::clicked(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  228. #31 0x00007ffff689e2b3 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  229. ---Type <return> to continue, or q <return> to quit---
  230. #32 0x00007ffff689f664 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  231. #33 0x00007ffff689f774 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  232. #34 0x00007ffff651a8d0 in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  233. #35 0x00007ffff64c3fdc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  234. #36 0x00007ffff64cb0d6 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  235. #37 0x00007ffff5f9690d in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  236. #38 0x00007ffff64ca6dd in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) ()
  237. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  238. #39 0x00007ffff65483f2 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  239. #40 0x00007ffff6547c83 in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  240. #41 0x00007ffff6571542 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  241. ---Type <return> to continue, or q <return> to quit---
  242. #42 0x00007ffff34a2197 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  243. #43 0x00007ffff34a23f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  244. #44 0x00007ffff34a249c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  245. #45 0x00007ffff5fc72ae in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  246. #46 0x00007ffff6571616 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  247. #47 0x00007ffff5f9518f in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  248. #48 0x00007ffff5f954f5 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  249. #49 0x00007ffff5f9b4b9 in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  250. #50 0x000000000049cf82 in main (argc=1, argv=0x7fffffffdef8) at src/main.cpp:16
  251. (gdb) f1
  252. Undefined command: "f1". Try "help".
  253. (gdb) p widget_value_string
  254. No symbol "widget_value_string" in current context.
  255. (gdb) p value_new
  256. No symbol "value_new" in current context.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement