With developer build Version 4.1.0.0.alpha0+ (Build ID: 4b3161e238e643e1538d3eb36ebdac3eeba1cda) I get an immediately crash, when I right click a toolbar and chose item "Customize".
Created attachment 71585 [details] bt + console logs on master On pc Debian x86-64 with master sources updated today, I reproduced the problem. I attached bt + console logs
Noel/Stephan: I wonder if it could be due to: http://cgit.freedesktop.org/libreoffice/core/commit/?id=c1e42d60c572d23c61a703cd66495eab1cea4e05 (fdo#46808, use service constructor for ui::WindowStateConfiguration). Would you have some to confirm?
Yup, looks like I caused that one. I'll have a look on Tuesday (Monday is a holiday here)
David Tardon committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=243630f394d5a332a7b214970b1f9924650f0255 fdo#58362 do not crash on customize toolbar 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.
On pc Debian x86-64 with master sources updated today, I don't reproduce anymore this bug. Thank you for the patch David!