Advertisement
Guest User

daquiri BFGS crash

a guest
Jan 31st, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 19.25 KB | None | 0 0
  1. 16:38 $ gdb ./bin/daquiri
  2. GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
  3. Copyright (C) 2018 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from ./bin/daquiri...done.
  17. (gdb) r
  18. Starting program: /home/martin/dev/backporting/daquiri-qpx/build/bin/daquiri
  19. [Thread debugging using libthread_db enabled]
  20. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  21. [New Thread 0x7fffea46d700 (LWP 20220)]
  22. [New Thread 0x7fffdfcc8700 (LWP 20221)]
  23. [New Thread 0x7fffdf4c7700 (LWP 20222)]
  24. [New Thread 0x7fffdecc6700 (LWP 20223)]
  25. [New Thread 0x7fffde4c5700 (LWP 20224)]
  26. [Thread 0x7fffdecc6700 (LWP 20223) exited]
  27. [New Thread 0x7fffdecc6700 (LWP 20225)]
  28. [New Thread 0x7fffddcc4700 (LWP 20226)]
  29. [New Thread 0x7fffdd4c3700 (LWP 20227)]
  30. [New Thread 0x7fffcfdaa700 (LWP 20228)]
  31. 2019-01-31 23:19:48.678134 INF <Engine> Initialized profile ""
  32. [New Thread 0x7fffcc8de700 (LWP 20229)]
  33. [New Thread 0x7fffbb04c700 (LWP 20238)]
  34. [New Thread 0x7fffba84b700 (LWP 20239)]
  35. [New Thread 0x7fffba04a700 (LWP 20240)]
  36. [New Thread 0x7fffb95d3700 (LWP 20241)]
  37. [New Thread 0x7fffb8b8f700 (LWP 20242)]
  38. [Thread 0x7fffba84b700 (LWP 20239) exited]
  39. [Thread 0x7fffba04a700 (LWP 20240) exited]
  40. [Thread 0x7fffb95d3700 (LWP 20241) exited]
  41. [New Thread 0x7fffb95d3700 (LWP 20244)]
  42. QObject::connect: No such signal WidgetPlotCalib::selection_changed() in /home/martin/dev/backporting/daquiri-qpx/source/gui/analysis/form_energy_calibration.cpp:42
  43. QObject::connect:  (sender name:   'PlotCalib')
  44. QObject::connect:  (receiver name: 'FormEnergyCalibration')
  45. [Thread 0x7fffbb04c700 (LWP 20238) exited]
  46. 2019-01-31 23:20:26.407521 WAR Warning: The maximum number of iterations (501) reached in Brent line search
  47. double free or corruption (out)
  48. 2019-01-31 23:20:26.407802 INF Fitting... Iteration = 0, Chisq = 816.967
  49.  
  50. Thread 17 "ThreadFitter" received signal SIGABRT, Aborted.
  51. [Switching to Thread 0x7fffb95d3700 (LWP 20244)]
  52. __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
  53. 51  ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  54. (gdb) thread apply all bt
  55.  
  56. Thread 17 (Thread 0x7fffb95d3700 (LWP 20244)):
  57. #0  0x00007ffff4107e97 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
  58. #1  0x00007ffff4109801 in __GI_abort () at abort.c:79
  59. #2  0x00007ffff4152897 in __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0x7ffff427fb9a "%s\n") at ../sysdeps/posix/libc_fatal.c:181
  60. #3  0x00007ffff415990a in malloc_printerr (str=str@entry=0x7ffff4281870 "double free or corruption (out)") at malloc.c:5350
  61. #4  0x00007ffff4160e75 in _int_free (have_lock=0, p=0x7fffa80037f0, av=0x7ffff44b4c40 <main_arena>) at malloc.c:4278
  62. #5  0x00007ffff4160e75 in __GI___libc_free (mem=0x7fffa8003800) at malloc.c:3124
  63. #6  0x00005555558f4046 in __gnu_cxx::new_allocator<double>::deallocate(double*, unsigned long) (this=0x7fffb95cfb00, __p=0x7fffa8003800) at /usr/include/c++/7/ext/new_allocator.h:125
  64. #7  0x00005555558f071a in std::allocator_traits<std::allocator<double> >::deallocate(std::allocator<double>&, double*, unsigned long) (__a=..., __p=0x7fffa8003800, __n=13) at /usr/include/c++/7/bits/alloc_traits.h:462
  65. #8  0x00005555558ec632 in std::_Vector_base<double, std::allocator<double> >::_M_deallocate(double*, unsigned long) (this=0x7fffb95cfb00, __p=0x7fffa8003800, __n=13) at /usr/include/c++/7/bits/stl_vector.h:180
  66. #9  0x00005555558e79ab in std::_Vector_base<double, std::allocator<double> >::~_Vector_base() (this=0x7fffb95cfb00, __in_chrg=<optimized out>) at /usr/include/c++/7/bits/stl_vector.h:162
  67. #10 0x00005555558e3efb in std::vector<double, std::allocator<double> >::~vector() (this=0x7fffb95cfb00, __in_chrg=<optimized out>) at /usr/include/c++/7/bits/stl_vector.h:435
  68. #11 0x0000555555af5476 in DAQuiri::BFGS::BFGSMin(DAQuiri::Fittable*, double) (this=0x5555573886a0, fittable=0x7fffb95d0828, tolf=0.0001) at /home/martin/dev/backporting/daquiri-qpx/source/core/fitting/BFGS/BFGS.cpp:334
  69. #12 0x0000555555adfded in DAQuiri::RegionManager::rebuild(DAQuiri::BFGS&) (this=0x7fffb95d0300, optimizer=...) at /home/martin/dev/backporting/daquiri-qpx/source/core/fitting/region_manager.cpp:432
  70. #13 0x0000555555adea19 in DAQuiri::RegionManager::find_and_fit(DAQuiri::BFGS&) (this=0x7fffb95d0300, optimizer=...) at /home/martin/dev/backporting/daquiri-qpx/source/core/fitting/region_manager.cpp:198
  71. #14 0x0000555555ade79b in DAQuiri::RegionManager::refit(DAQuiri::BFGS&) (this=0x7fffb95d0300, optimizer=...) at /home/martin/dev/backporting/daquiri-qpx/source/core/fitting/region_manager.cpp:160
  72. #15 0x0000555555ae96a9 in DAQuiri::Fitter::add_peak(double, double, DAQuiri::BFGS&) (this=0x555557387e50, left=2307.8109919578819, right=2389.3091292466388, optimizer=...) at /home/martin/dev/backporting/daquiri-qpx/source/core/fitting/fitter.cpp:423
  73. #16 0x00005555559f4f3a in ThreadFitter::run() (this=0x555557387e40) at /home/martin/dev/backporting/daquiri-qpx/source/gui/fitter/thread_fitter.cpp:192
  74. #17 0x00007ffff4ea516d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  75. #18 0x00007ffff64fb6db in start_thread (arg=0x7fffb95d3700) at pthread_create.c:463
  76. #19 0x00007ffff41ea88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  77.  
  78. Thread 16 (Thread 0x7fffb8b8f700 (LWP 20242)):
  79. #0  0x00007ffff41ddbf9 in __GI___poll (fds=0x555556ade3e0, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  80. #1  0x00007ffff24fc539 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  81. #2  0x00007ffff24fc64c in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  82. #3  0x00007fffb8b9736d in  () at /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
  83. #4  0x00007ffff2524105 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  84. #5  0x00007ffff64fb6db in start_thread (arg=0x7fffb8b8f700) at pthread_create.c:463
  85. #6  0x00007ffff41ea88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  86.  
  87. Thread 11 (Thread 0x7fffcc8de700 (LWP 20229)):
  88. #0  0x00007ffff65019f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x5555567ece04) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  89. #1  0x00007ffff65019f3 in __pthread_cond_wait_common (abstime=0x0, mutex=0x5555567ecdb0, cond=0x5555567ecdd8) at pthread_cond_wait.c:502
  90. #2  0x00007ffff65019f3 in __pthread_cond_wait (cond=0x5555567ecdd8, mutex=0x5555567ecdb0) at pthread_cond_wait.c:655
  91. #3  0x00007ffff4b2779c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  92. #4  0x0000555555a5c84a in DAQuiri::Project::wait_ready() (this=0x5555567ecdb0) at /home/martin/dev/backporting/daquiri-qpx/source/core/project.cpp:80
  93. #5  0x0000555555a265ba in ThreadPlotSignal::run() (this=0x7fffd4002db8) at /home/martin/dev/backporting/daquiri-qpx/source/gui/daq/ThreadPlotSignal.h:56
  94. #6  0x00007ffff4ea516d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  95. #7  0x00007ffff64fb6db in start_thread (arg=0x7fffcc8de700) at pthread_create.c:463
  96. #8  0x00007ffff41ea88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  97.  
  98. Thread 10 (Thread 0x7fffcfdaa700 (LWP 20228)):
  99. #0  0x00007ffff41ddbf9 in __GI___poll (fds=0x7fffc4003110, nfds=3, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  100. #1  0x00007ffff24fc539 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  101. #2  0x00007ffff24fc64c in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  102. #3  0x00007ffff50dc8ef in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  103. #4  0x00007ffff50819ea in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  104. #5  0x00007ffff4ea022a in QThread::exec() () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  105. #6  0x00007fffedff6d45 in  () at /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
  106. #7  0x00007ffff4ea516d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  107. #8  0x00007ffff64fb6db in start_thread (arg=0x7fffcfdaa700) at pthread_create.c:463
  108. #9  0x00007ffff41ea88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  109.  
  110. Thread 9 (Thread 0x7fffdd4c3700 (LWP 20227)):
  111. #0  0x00007ffff65019f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x5555562cf6b4) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  112. #1  0x00007ffff65019f3 in __pthread_cond_wait_common (abstime=0x0, mutex=0x5555562cf660, cond=0x5555562cf688) at pthread_cond_wait.c:502
  113. #2  0x00007ffff65019f3 in __pthread_cond_wait (cond=0x5555562cf688, mutex=0x5555562cf660) at pthread_cond_wait.c:655
  114. #3  0x00007ffff4b2779c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  115. #4  0x0000555555a700ca in ConcurrentQueue<LogMessage>::wait_and_pop(LogMessage&) (this=0x5555562cf610, popped_value=...)
  116.     at /home/martin/.conan/data/graylog-logger/1.0.5-dm1/ess-dmsc/stable/package/9bfdcfa2bb925892ecf42e2a018a3f3529826676/include/graylog_logger/ConcurrentQueue.hpp:70
  117. #5  0x0000555555a6f81c in OstreamInterface::ThreadFunction() (this=0x5555562cf600) at /home/martin/dev/backporting/daquiri-qpx/source/core/util/custom_logger.cpp:37
  118. #6  0x0000555555a70cf4 in std::__invoke_impl<void, void (OstreamInterface::*)(), OstreamInterface*>(std::__invoke_memfun_deref, void (OstreamInterface::*&&)(), OstreamInterface*&&) (__f=@0x5555562e0960: (void (OstreamInterface::*)(OstreamInterface * const)) 0x555555a6f7ca <OstreamInterface::ThreadFunction()>, __t=@0x5555562e0958: 0x5555562cf600) at /usr/include/c++/7/bits/invoke.h:73
  119. #7  0x0000555555a6feaa in std::__invoke<void (OstreamInterface::*)(), OstreamInterface*>(void (OstreamInterface::*&&)(), OstreamInterface*&&) (__fn=@0x5555562e0960: (void (OstreamInterface::*)(OstreamInterface * const)) 0x555555a6f7ca <OstreamInterface::ThreadFunction()>, __args#0=@0x5555562e0958: 0x5555562cf600) at /usr/include/c++/7/bits/invoke.h:95
  120. #8  0x0000555555a7a921 in std::thread::_Invoker<std::tuple<void (OstreamInterface::*)(), OstreamInterface*> >::_M_invoke<0ul, 1ul>(std::_Index_tuple<0ul, 1ul>) (this=0x5555562e0958) at /usr/include/c++/7/thread:234
  121. #9  0x0000555555a7a8c2 in std::thread::_Invoker<std::tuple<void (OstreamInterface::*)(), OstreamInterface*> >::operator()() (this=0x5555562e0958) at /usr/include/c++/7/thread:243
  122. #10 0x0000555555a7a892 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (OstreamInterface::*)(), OstreamInterface*> > >::_M_run() (this=0x5555562e0950) at /usr/include/c++/7/thread:186
  123. #11 0x00007ffff4b2d57f in  () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  124. #12 0x00007ffff64fb6db in start_thread (arg=0x7fffdd4c3700) at pthread_create.c:463
  125. #13 0x00007ffff41ea88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  126.  
  127. Thread 8 (Thread 0x7fffddcc4700 (LWP 20226)):
  128. ---Type <return> to continue, or q <return> to quit---
  129. #0  0x00007ffff65019f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x5555561c2d34) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  130. #1  0x00007ffff65019f3 in __pthread_cond_wait_common (abstime=0x0, mutex=0x5555561c2ce0, cond=0x5555561c2d08) at pthread_cond_wait.c:502
  131. #2  0x00007ffff65019f3 in __pthread_cond_wait (cond=0x5555561c2d08, mutex=0x5555561c2ce0) at pthread_cond_wait.c:655
  132. #3  0x00007ffff4b2779c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  133. #4  0x0000555555c95d1b in FileInterface::ThreadFunction() ()
  134. #5  0x00007ffff4b2d57f in  () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  135. #6  0x00007ffff64fb6db in start_thread (arg=0x7fffddcc4700) at pthread_create.c:463
  136. #7  0x00007ffff41ea88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  137.  
  138. Thread 7 (Thread 0x7fffdecc6700 (LWP 20225)):
  139. #0  0x00007ffff65019f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x5555562d3dc4) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  140. #1  0x00007ffff65019f3 in __pthread_cond_wait_common (abstime=0x0, mutex=0x5555562d3d70, cond=0x5555562d3d98) at pthread_cond_wait.c:502
  141. #2  0x00007ffff65019f3 in __pthread_cond_wait (cond=0x5555562d3d98, mutex=0x5555562d3d70) at pthread_cond_wait.c:655
  142. #3  0x00007ffff4b2779c in std::condition_variable::wait(std::unique_lock<std::mutex>&) () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  143. #4  0x0000555555c94a33 in ConsoleInterface::ThreadFunction() ()
  144. #5  0x00007ffff4b2d57f in  () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  145. #6  0x00007ffff64fb6db in start_thread (arg=0x7fffdecc6700) at pthread_create.c:463
  146. #7  0x00007ffff41ea88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  147.  
  148. Thread 6 (Thread 0x7fffde4c5700 (LWP 20224)):
  149. #0  0x000055555593c9bc in std::atomic<bool>::store(bool, std::memory_order) (this=0x7fffffffcfe4, __i=false, __m=std::memory_order_seq_cst) at /usr/include/c++/7/atomic:103
  150. #1  0x000055555593c4f6 in ThreadRunner::run() (this=0x7fffffffcfc0) at /home/martin/dev/backporting/daquiri-qpx/source/gui/ThreadRunner.cpp:318
  151. #2  0x00007ffff4ea516d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  152. #3  0x00007ffff64fb6db in start_thread (arg=0x7fffde4c5700) at pthread_create.c:463
  153. #4  0x00007ffff41ea88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  154.  
  155. Thread 4 (Thread 0x7fffdf4c7700 (LWP 20222)):
  156. #0  0x00007ffff41ddbf9 in __GI___poll (fds=0x7fffac0024d0, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  157. #1  0x00007ffff24fc539 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  158. #2  0x00007ffff24fc8d2 in g_main_loop_run () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  159. #3  0x00007fffe2613026 in  () at /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  160. #4  0x00007ffff2524105 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  161. #5  0x00007ffff64fb6db in start_thread (arg=0x7fffdf4c7700) at pthread_create.c:463
  162. #6  0x00007ffff41ea88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  163.  
  164. Thread 3 (Thread 0x7fffdfcc8700 (LWP 20221)):
  165. #0  0x00007ffff41ddbf9 in __GI___poll (fds=0x555556298f60, nfds=2, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  166. #1  0x00007ffff24fc539 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  167. #2  0x00007ffff24fc64c in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  168. #3  0x00007ffff24fc691 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  169. #4  0x00007ffff2524105 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  170. #5  0x00007ffff64fb6db in start_thread (arg=0x7fffdfcc8700) at pthread_create.c:463
  171. #6  0x00007ffff41ea88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  172.  
  173. Thread 2 (Thread 0x7fffea46d700 (LWP 20220)):
  174. #0  0x00007ffff41ddbf9 in __GI___poll (fds=0x7fffea46b4e8, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  175. #1  0x00007fffef570747 in  () at /usr/lib/x86_64-linux-gnu/libxcb.so.1
  176. #2  0x00007fffef57236a in xcb_wait_for_event () at /usr/lib/x86_64-linux-gnu/libxcb.so.1
  177. #3  0x00007fffee4ea2a9 in  () at /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
  178. #4  0x00007ffff4ea516d in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  179. #5  0x00007ffff64fb6db in start_thread (arg=0x7fffea46d700) at pthread_create.c:463
  180. #6  0x00007ffff41ea88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
  181.  
  182. Thread 1 (Thread 0x7ffff7fb5fc0 (LWP 20216)):
  183. #0  0x00007ffff41f96ac in __lll_lock_wait_private () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:95
  184. #1  0x00007ffff41602db in __GI___libc_malloc (bytes=3688) at malloc.c:3063
  185. #2  0x00007ffff572486a in QTextEngine::LayoutData::reallocate(int) () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
  186. #3  0x00007ffff572e451 in QTextEngine::attributes() const () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
  187. #4  0x00007ffff573d195 in QTextLine::layout_helper(int) () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
  188. #5  0x00007ffff573e7f0 in QTextLine::setLineWidth(double) () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
  189. #6  0x00007ffff5781ced in  () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
  190. #7  0x00007ffff57827f5 in  () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
  191. #8  0x00007ffff5787bed in  () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
  192. #9  0x00007ffff5788069 in  () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
  193. #10 0x00007ffff5788268 in QTextDocumentLayout::doLayout(int, int, int) () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
  194. #11 0x00007ffff5789523 in QTextDocumentLayout::documentChanged(int, int, int) () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
  195. #12 0x00007ffff576529a in QTextDocumentPrivate::finishEdit() () at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
  196. #13 0x00007ffff5fdc7ec in  () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  197. #14 0x00007ffff5fc5789 in QTextEdit::append(QString const&) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  198. #15 0x00005555558d94d1 in daquiri::add_log_text(QString) (this=0x7fffffffcd60, line="2019-01-31 23:20:26.407521 Warning: The maximum number of iterations (501) reached in Brent line search") at /home/martin/dev/backporting/daquiri-qpx/source/gui/daquiri.cpp:186
  199. #16 0x0000555555a20a24 in daquiri::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) (_o=0x7fffffffcd60, _c=QMetaObject::InvokeMetaMethod, _id=5, _a=0x7fffbc001390)
  200.     at /home/martin/dev/backporting/daquiri-qpx/build/source/gui/daquiri_autogen/EWIEGA46WW/moc_daquiri.cpp:162
  201. #17 0x00007ffff50b3122 in QObject::event(QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  202. #18 0x00007ffff5e40743 in QWidget::event(QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  203. #19 0x00007ffff5f53c4b in QMainWindow::event(QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  204. ---Type <return> to continue, or q <return> to quit---
  205. #20 0x00007ffff5e0182c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  206. #21 0x00007ffff5e090f4 in QApplication::notify(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  207. #22 0x00007ffff50839a8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  208. #23 0x00007ffff508611d in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  209. #24 0x00007ffff50dd2c3 in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  210. #25 0x00007ffff24fc387 in g_main_context_dispatch () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  211. #26 0x00007ffff24fc5c0 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  212. #27 0x00007ffff24fc64c in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  213. #28 0x00007ffff50dc8ef in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  214. #29 0x00007ffff50819ea in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  215. #30 0x00007ffff508aa84 in QCoreApplication::exec() () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  216. #31 0x00005555559112bc in main(int, char**) (argc=1, argv=0x7fffffffd478) at /home/martin/dev/backporting/daquiri-qpx/source/gui/main.cpp:59
  217. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement