VirtualBox

Changeset 8196 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Apr 19, 2008 9:13:02 PM (17 years ago)
Author:
vboxsync
Message:

OS/2: Temporarily disabled assertion that crashes debug builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/thread.cpp

    r8170 r8196  
    410410{
    411411    PRTTHREADINT pThread2 = (PRTTHREADINT)RTAvlPVRemove(&g_ThreadTree, pThread->Core.Key);
     412#ifndef RT_OS_OS2
     413    /// @todo find out why it asserts on OS/2
    412414    AssertMsg(pThread2 == pThread, ("%p(%s) != %p (%p/%s)\n", pThread2, pThread2  ? pThread2->szName : "<null>",
    413415                                    pThread, pThread->Core.Key, pThread->szName));
     416#endif
    414417    NOREF(pThread2);
    415418}
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