In writer, calc, draw, open the font-, background-color-dialog (this open with the drop-down button) then click on the Header of the dialog, the dialog get a other header with a close-button. When close the dialog with this close-button and the application crash.
Not sure but this bug 94674 sounds alike simular
Patch here : https://gerrit.libreoffice.org/#/c/20971/ But not sure is this patch the right way, but solved the crash
Created attachment 121575 [details] bt with debug symbols On pc Debian x86-64 with master sources updated yesterday, I could reproduce this.
For me not reproducible with LO 5.1.0.1, Win 8.1
Hi Julien, A(Andy) thank you for test, i think a patch between 5.1.0.1 and master has make the problem. I set my patch to "Abandon" and i want look for the right problem
I have found the Patch and reverted here https://gerrit.libreoffice.org/#/c/21013/ For the message: "warn:legacy.tools:4820:2816:E:\dev\src\lo-core\vcl\inc\svdata.hxx:385: object deleted while in use !" I think (but not sure) that is a wrong message, it was delete here http://opengrok.libreoffice.org/xref/core/vcl/source/window/window.cxx#517, i mean the condition must be in dependencies of the mpWindow (is in the destructor too).
Katarina Behrens committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=590ef5d5dc5f5aefd9d590aa65686d0d9554506d tdf#96745: Hold VclPtr on a border window's client window It will be available in 5.2.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.
Hi bubli, super you have found, sorry but my computer is crash and can not work again. Under windows exit a second (little) problem for this dialogs, after a patch this dialogs open not on the push-button, but under linux it is okay.
*** Bug 96511 has been marked as a duplicate of this bug. ***
I think this was the popups from the sidebar. Seeing as the crash is gone I'll close this. caolanm->juergen: if you can double check to see if the windows problem with not reopening persists and open a new bug referencing this if it does. You can check if reverting this fix makes a difference to that problem or if the crash comes back making that impossible to check.
Hi Caolán McNamara, i have not fix this bug it was bubli, and i have tested bubli patch and it works for me. The other little problem is solved here tdf#87944 Hope i have you understand right
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=a779d979b9dd87589f00cfcb245f70c6b26d8c2c accidentially reverted fix for tdf#96745 It will be available in 5.3.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.