Advertisement
fliker09

cccd gdb 3 log

Sep 20th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.91 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. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. ---Type <return> to continue, or q <return> to quit---
  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 2336)]
  29. [Thread 0x7fffe8d64700 (LWP 2336) exited]
  30. [New Thread 0x7fffe8d64700 (LWP 2337)]
  31. [Thread 0x7fffe8d64700 (LWP 2337) exited]
  32. [New Thread 0x7fffe8d64700 (LWP 2338)]
  33. [Thread 0x7fffe8d64700 (LWP 2338) exited]
  34. [New Thread 0x7fffe8d64700 (LWP 2339)]
  35. [Thread 0x7fffe8d64700 (LWP 2339) exited]
  36. Model: 'Sony SLT-A58 (Control)' Port: usb:002,004
  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 2340)]
  104. [Thread 0x7fffe8d64700 (LWP 2340) exited]
  105. [New Thread 0x7fffe8d64700 (LWP 2342)]
  106. Connected to DSLR-camera
  107. [New Thread 0x7fffe8563700 (LWP 2343)]
  108. sync task starting...
  109. New task started...
  110. Config get_params OK
  111. sync done...
  112. sync task starting...
  113. continued...
  114. Task complete
  115. New task started...
  116. GPCamera::set_config_widget: result = 0
  117. Config set_params result OK
  118. sync done...
  119. sync task starting...
  120. continued...
  121. Task complete
  122. New task started...
  123. Config get_params OK
  124. sync done...
  125. continued...
  126. Task complete
  127. Connected to NULL-idev
  128. [New Thread 0x7fffe7d62700 (LWP 2344)]
  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=11 (max=5624)
  180.  
  181. total DONE
  182. Task complete
  183. QPainter::font: Painter not active
  184. continued...
  185.  
  186. Thread 1 "ccd" received signal SIGSEGV, Segmentation fault.
  187. __strcmp_ssse3 () at ../sysdeps/x86_64/multiarch/../strcmp.S:174
  188. 174 ../sysdeps/x86_64/multiarch/../strcmp.S: No such file or directory.
  189. (gdb) bt
  190. #0 __strcmp_ssse3 () at ../sysdeps/x86_64/multiarch/../strcmp.S:174
  191. #1 0x000000000047e5b0 in GPConfigDlg::updateWidgetValue (this=0x81efe0, widget=0xdffac0) at src/device_ui/gpconfigdlg.cpp:553
  192. #2 0x000000000047e7a9 in GPConfigDlg::updateWidgetValue (this=0x81efe0, widget=0xdfede0) at src/device_ui/gpconfigdlg.cpp:599
  193. #3 0x000000000047e7a9 in GPConfigDlg::updateWidgetValue (this=0x81efe0, widget=0x7df640) at src/device_ui/gpconfigdlg.cpp:599
  194. #4 0x000000000047e8d2 in GPConfigDlg::onOkClicked (this=0x81efe0) at src/device_ui/gpconfigdlg.cpp:609
  195. #5 0x00000000004a4015 in GPConfigDlg::qt_static_metacall (_o=0x81efe0, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7fffffffc180) at debug/.moc/moc_gpconfigdlg.cpp:50
  196. #6 0x00007ffff5fab010 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  197. #7 0x00007ffff6b68d12 in QAbstractButton::clicked(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  198. #8 0x00007ffff689e2b3 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  199. #9 0x00007ffff689f664 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  200. #10 0x00007ffff689f774 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  201. #11 0x00007ffff651a8d0 in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  202. #12 0x00007ffff64c3fdc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  203. ---Type <return> to continue, or q <return> to quit---
  204. #13 0x00007ffff64cb0d6 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  205. #14 0x00007ffff5f9690d in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  206. #15 0x00007ffff64ca6dd in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) ()
  207. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  208. #16 0x00007ffff65483f2 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  209. #17 0x00007ffff6547c83 in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  210. #18 0x00007ffff6571542 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  211. #19 0x00007ffff34a2197 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  212. #20 0x00007ffff34a23f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  213. #21 0x00007ffff34a249c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  214. #22 0x00007ffff5fc72ae in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  215. #23 0x00007ffff6571616 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  216. #24 0x00007ffff5f9518f in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  217. ---Type <return> to continue, or q <return> to quit---
  218. #25 0x00007ffff5f954f5 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  219. #26 0x00007ffff69a6a3c in QDialog::exec() () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  220. #27 0x000000000047febc in ui_device_base::onHardwareParamsClick (this=0xe08cf0) at src/ui_device_base.cpp:47
  221. #28 0x00000000004a45b1 in ui_device_base::qt_static_metacall (_o=0xe08cf0, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7fffffffcfb0) at debug/.moc/moc_ui_device_base.cpp:50
  222. #29 0x00007ffff5fab010 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  223. #30 0x00007ffff6b68d12 in QAbstractButton::clicked(bool) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  224. #31 0x00007ffff689e2b3 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  225. #32 0x00007ffff689f664 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  226. #33 0x00007ffff689f774 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  227. #34 0x00007ffff651a8d0 in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  228. #35 0x00007ffff64c3fdc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  229. #36 0x00007ffff64cb0d6 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  230. #37 0x00007ffff5f9690d in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  231. ---Type <return> to continue, or q <return> to quit---
  232. #38 0x00007ffff64ca6dd in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) ()
  233. from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  234. #39 0x00007ffff65483f2 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  235. #40 0x00007ffff6547c83 in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  236. #41 0x00007ffff6571542 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  237. #42 0x00007ffff34a2197 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  238. #43 0x00007ffff34a23f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  239. #44 0x00007ffff34a249c in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  240. #45 0x00007ffff5fc72ae in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  241. #46 0x00007ffff6571616 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
  242. #47 0x00007ffff5f9518f in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  243. #48 0x00007ffff5f954f5 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  244. #49 0x00007ffff5f9b4b9 in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  245. ---Type <return> to continue, or q <return> to quit---
  246. #50 0x000000000049cf82 in main (argc=1, argv=0x7fffffffdef8) at src/main.cpp:16
  247. (gdb) f 1
  248. #1 0x000000000047e5b0 in GPConfigDlg::updateWidgetValue (this=0x81efe0, widget=0xdffac0) at src/device_ui/gpconfigdlg.cpp:553
  249. 553 if( !widget_value_string || strcmp( widget_value_string, value_new ) )
  250. (gdb) p widget_value_string
  251. $1 = 0xdfb160 "0"
  252. (gdb) p value_new
  253. $2 = 0x0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement