Advertisement
Guest User

Untitled

a guest
Oct 5th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 1.06 KB | None | 0 0
  1. Thread 1 "QtImageViewer" received signal SIGSEGV, Segmentation fault.
  2. 0x00007ffff5bad446 in strlen () from /usr/lib/libc.so.6
  3. (gdb) backtrace full
  4. #0  0x00007ffff5bad446 in strlen () from /usr/lib/libc.so.6
  5. No symbol table info available.
  6. #1  0x00007ffff69f8291 in QCoreApplication::arguments() ()
  7.    from /usr/lib/libQt5Core.so.5
  8. No symbol table info available.
  9. #2  0x00007fffef62cce7 in ?? () from /usr/lib/libQt5XcbQpa.so.5
  10. No symbol table info available.
  11. #3  0x00007fffef62d834 in ?? () from /usr/lib/libQt5XcbQpa.so.5
  12. No symbol table info available.
  13. #4  0x00007fffeefaac38 in _SmcProcessMessage () from /usr/lib/libSM.so.6
  14. No symbol table info available.
  15. #5  0x00007fffeed9a46c in IceProcessMessages () from /usr/lib/libICE.so.6
  16. No symbol table info available.
  17. #6  0x00007ffff6a20659 in QMetaObject::activate(QObject*, int, int, void**) ()
  18.    from /usr/lib/libQt5Core.so.5
  19. No symbol table info available.
  20. #7  0x00007ffff6a9adfe in QSocketNotifier::activated(int, QSocketNotifier::QPrivateSignal) () from /usr/lib/libQt5Core.so.5
  21. No symbol table info available.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement