master-only crash, need to have accessibility enabled: 1. new writer document 2. Insert->Frame, ok 3. put cursor inside frame 4. Insert->Image, ok 5. change anchor of image to "As character" 6. select outer fram 7. delete
regression from: commit e49ca69747e9e905dbb00bbd5a7ea85331607a04 Author: Stephan Bergmann <sbergman@redhat.com> AuthorDate: Wed Mar 4 13:30:09 2015 +0100 Hack to make an in-destruction SwFlyInCntFrm no longer claim to be one
problem is that a superclass dtor does not dispose the accessible object for the SwFlyInCntFrm because in ~SwFlyFrm the IsAccessibleFrm() and IsFlyInCntFrm() return false. reverted that commit and did a different fix to move all the logic out of destructors.
Michael Stahl committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=4e353190b68f3a89c43b3861444dd2dd6b02a6e0 tdf#90820: Revert "Hack to make an in-destruction SwFlyInCntFrm ... It will be available in 5.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.
Michael Stahl committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=135e4d5c730b8b252eab3e375580a3a73d8204e6 related: tdf#90820 refactor SwFrm destruction It will be available in 5.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.