Ask questionsQObject::startTimer message when run in console
I expect no errors to print in the console when I open keepassxc.
When I open keepassxc I receive the following error message:
QObject::startTimer: Timers cannot have negative intervals
Everything else seems to work as expected.
This happens whenever I open keepassxc from the command line.
KeePassXC - Version 2.3.4 Revision: 6fe821c
Libraries:
Operating system: Ubuntu 18.10 CPU architecture: x86_64 Kernel: linux 4.18.0-16-generic
Enabled extensions:
Its the same error message noted in #1928 and #1922 but I don't get the seg fault and it happens in 2.3.4.
Answer questions
kneitinger
For more context, here is the explanation of why its happening, as well as associated QT bug reports:
https://github.com/keepassxreboot/keepassxc/blob/7e1b16250c8a3b7854030c86af941d0b83d4a0b9/src/core/Bootstrap.cpp#L47-L58
Related questions