What | Removed | Added |
---|---|---|
CC | Ulrich.Windl@rz.uni-regensburg.de | |
Flags | needinfo?(Ulrich.Windl@rz.uni-regensburg.de) |
It looks like a memory corruption in the pcsc-cyberjack. As I don't have the reader, I cannot reproduce. (Only Wolfgang can.) Could you try to create the dump again, with the proposed debuginfo package: zypper install pcsc-lite-debuginfo-1.8.11-4.4.1.x86_64 Stopping the pcscd and then starting it with valgrind could also provide location of the problem: killall pcscd valgrind --log-file=pcscd.log /usr/sbin/pcscd --foreground --auto-exit (It will run very slowly.)