Ludovic Aelbrecht
Ludovic Aelbrecht
I had auto sync on startup & shutdown & every 15 mins enabled. (But those were also enabled on 2.1.8, when it exited cleanly). I've disabled all 3 of those...
Hi boo-yee Thanks for your help. When running the develop branch with "--logLevel=1", here's the output I get when all auto syncs are disabled and exiting through Ctrl+Q: ``` DEBUG...
Here's the output I get with the patch applied: ``` DEBUG 2023-08-02 12:25:28.373 src/nixnote.cpp:1153 quitNixNote DEBUG 2023-08-02 12:25:28.373 src/nixnote.cpp:1313 closeEvent DEBUG 2023-08-02 12:25:28.373 src/nixnote.cpp:1177 saveOnExit() DEBUG 2023-08-02 12:25:28.373 src/nixnote.cpp:1179 saveOnExit:...
Thanks for all your help. No SIGABRT this time: ``` DEBUG 2023-08-02 14:55:07.382 src/nixnote.cpp:1156 quitNixNote DEBUG 2023-08-02 14:55:07.382 src/nixnote.cpp:1316 closeEvent DEBUG 2023-08-02 14:55:07.382 src/nixnote.cpp:1180 saveOnExit() DEBUG 2023-08-02 14:55:07.382 src/nixnote.cpp:1182 saveOnExit:...
Thanks for fixing it, much appreciated.