Advertisement
Guest User

segfault

a guest
Sep 17th, 2019
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. [Thread debugging using libthread_db enabled]
  2. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  3. [New Thread 0x7ffff3d5b700 (LWP 23475)]
  4. [New Thread 0x7ffff1d9e700 (LWP 23476)]
  5. [New Thread 0x7ffff0e51700 (LWP 23477)]
  6. [New Thread 0x7fffe9ffd700 (LWP 23478)]
  7. [New Thread 0x7fffe3e1e700 (LWP 23479)]
  8. [New Thread 0x7fffe361d700 (LWP 23480)]
  9. [New Thread 0x7fffe2e1c700 (LWP 23481)]
  10. [New Thread 0x7fffe261b700 (LWP 23482)]
  11. [New Thread 0x7fffe1e1a700 (LWP 23483)]
  12. [New Thread 0x7fffe1619700 (LWP 23484)]
  13. [New Thread 0x7fffe0e18700 (LWP 23485)]
  14. [New Thread 0x7fffa7fff700 (LWP 23486)]
  15. [New Thread 0x7fff77fff700 (LWP 23492)]
  16. [New Thread 0x7fff659ad700 (LWP 23493)]
  17. [New Thread 0x7fff651ac700 (LWP 23494)]
  18. [New Thread 0x7fff5ffff700 (LWP 23495)]
  19. [New Thread 0x7fff5f7fe700 (LWP 23496)]
  20. [New Thread 0x7fff5effd700 (LWP 23497)]
  21. [New Thread 0x7fff5e7fc700 (LWP 23498)]
  22. [New Thread 0x7fff5dffb700 (LWP 23499)]
  23. [New Thread 0x7fff5d7fa700 (LWP 23500)]
  24. [New Thread 0x7fff5cff9700 (LWP 23501)]
  25. [Thread 0x7fff659ad700 (LWP 23493) exited]
  26. [New Thread 0x7fff3bfff700 (LWP 23502)]
  27. [Thread 0x7fff77fff700 (LWP 23492) exited]
  28. [New Thread 0x7fff3b7fe700 (LWP 23503)]
  29. [New Thread 0x7fffe9013700 (LWP 23504)]
  30. [Thread 0x7fff5ffff700 (LWP 23495) exited]
  31. [Thread 0x7fff5effd700 (LWP 23497) exited]
  32.  
  33. Thread 1 "veil-qt" received signal SIGSEGV, Segmentation fault.
  34. 0x0000555556558a5a in QEventLoop::exit(int) ()
  35. (gdb) backtrace
  36. #0 0x0000555556558a5a in QEventLoop::exit(int) ()
  37. #1 0x0000555556a0baed in QDialog::setVisible(bool) ()
  38. #2 0x0000555556a0a10e in QDialog::done(int) ()
  39. #3 0x0000555555807ebb in UnlockPasswordDialog::onUnlockClicked() ()
  40. #4 0x000055555658d5d1 in QMetaObject::activate(QObject*, int, int, void**) ()
  41. #5 0x0000555556950241 in QAbstractButtonPrivate::emitClicked() ()
  42. #6 0x00005555569516aa in QAbstractButtonPrivate::click() ()
  43. #7 0x000055555695189d in QAbstractButton::mouseReleaseEvent(QMouseEvent*) ()
  44. #8 0x00005555568d4ef8 in QWidget::event(QEvent*) ()
  45. #9 0x000055555689e5fc in QApplicationPrivate::notify_helper(QObject*, QEvent*)
  46. ()
  47. #10 0x00005555568a61c7 in QApplication::notify(QObject*, QEvent*) ()
  48. #11 0x000055555655afe8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
  49. ()
  50. #12 0x00005555568a50e2 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) ()
  51. #13 0x00005555568ee02b in QWidgetWindow::handleMouseEvent(QMouseEvent*) ()
  52. #14 0x00005555568f069a in QWidgetWindow::event(QEvent*) ()
  53. #15 0x000055555689e5fc in QApplicationPrivate::notify_helper(QObject*, QEvent*)
  54. ()
  55. #16 0x00005555568a5c4f in QApplication::notify(QObject*, QEvent*) ()
  56. #17 0x000055555655afe8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
  57. ()
  58. ---Type <return> to continue, or q <return> to quit---
  59. #18 0x00005555560998bb in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) ()
  60. #19 0x000055555609b415 in QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) ()
  61. #20 0x000055555606e694 in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
  62. #21 0x000055555605efd6 in QUnixEventDispatcherQPA::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
  63. #22 0x0000555556558dcf in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
  64. #23 0x00005555565629f8 in QCoreApplication::exec() ()
  65. #24 0x000055555572b5eb in main ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement