To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70929





------- Additional comments from [EMAIL PROTECTED] Tue Oct 31 09:09:00 -0800 
2006 -------
I finally found the reason for the crash:  The
framework::ModuleManager::impl_identify() method is called for a DrawController
that is already disposed.  Both the supportsService() and the
getImplementationName() methods now throw a DisposedException when called for a
disposed controller. This exception, however, is not caught by anyone and leads
to the crash.

This is a bug in the framework.  I have submitted issue 71043 for that.

To fix the crash in the components1 CWS I will modify the supportsService() and
the getImplementationName() methods to not throw DisposedExceptions anymore.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to