Advertisement
Guest User

Untitled

a guest
Jul 30th, 2020
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.11 KB | None | 0 0
  1. koko@slimer# gdb --args gbx3 /koko/gambas3/combobox/
  2. GNU gdb (GDB) 9.2
  3. Copyright (C) 2020 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.
  7. Type "show copying" and "show warranty" for details.
  8. This GDB was configured as "x86_64-pc-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.  
  15. For help, type "help".
  16. Type "apropos word" to search for commands related to "word"...
  17. Reading symbols from gbx3...
  18. (No debugging symbols found in gbx3)
  19. (gdb) run
  20. Starting program: /usr/bin/gbx3 /koko/gambas3/combobox/
  21. [Thread debugging using libthread_db enabled]
  22. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  23. [New Thread 0x7ffff29e5700 (LWP 45051)]
  24. [New Thread 0x7fffebf88700 (LWP 45052)]
  25. [New Thread 0x7fffe999c700 (LWP 45053)]
  26. [New Thread 0x7fffe919b700 (LWP 45054)]
  27. [New Thread 0x7fffe899a700 (LWP 45055)]
  28. [New Thread 0x7fffdbfff700 (LWP 45056)]
  29.  
  30. Thread 1 "gbx3" received signal SIGSEGV, Segmentation fault.
  31. 0x00007ffff63b3623 in QColor::redF() const () from /usr/lib/libQt5Gui.so.5
  32. (gdb) thread apply all bt
  33.  
  34. Thread 7 (Thread 0x7fffdbfff700 (LWP 45056)):
  35. #0 0x00007ffff7fa1e32 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
  36. #1 0x00007fffea0814cc in ?? () from /usr/lib/dri/i965_dri.so
  37. #2 0x00007fffea0807e8 in ?? () from /usr/lib/dri/i965_dri.so
  38. #3 0x00007ffff7f9b422 in start_thread () from /usr/lib/libpthread.so.0
  39. #4 0x00007ffff7e9cbf3 in clone () from /usr/lib/libc.so.6
  40.  
  41. Thread 6 (Thread 0x7fffe899a700 (LWP 45055)):
  42. #0 0x00007ffff7fa1e32 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
  43. #1 0x00007fffea0814cc in ?? () from /usr/lib/dri/i965_dri.so
  44. #2 0x00007fffea0807e8 in ?? () from /usr/lib/dri/i965_dri.so
  45. #3 0x00007ffff7f9b422 in start_thread () from /usr/lib/libpthread.so.0
  46. #4 0x00007ffff7e9cbf3 in clone () from /usr/lib/libc.so.6
  47.  
  48. Thread 5 (Thread 0x7fffe919b700 (LWP 45054)):
  49. #0 0x00007ffff7fa1e32 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
  50. #1 0x00007fffea0814cc in ?? () from /usr/lib/dri/i965_dri.so
  51. #2 0x00007fffea0807e8 in ?? () from /usr/lib/dri/i965_dri.so
  52. #3 0x00007ffff7f9b422 in start_thread () from /usr/lib/libpthread.so.0
  53. #4 0x00007ffff7e9cbf3 in clone () from /usr/lib/libc.so.6
  54.  
  55. Thread 4 (Thread 0x7fffe999c700 (LWP 45053)):
  56. #0 0x00007ffff7fa1e32 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
  57. #1 0x00007fffea0814cc in ?? () from /usr/lib/dri/i965_dri.so
  58. --Type <RET> for more, q to quit, c to continue without paging--
  59. #2 0x00007fffea0807e8 in ?? () from /usr/lib/dri/i965_dri.so
  60. #3 0x00007ffff7f9b422 in start_thread () from /usr/lib/libpthread.so.0
  61. #4 0x00007ffff7e9cbf3 in clone () from /usr/lib/libc.so.6
  62.  
  63. Thread 3 (Thread 0x7fffebf88700 (LWP 45052)):
  64. #0 0x00007ffff7e9205f in poll () from /usr/lib/libc.so.6
  65. #1 0x00007ffff4eb9f38 in ?? () from /usr/lib/libglib-2.0.so.0
  66. #2 0x00007ffff4e6b221 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
  67. #3 0x00007ffff5e49211 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
  68. #4 0x00007ffff5def01c in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
  69. #5 0x00007ffff5c0ac32 in QThread::exec() () from /usr/lib/libQt5Core.so.5
  70. #6 0x00007ffff2b5c098 in ?? () from /usr/lib/libQt5DBus.so.5
  71. #7 0x00007ffff5c0be0f in ?? () from /usr/lib/libQt5Core.so.5
  72. #8 0x00007ffff7f9b422 in start_thread () from /usr/lib/libpthread.so.0
  73. #9 0x00007ffff7e9cbf3 in clone () from /usr/lib/libc.so.6
  74.  
  75. Thread 2 (Thread 0x7ffff29e5700 (LWP 45051)):
  76. #0 0x00007ffff7e9205f in poll () from /usr/lib/libc.so.6
  77. #1 0x00007ffff4dfc63b in ?? () from /usr/lib/libxcb.so.1
  78. #2 0x00007ffff4dfe37b in xcb_wait_for_event () from /usr/lib/libxcb.so.1
  79. #3 0x00007ffff2c70c51 in ?? () from /usr/lib/libQt5XcbQpa.so.5
  80. #4 0x00007ffff5c0be0f in ?? () from /usr/lib/libQt5Core.so.5
  81. #5 0x00007ffff7f9b422 in start_thread () from /usr/lib/libpthread.so.0
  82. #6 0x00007ffff7e9cbf3 in clone () from /usr/lib/libc.so.6
  83.  
  84. Thread 1 (Thread 0x7ffff7c44b80 (LWP 45045)):
  85. #0 0x00007ffff63b3623 in QColor::redF() const () from /usr/lib/libQt5Gui.so.5
  86. #1 0x00007ffff0728f17 in KColorUtils::mix(QColor const&, QColor const&, double) () from /usr/lib/libKF5GuiAddons.so.5
  87. #2 0x00007ffff0032f43 in ?? () from /usr/lib/qt/plugins/styles/breeze.so
  88. #3 0x00007ffff004e096 in ?? () from /usr/lib/qt/plugins/styles/breeze.so
  89. #4 0x00007ffff004e829 in ?? () from /usr/lib/qt/plugins/styles/breeze.so
  90. #5 0x00007ffff0050151 in ?? () from /usr/lib/qt/plugins/styles/breeze.so
  91. #6 0x00007ffff69c4548 in QComboBox::paintEvent(QPaintEvent*) () from /usr/lib/libQt5Widgets.so.5
  92. #7 0x00007ffff68ffc7e in QWidget::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
  93. #8 0x00007ffff68be702 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
  94. #9 0x00007ffff5df069a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
  95. #10 0x00007ffff68f7cb8 in QWidgetPrivate::sendPaintEvent(QRegion const&) () from /usr/lib/libQt5Widgets.so.5
  96. #11 0x00007ffff68f852c in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, QFlags<QWidgetPrivate::DrawWidgetFlag>, QPainter*, QWidgetRepaintManager*) () from /usr/lib/libQt5Widgets.so.5
  97. #12 0x00007ffff68f98f0 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, QFlags<QWidgetPrivate::DrawWidgetFlag>, QPainter*, QWidgetRepaintManager*) () from /usr/lib/libQt5Widgets.so.5
  98. #13 0x00007ffff68f823d in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, QFlags<QWidgetPrivate::DrawWidgetFlag>, QPainter*, QWidgetRepaintManager*) () from /usr/lib/libQt5Widgets.so.5
  99. #14 0x00007ffff68f98f0 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, QFlags<QWidgetPrivate::DrawWidgetFlag>, QPainter*, QWidgetRepaintManager*) () from /usr/lib/libQt5Widgets.so.5
  100. #15 0x00007ffff68f823d in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, QFlags<QWidgetPrivate::DrawWidgetFlag>, QPainter*, QWidgetRepaintManager*) () from /usr/lib/libQt5Widgets.so.5
  101. #16 0x00007ffff68cf42c in ?? () from /usr/lib/libQt5Widgets.so.5
  102. #17 0x00007ffff68cfc9e in ?? () from /usr/lib/libQt5Widgets.so.5
  103. #18 0x00007ffff691b950 in ?? () from /usr/lib/libQt5Widgets.so.5
  104. #19 0x00007ffff68be702 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
  105. #20 0x00007ffff5df069a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
  106. #21 0x00007ffff61cc380 in QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*) () from /usr/lib/libQt5Gui.so.5
  107. #22 0x00007ffff61a06ec in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Gui.so.5
  108. #23 0x00007ffff2c71c8c in ?? () from /usr/lib/libQt5XcbQpa.so.5
  109. #24 0x00007ffff4e6c43c in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
  110. #25 0x00007ffff4eb9fa9 in ?? () from /usr/lib/libglib-2.0.so.0
  111. #26 0x00007ffff4e6b221 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
  112. #27 0x00007ffff5e49211 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
  113. --Type <RET> for more, q to quit, c to continue without paging--
  114. #28 0x00007ffff5def01c in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
  115. #29 0x00007ffff5df74a4 in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5
  116. #30 0x00007ffff6f56126 in ?? () from /usr/lib64/gambas3/gb.qt5.so
  117. #31 0x0000555555572925 in ?? ()
  118. #32 0x00007ffff7dc4002 in __libc_start_main () from /usr/lib/libc.so.6
  119. #33 0x0000555555572cbe in ?? ()
  120. (gdb)
  121. (gdb)
  122.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement