https://issues.apache.org/ooo/show_bug.cgi?id=123585
--- Comment #6 from Armin Le Grand <[email protected]> --- There is a AnimationNode with a bad mutex. It seems not initialized, all members are on 0xfeeefeee in the debug version. Thisis strange since the AnimationNode looks good and is derived from AnimationNodeBase which has the Mutex as a member. Added a missing call in one of AnimationNode::AnimationNode to base class AnimationNodeBase, but makes no difference. AnimationNodeBase has no defined constructor, it's implicit and should work. Adding one to check this... -- 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.
