To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56302
                  Issue #:|56302
                  Summary:|deadlock after opening non-existent document while
                          |modal dialog is present
                Component:|framework
                  Version:|OOO 2.0 Beta2
                 Platform:|PC
                      URL:|
               OS/Version:|Linux
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|tm
              Reported by:|sonicsummer





------- Additional comments from [EMAIL PROTECTED] Thu Oct 20 00:42:56 -0700 
2005 -------
Here is how to reproduce the bug.

1. start openoffice from shell in background:

/opt/openoffice.org2.0/program/soffice &

2. Wait until the 'OOo-writer' window appears and select menu item 'File -
Open'.  This opens a modal dialog.  Leave this dialog open.

3. Go back to the shell and start openoffice with a non-existent file:

/opt/openoffice.org2.0/program/soffice some-non-exiting-file

4. Now we have another dialog telling that the file could not be found. Try
closing either of the dialogs.  On my system neither dialog reacts on mouse
clicks (to be precise: the fial dialog still reacts on button clicks and allows
browing around in the file system; but any clicks on the Ok or Cancel buttons
are ignored).

This looks like a classic event-loop in the event-loop problem.

IMHO the second invocation of openoffice should be blocked until the running
openoffice program is in its idle loop (back in the main event loop).

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