Skip to content

Instantly share code, notes, and snippets.

@RaitoBezarius
Created October 10, 2016 10:22

Revisions

  1. RaitoBezarius created this gist Oct 10, 2016.
    21 changes: 21 additions & 0 deletions backtrace
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    [New LWP 9934]
    [New LWP 9930]
    [New LWP 9931]
    [New LWP 9932]
    [New LWP 9938]

    warning: Could not load shared library symbols for linux-vdso.so.1.
    Do you need "set solib-search-path" or "set sysroot"?
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/usr/lib/libthread_db.so.1".
    Core was generated by `./qesteidutil'.
    Program terminated with signal SIGSEGV, Segmentation fault.
    #0 0x0000000000477265 in QSmartCardPrivate::parseFCI(QByteArray const&) const ()
    [Current thread is 1 (Thread 0x7f11cb7fe700 (LWP 9934))]
    (gdb) bt
    #0 0x0000000000477265 in QSmartCardPrivate::parseFCI(QByteArray const&) const ()
    #1 0x0000000000479c72 in QSmartCard::run()::{lambda(QByteArray const&)#2}::operator()(QByteArray const&) const ()
    #2 0x000000000047b500 in QSmartCard::run() ()
    #3 0x00007f11dd409d78 in ?? () from /usr/lib/libQt5Core.so.5
    #4 0x00007f11df62d454 in start_thread () from /usr/lib/libpthread.so.0
    #5 0x00007f11dc8047df in clone () from /usr/lib/libc.so.6