Open Writer in a debug build. Save an empty document, then close it (but don't exit LO). => There is an assertion failed error. In vcl/win/app/salinst.cxx, line 725 Expression: ! "Multiple timers in queue" Seems related to scheduling, and Win only. Observed using a recent 6.0 master build (1ba1bb96659d0048bff2a9a15646f6e1e04bd2c4) / Windows 7.
Fixed with https://cgit.freedesktop.org/libreoffice/core/commit/?id=38fa44435a428685b4ac59ee98972a8521942225 (The assert was wrong)
I'm afraid not, it's still occurring with the same steps, at the same point. With master build from 09-07 / 91d909ac8ec53ea135401babe8227f9c41b779b8.
Jan-Marek Glogowski committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=448e9da1b440561441602e3a0956218b2702767e tdf#111994 WIN workaround PostMessage delays It will be available in 6.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Moving to NEW since there's a commit in master for this issue.