To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52607
User cd changed the following:
What |Old value |New value
================================================================================
Assigned to|cd |ssa
--------------------------------------------------------------------------------
Status|STARTED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Jul 29 06:46:56 -0700
2005 -------
cd: The API test creates and executes a popup menu. It closes the application
window which is the parent of the popup menu without explicitly closing the
popup menu before. Therefore the popup menu references non-existent objects.
When the user clicks on the window of another window, we leave the popup menu
message loop and the dtor is called. The dtor tries to use its references which
were all freed => result is a crash.
cd->ssa: As discussed by phone, I set the target to "Office Later" as this is
not a scenario a normal user can achieve. From my point of view it's Currently
the responsibility of an API developer to close the popup menu before the
document window is destroyed.
May be you can add code to detect an active popup menu and prevent this crash by
destroying it before the parent window.
---------------------------------------------------------------------
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]