https://issues.apache.org/ooo/show_bug.cgi?id=124073
Bug ID: 124073
Issue Type: DEFECT
Summary: endless recursion between
AnimatedExtractingProcessor2D and BaseProcessor2D
Product: Impress
Version: 4.1.0-dev
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: P3
Component: code
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
A crash was observed when running a presentation imported from a PPT that is
caused by an endless recursion: BaseProcessor2D::process() is called by
AnimatedExtractingProcessor2D::processBasePrimitive2D() and vice versa unless
the stack runs out at last. Here are the two stack frames, the source file
names and the line numbers seen in the recursion.
AnimatedExtractingProcessor2D::processBasePrimitive2D(drawinglayer::primitive2d::BasePrimitive2D
const&) + 511 at viewobjectcontact.cxx:152
drawinglayer::processor2d::BaseProcessor2D::process(this=0x00007fff5fbfa1f0,
rSource=0x00007fff5fbfa098) + 298 at baseprocessor2d.cxx:71
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.