Advertisement
KukuRuzo

psi crash bt

Apr 25th, 2024
576
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.69 KB | None | 0 0
  1. (gdb) bt full
  2. #0  0x00007fffebeab32c in ??? () at /usr/lib/libc.so.6
  3. #1  0x00007fffebe5a6c8 in raise () at /usr/lib/libc.so.6
  4. #2  0x00007fffebe424b8 in abort () at /usr/lib/libc.so.6
  5. #3  0x00007fffec0dd3b2 in std::__glibcxx_assert_fail
  6.     (file=<optimized out>, line=<optimized out>, function=<optimized out>, condition=<optimized out>) at /usr/src/debug/gcc/gcc/libstdc++-v3/src/c++11/debug.cc:61
  7. #4  0x0000555555e6df60 in ??? ()
  8. #5  0x0000555555e6b8ac in ??? ()
  9. #6  0x0000555555a6f4ad in ??? ()
  10. #7  0x0000555555965542 in ??? ()
  11. #8  0x0000555555969b46 in ??? ()
  12. #9  0x00007ffff717c2c7 in QObject::event(QEvent*) () at /usr/lib/libQt6Core.so.6
  13. #10 0x00007fffec4f438b in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
  14.     at /usr/lib/libQt6Widgets.so.6
  15. #11 0x00007ffff7139818 in QCoreApplication::notifyInternal2(QObject*, QEvent*) ()
  16.     at /usr/lib/libQt6Core.so.6
  17. #12 0x00007ffff7139b9b in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)
  18.     () at /usr/lib/libQt6Core.so.6
  19. #13 0x00007ffff73758a4 in ??? () at /usr/lib/libQt6Core.so.6
  20. #14 0x00007fffeb90df69 in ??? () at /usr/lib/libglib-2.0.so.0
  21. #15 0x00007fffeb96c3a7 in ??? () at /usr/lib/libglib-2.0.so.0
  22. #16 0x00007fffeb90c162 in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0
  23. #17 0x00007ffff73739c4 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt6Core.so.6
  24. #18 0x00007ffff7143d6e in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
  25. --Type <RET> for more, q to quit, c to continue without paging--
  26.     at /usr/lib/libQt6Core.so.6
  27. #19 0x00007ffff713c2b8 in QCoreApplication::exec() () at /usr/lib/libQt6Core.so.6
  28. #20 0x0000555555750594 in main ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement