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





------- Additional comments from [EMAIL PROTECTED] Thu Sep 25 19:54:15 +0000 
2008 -------
Oh, there's in fact a third bug: The loop in Acceptor::run does not terminate in
the scenario described above, this way preventing the complete process to 
terminate.

This is caused by the fact that the only termination condition is when
XAcceptor::accept returns a NULL connection. However, since it simply raises an
exception, this condition is not evaluated, so the thread runs forever (or until
you manually kill the process).

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