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





------- Additional comments from j...@openoffice.org Wed Jun 30 07:54:45 +0000 
2010 -------
The separate uno process dies when the remote bridge dies. That is, the reader
threads fails to read data from the remote connection, because it was closed on
the other end (soffice.bin). The uno process is a listener at the bridge and is
notified when this happens. The main function is blocked by a condition which is
set when the notification occurs. Then the main threads can leave the main
function an the process can eventually terminate.

However, it is undetermined when the process dies and frees its resources. The
best solution would therefore to use system functions, such as
WaitForMultipleObjects (Windows), waitpid (Linux), to make sure that all child
processes are terminated before the office process terminates itself.


---------------------------------------------------------------------
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to