To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96683
Issue #|96683
Summary|sal: osl_unloadModule doesn't do anything
Component|porting
Version|DEV300m36
Platform|All
URL|
OS/Version|Linux
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P3
Subcomponent|code
Assigned to|mh
Reported by|cmc
------- Additional comments from [EMAIL PROTECTED] Fri Nov 28 10:55:41 +0000
2008 -------
Under gcc, i.e. Linux etc. in sal/unx/module.cxx we have...
void SAL_CALL osl_unloadModule(oslModule hModule)
{
if (hModule)
{
#ifndef GCC
/* gcc (2.9.1 (egcs), 295) registers atexit handlers for
* static destructors which obviously cannot
* be called after dlclose. A compiler "feature". The workaround
for now
* is not to dlclose libraries. Since most of them are closed at
shutdown
* this does not make that much a difference
*/
int nRet = dlclose(hModule);
so osl_unloadModule doesn't do anything
---------------------------------------------------------------------
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]