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





------- Additional comments from [EMAIL PROTECTED] Fri May 12 04:24:14 -0700 
2006 -------
This relates to _fini sections, as the destructors of global/static values are
called out of _fini sections. There is AFAIK no direct relationship to the
return of main (except if this calls "exit" implicitly). "exit" is AFAIK another
beast and terminates the process independent of the existance of other threads.
However, your proposed solution of utilizing "pthread_exit" to terminate the
"main" calling thread before actually leaving main seems still to be valid and
should _not_ conflict with the usage of "__attribute__((...structor))" for
de-/initializing the memory subsystem.


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