https://bugs.documentfoundation.org/show_bug.cgi?id=101464
Aron Budea <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |bisected
CC| |[email protected]
Whiteboard|bisectRequested |
--- Comment #8 from Aron Budea <[email protected]> ---
This is the assert that fails now:
assert(!(mpEvents || mpEventMap));
http://opengrok.libreoffice.org/xref/core/sw/source/core/access/accmap.cxx#1745
The assert was introduced in Michael Stahl's commit below by changing
OSL_ENSUREs to asserts, but the condition was never correct.
https://cgit.freedesktop.org/libreoffice/core/commit/?id=d0b09f41efe938e94a84e783c9ff5742edcbfba8
"sw: related: tdf#58624 convert to assert() in ~SwAccessibleMap()
With the restored Dispose() calls from previous commit these don't
trigger on every scrolled document now."
A slightly guess-based patch is now in gerrit:
https://gerrit.libreoffice.org/#/c/31250/
The assert originally reported, and given in comment 5 came from the same
commit, but has since been reverted by the following commit:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=2934f6bcc75c781cdf9e614b9d7d8533eb680b3f
"sw: partially revert commit d0b09f41efe938e94a84e783c9ff5742edcbfba8
These still trigger sometimes in JunitTest_toolkit_unoapi_1
and i haven't had time to track that down, so back to SAL_WARN for
now..."
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs