https://bugs.documentfoundation.org/show_bug.cgi?id=155825
Bug ID: 155825
Summary: Crash MCGR export special file odp -> pptx
Product: LibreOffice
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Impress
Assignee: [email protected]
Reporter: [email protected]
Created attachment 187897
--> https://bugs.documentfoundation.org/attachment.cgi?id=187897&action=edit
Callstack by Visual Studio
I could reproduce the crash mentioned in
https://gerrit.libreoffice.org/c/core/+/152673 for normal, not headless export.
The callstack from Visual Studio is attached.
The crash happen in oox/source/export/drawingml.cxx in
if (aColorStops.size() != aAlphaStops.size() || nullptr == pGradient)
{
// this is an error - synchronizeColorStops above *has* to create that
// state, see description there (!)
// also an error - see comment in header - is to give neither
pColorGradient
// nor pTransparenceGradient
assert(false && "oox::WriteGradientFill: non-synchronized gradients
(!)");
return;
}
--
You are receiving this mail because:
You are the assignee for the bug.