SIGSEGV in MainWindow::executeWrapper on clean install #122
Comments
No worries, good catch, will patch tomorrow. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No worries, good catch, will patch tomorrow. |
Hi I get a SIGSEGV on a clean install (no ~/.password-store) in
MainWindow::executeWrapper
while callingautoclearTimer->stop();
. autoclearTimer is not initialized and not null either. Here's the backtrace:following patch fixes the issue:
it only seems to happen when there's no ~/.password-store...
(sorry for being to lazy to create a pull request...)
The text was updated successfully, but these errors were encountered: