Created attachment 125925 [details] bt with kde4 rendering On pc Debian x86-64 with master sources updated yesterday, I got a crash when cancelling Tools/Customize/Toobars. Steps to reproduce: 1) Launch Writer 2) Menu Tools/Customize 3) Select "Toolbars" tab 4) Click Cancel button => Crash It crashes only with "gen" and "kde4" rendering, not with gtk or gtk3.
Of course, since it's an assert, it needs a debug build.
Caolán/Michael: thought you might be interested in this one since it concerns vcl and more specifically vclPtr.
Created attachment 125926 [details] bt with gen rendering
Cause that's a menu and those were recently tweaked with reference counting I'd guess that's relevant
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=2184b08dd185f3f20d8b2098d3f652aed629b51f Resolves: tdf#100619 vclptr assert with menu set to menubutton 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.
With master sources updated today, I don't reproduce this. Thank you Caolán!