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


User pl changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|pl                        |mav
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue May 23 03:45:21 -0700 
2006 -------
pl->mav: pretty much nothing in X11 is synchronous. Depending on what scenario
we're looking at this is what happens:

- User presses the close button on the window
- This causes the window manager to send a close request to OOo which will
normally cause OOo to close the window (possibly after requesting whether to
save changes
- The window manager can run into a timeout during that time and assume that the
process is hung

Alternatively the session manager scenario:

- User logs out
- session manager tells OOo to save its session
- OOo answers after documents are saved
- session manager tells OOo to shut down
- OOo does that
- here the session manager can run into timeout during waiting for the answer
that the session was saved.

>From the description I'd say that the first scenario is probably what hits 
>here,
especially  since the system is swapping which would let the timeout elapse more
often since the waiting process can only measure wall clock time. To make this
less likely we would have to close the document faster, i just don't see any
immediate way to do that. Furthermore this is not really in the scope of gsl.

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