On Sonntag, 12. April 2020 21:26:59 CEST Dirk Hohndel wrote: > This is back to the crash that we have seen when working on the new dive > list model. After updating the notification text (triggered by saving the > data file) we tell Qt to process pending events so that the user actually > sees the notification. And that then causes a crash as some QML element > gets deleted and is deeply displeased about that. The easy fix is to not > call processEvents() -- which of course means that the user no longer gets > updates > > Sigh. > > But no, this isn't the FullText crash that I can reproduce on my 32bit > Android phone.
I think I understand that one as well - when taking dives out of the divelist the undo-code doesn't properly unindex their fulltext. I will have to sleep about how to handle this properly. Berthold _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
