VirtualBox

Changeset 38059 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 19, 2011 9:34:44 AM (13 years ago)
Author:
vboxsync
Message:

PDMCritSectLeave: Changed the release assertion into a normal assertion for the time being.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp

    r38042 r38059  
    508508    if (RT_UNLIKELY(pCritSect->s.Core.NativeThreadOwner != hNativeSelf))
    509509    {
    510 #if 0
     510#if 1
    511511        AssertMsgFailed(("%p %s: %p != %p; cLockers=%d cNestings=%d\n", pCritSect, R3STRING(pCritSect->s.pszName),
    512512                         pCritSect->s.Core.NativeThreadOwner, hNativeSelf,
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