To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95654
                 Issue #|95654
                 Summary|Can we survive .uno:CloseDoc while we have a modal dia
                        |log open
               Component|gsl
                 Version|DEV300m34
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|pl
             Reported by|cmc





------- Additional comments from [EMAIL PROTECTED] Thu Oct 30 14:37:41 +0000 
2008 -------
Can we survive .uno:CloseDoc while we have a modal dialog open ?

i.e. with the testtool and *without* OOo base installed the attached example
will open the qatesttool .odb example, which will get the modal File Select
dialog instead of base. In a bit testtool will give up and call .uno:CloseDoc 
on it.

I see that the .uno:CloseDoc event get processed, deletes all windows etc, but 
Dialog::Execute() remains executing 

    while ( !aDelData.IsDelete() && mbInExecute )
    {
        Application::Yield();
    }

when we've finished deleting all windows and destroying everything then
Dialog::Execute gets a go and dies with accessing of mpDialogImpl->mnResult.
Even if we avoiding touching mpDialogImpl->mnResult when mpDialogImpl is NULL it
still returns to code which is now totally screwed as some other things it
depends on has gone away.

---------------------------------------------------------------------
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