https://bugs.documentfoundation.org/show_bug.cgi?id=97077
Bug ID: 97077
Summary: Unable to create new database with debug build
Product: LibreOffice
Version: 5.2.0.0.alpha0+ Master
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Base
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
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 <[email protected]>
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
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs