https://issues.apache.org/ooo/show_bug.cgi?id=122576
Andre <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] QA Contact| |[email protected] --- Comment #4 from Andre <[email protected]> --- A LayoutManager (for this document four are created) is destroyed and then called (as WindowEvent listener). This post-mortem callback accesses resources that are no longer available (in my case a mutex that has been set to NULL in the meantime). It should be enough to unregister the listener in ~LayoutManager. I also have to look at why the LayoutManager is destroyed, ie what does it manage. -- 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.
