VirtualBox

Changeset 10795 in vbox for trunk


Ignore:
Timestamp:
Jul 21, 2008 10:36:19 PM (16 years ago)
Author:
vboxsync
Message:

IPRT: Enabled the rtThreadRemoveLocked assertion on OS/2, hoping that the problem has been fix. Let me know if its still broken.

File:
1 edited

Legend:

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

    r10792 r10795  
    422422{
    423423    PRTTHREADINT pThread2 = (PRTTHREADINT)RTAvlPVRemove(&g_ThreadTree, pThread->Core.Key);
    424 #ifndef RT_OS_OS2
    425     /// @todo find out why it asserts on OS/2
    426424    AssertMsg(pThread2 == pThread, ("%p(%s) != %p (%p/%s)\n", pThread2, pThread2  ? pThread2->szName : "<null>",
    427425                                    pThread, pThread->Core.Key, pThread->szName));
    428 #endif
    429426    NOREF(pThread2);
    430427}
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