-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Crash on Windows after PC wakes up since 2.7.7 #10455
Comments
Yes I have seen this as well but haven't been able to track it down yet |
I think I got a stacktrace (the above is from the official installer, the stacktrace from the MSYS2 build):
|
Yup that is what I was thinking, I found that code and changed it, couldn't reproduce the crash yet. |
It's all the same, thank you. Fixed in the linked PR. |
pull bot
pushed a commit
to tigerwill90/keepassxc
that referenced
this issue
Apr 13, 2024
* Fixes keepassxreboot#10455 * Fixes keepassxreboot#10432 * Fixes keepassxreboot#10415 Prevent setting critical key components to nullptr when database data is cleared. This can result in a crash due to race condition between threads. Added a bunch of asserts to detect this problem and if guards to prevent actual crashes.
pull bot
pushed a commit
to shashinma/keepassxc
that referenced
this issue
Apr 13, 2024
* Fixes keepassxreboot#10455 * Fixes keepassxreboot#10432 * Fixes keepassxreboot#10415 Prevent setting critical key components to nullptr when database data is cleared. This can result in a crash due to race condition between threads. Added a bunch of asserts to detect this problem and if guards to prevent actual crashes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
Since the update from 2.7.6 to 2.7.7 I occasionally get crashes when the PC wakes up and I get this shown on the unlock screen.
It happened four times this week and never before that in the last year.
Steps to Reproduce
I haven't figured out a way to reproduce, I only know this:
Expected Behavior
No crash
Actual Behavior
Crash
Context
KeePassXC - Version 2.7.7
Revision: 68e2dd8
Qt 5.15.11
Debugging mode is disabled.
Operating system: Windows 11 Version 2009
CPU architecture: x86_64
Kernel: winnt 10.0.22631
Enabled extensions:
Cryptographic libraries:
The text was updated successfully, but these errors were encountered: