Open the database creation wizard, click Next->Finish, give a name to the file and click Save. This triggers the assert: SfxItemPool::Delete(): Assertion `pImp->ppStaticDefaults' failed. From: commit 43de9a5b0f68a77a10595b3f69c6145cd9be05b6 Author: Stephan Bergmann <sbergman@redhat.com> Date: Wed Jan 6 16:13:52 2016 +0100 What these SAL_INFO probably want to tell us... ...given the oldest incarnation of the code still available is HACK( "fuer Image, dort gibt es derzeit keine Statics - Bug" ) if ( ppStaticDefaults ) and HACK( "fuer Image, dort gibt es derzeit keine Statics - Bug" ) if ( ppStaticDefaults ) from cf7e1f9cc99e7c260cfab823f2c47f56035bdbd0 "INTEGRATION: CWS visibility03: #i45006# Moved from svtools/source/items/ (for svl/items1.lib)"... ...is that ppStaticDefaults should really be non-null, but "Image" (Draw? Impress?) needed a temporary (?) hack there. Test that assumption by asserting that ppStaticDefaults is non-null. Change-Id: I2a75547618da1d211c44176e4593f6951a0e0298
Confirming on Version: 5.2.0.0.alpha0+ Build ID: c93a43c0c9113bc1c787fe6b3c5e58a8bfd80be0 CPU Threads: 2; OS Version: -; UI Render: default; Locale : fr-FR (fr.UTF-8) OSX 10.11.2
Created attachment 121887 [details] bt with debug symbols On pc Debian x86-64 with master sources updated today, I could reproduce the crash just by clicking "Cancel" button after the wizard started.
Created attachment 121888 [details] bt from "OGenericUnoDialog::OnDialogDying: where does this come from?" Also includes a gdb print of *this
Stephan Bergmann committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=dc85ef3aeb28edc51a61115d15ebe6dba8bd1ef8 tdf#97077: So ppStaticDefaults can be null after all 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.