-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oberthur PKCS#11 module is buggy on Ubuntu 18.04.01 LTS #41
Comments
This seems to be a common problem: https://www.google.com/search?rls=en&q=pthread_join_common.c |
May this be the cause why Chromium crashes randomly after a couple of minutes with the plugin enabled? I don't have any logs to tie the crashing to open-eid, but the crashes disappeared after removing open-eid and everything related (and there weren't any before the inclusion of this middleware). Can anyone confirm this? |
Have not tried with Chromium, but apparently having the PKCS#11 module loaded to Firefox (on Debian that is) resulted in random crashes of Firefox. As both are based on NSS on Linux, I assume the symptoms are the same. Keep in mind that open-eid should contain multiple PKCS#11 modules and only the Oberthur one seems to cause the random crashes (as currently observed) |
It seems that it only hangs if no card reader is connected:
With one connected, it works:
Connecting a card reader while the library is hung also wakes it up. |
"May this be the cause why Chromium crashes randomly after a couple of minutes with the plugin enabled?"
"awp" dependency is removed now: https://github.com/open-eid/linux-installer/pull/49/files |
C_Finalize always hangs:
(running this via gdb)
The text was updated successfully, but these errors were encountered: