VirtualBox

Changeset 18156 in vbox for trunk/src


Ignore:
Timestamp:
Mar 23, 2009 5:23:17 PM (16 years ago)
Author:
vboxsync
Message:

VBoxXPCOMCGlue.c: bugref.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.c

    r18155 r18156  
    206206    if (g_hVBoxXPCOMC)
    207207    {
    208         /* VBoxRT.so doesn't like being reloaded and it asserts at:
    209          * Expression: g_szrtProcExePath[0] != '\0'
    210          * Location  : src/VBox/Runtime/r3/process.cpp(100) char* RTProcGetExecutableName(char*, size_t)
    211          * so for time being not comment the following line
    212          */
    213         /* dlclose(g_hVBoxXPCOMC); */
     208#if 0 /* VBoxRT.so doesn't like being reloaded. See @bugref{3725}. */
     209        dlclose(g_hVBoxXPCOMC);
     210#endif
    214211        g_hVBoxXPCOMC = NULL;
    215212    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette