You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/02/14 16:34:32 UTC

[Bug 122576] Attempting to delete an Ole object crashes

https://issues.apache.org/ooo/show_bug.cgi?id=122576

Andre <aw...@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |awf.aoo@googlemail.com
         QA Contact|                            |awf.aoo@googlemail.com

--- Comment #4 from Andre <aw...@googlemail.com> ---
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.