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





------- Additional comments from [EMAIL PROTECTED] Tue Aug 28 14:33:10 +0000 
2007 -------
I put some more thoughts on this: The point basically is, that any
multi-threaded program may face exactly this issue, in case it does not join all
threads before termination and one of these threads executes in the context of a
shared library.

Actually "pthread_exit" called in the main thread seems to address this problem,
though I am not sute that any result other than "0" may be passed back to the
parent process ... ->Jörg: This may serve the needs you actually described in
the other issue under the terms of a "process termination synchronization API".

To make a long story short, I am still working on this ... ;-)


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