Created
October 10, 2016 10:22
-
-
Save RaitoBezarius/6daa114e36807fe7b9c66eb4c0fd93a8 to your computer and use it in GitHub Desktop.
Backtrace for eID
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do I understand correctly, that pcsc_scan is running at the same time ?
I'll give you shortly the instructions on how to turn on APDU logging for qesteidutil, to see what it gets from the card...