-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Segmentation fault when deleting entry with TOTP Seed #1360
Copy link
Copy link
Closed
Description
Expected Behavior
No seg fault, entry is deleted as expected.
Current Behavior
seg fault.
Steps to Reproduce (for bugs)
- Create an entry with a
TOTP Seed - Save database
- Delete the entry (will send to the recycle bin by default)
- Save database
- Right click the recycle bin and click
Empty recycle bin - Seg fault
Debug Info
KeePassXC - Version 2.2.4
Revision: 6476b6b
Libraries:
- Qt 5.5.1
- libgcrypt 1.6.5
Operating system: Ubuntu 16.04.3 LTS
CPU architecture: x86_64
Kernel: linux 4.10.0-42-generic
Enabled extensions:
- Auto-Type
@TheZ3ro I believe it might have to do with the new details view, which I guess has a recurring job to update the totp code. Is it possible that the totp refreshing job wakes up to a deleted entry?
Reactions are currently unavailable