https://issues.apache.org/ooo/show_bug.cgi?id=123585
--- Comment #7 from Armin Le Grand <[email protected]> --- Can reproduce/debug the following way: - load file from description - select test2 (press tab, tab) - switch sidebar to custom animation - press add, dialog appears - press 'random effects', preview runs -> set breakpoint at anaimations/source/animcore/animcore.cxx line 1327 - press OK in custom animation dialog -> stop at breakpoint - enter fireChangeListener - AnimationNode has a parent, follow mpParent->fireChangeListener() once - step into animcore.cxx line 2093 (the Guard< Mutex > aGuard constructor) - in osl_acquireMutex() of sal/osl/w32/mutex.c take a look at handed over parameter Mutex -> it is not initialized (!) I could not find a way how a AnimationNode can be created with a non-valid local Mutex. Maybe the mpParent is invalid, the acccording mxParent from which it is taken (via Uno Tunnel) is a weak reference. Checking 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.
