The app randomly crash on Ventura. It seems to happen after a period of inactivity, not when the app is consistently used.
Environment
Platform: macOS
Platform version: Ventura 13.0.1 (22A400) / Apple M1 Max
App Version: 5.5.2
How to reproduce
I cannot consistently reproduce. After synchronizing content, it quits (I get the Apple pop “InkDrop unexpectedly quit”). Note that the content is successfully synchronized.
Thanks for the report. That’s strange.
I’m also on Ventura on M1 Max MBP but it works pretty well so far.
Looks like the exception occurs in the Electron main process, not in the renderer process.
If I can reproduce it, I will look into it!
Are you sure it’s the OS?
In my case, the application began to randomly crash both on macOS Big Sur and on Windows 10 (and without memory dumps, which means it exits correctly).
According to the crash reports, it looks like it’s a memory-related issue in Electron.
That’s weird since there are not many changes in v5.5.2. Just some bugfixes.
Maybe upgrading Electron solves it. I’ll work on it.
In v5.5.2, node-sqlite3 has been bumped up from 4.2.0 to 5.1.1.
So, it could be causing the issue if there were internal breaking changes in the native scope.
Can you please try rebuilding the full-text index?
Alas, it just crashed. Note that those crashes are infrequent for me – maybe once or twice a week. And data is never lost, so re-opening the app means that all my work is there.
The application began to close spontaneously again. This happened twice in 2 hours. After that I applied “Rebuild FTS Index” again and this behavior stopped.