Created attachment 127121 [details] Sections navigator crash Reproduce: 1. Open odt document (or create one with a section) 2. Open navigator (F5) 3. Right click on the "Section1" in "Sections" From a debug build: include/vcl/vclreferencebase.hxx:38: void VclReferenceBase::acquire() const: Assertion `mnRefCnt>0' failed. See attached backtrace. Guess commit aa0d0536a444fb26d9e570bd6bf6c1bdc3596cf3 is related.
Created attachment 127122 [details] Backtrace from a debug build
Hello Jan-Marek, *, thank you for reporting this bug :) I can confirm it with OS: Debian Testing AMD64 with XFCE 4.12 LO: Version: 5.3.0.0.alpha0+ Build-ID: a8a7b7114d96b2013b00e9bc0ced81aad5495457 CPU-Threads: 4; BS-Version: Linux 4.5; UI-Render: Standard; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2016-09-02_05:11:44 Gebietsschema: de-DE (de_DE.UTF-8); Calc: group (parallel installed, following the instructions from https://wiki.documentfoundation.org/Installing_in_parallel/Linux), so setting the status to "New". HTH Thomas.
Created attachment 127125 [details] bzip'd "soffice --strace" log
On pc Debian x86-64 with master sources updated today + dbgutil, I could reproduce this only with SAL_USE_VCLPLUGIN=kde4 or gen, not with gtk3 or gtk.
(In reply to Julien Nabet from comment #4) > On pc Debian x86-64 with master sources updated today + dbgutil, I could > reproduce this only with SAL_USE_VCLPLUGIN=kde4 or gen, not with gtk3 or gtk. Sorry, should have read the whole title...
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=fc6744603ab8bb5a00c4f97435b5e509bdeaeb94 Resolves: tdf#101859 dispose unused popupmenu before dtor 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.
That resolves this case anyway