VirtualBox

Changeset 10795

Show
Ignore:
Timestamp:
07/22/08 00:36:19 (1 month 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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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} 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy