-
-
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
Segfault when locking GNOME/Wayland desktop with database open #10432
Comments
Same here, installed as deb package using a
|
Same here with the new 2.7.7 version on Ubuntu 22.04, let me know if I can help debugging the issue. I can always trigger the crash (segfault) doing the steps written on the issue description
Using x11
|
FWIW, I'm not using Wayland. |
Same here keepassxc --debug-info
System info (sudo inxi -Faz)
|
Thank you no more need for same here's |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Overview
KeePassXC crashes when locking the desktop. New regression as of 2.7.7.
Steps to Reproduce
Lock databases when session is locked or lid is closed
.Expected Behavior
Before 2.7.7, KPXC behaved as expected. Was still running with database locked upon session unlock.
Actual Behavior
KPXC receives SIGSEGV before the database is locked (at least window still displays unlocked content)
Additional information
Fedora 39/GNOME/Wayland. KPXC build is from the Fedora testing repo.
Debug info
backtrace
KeePassXC - 2.7.7
Revision: 68e2dd8
Operating System: Linux
Desktop Env: Gnome
Windowing System: Wayland
The text was updated successfully, but these errors were encountered: