VirtualBox

Ignore:
Timestamp:
Jan 28, 2020 3:23:34 PM (5 years ago)
Author:
vboxsync
Message:

PGMAllPool: More details on corruption.

File:
1 edited

Legend:

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

    r82555 r82888  
    20562056*/
    20572057        Assert(iToFree != iUser);
    2058         AssertRelease(iToFree != NIL_PGMPOOL_IDX);
     2058        AssertReleaseMsg(iToFree != NIL_PGMPOOL_IDX, ("iToFree=%#x (%#x)\n%.1024Rhxd\n", iToFree, pPool->iAgeTail, pPool));
    20592059        pPage = &pPool->aPages[iToFree];
    20602060
     
    50595059        }
    50605060        iNew = pPool->iFreeHead;
    5061         AssertReleaseReturn(iNew != NIL_PGMPOOL_IDX, VERR_PGM_POOL_IPE);
     5061        AssertReleaseMsgReturn(iNew != NIL_PGMPOOL_IDX, ("iNew=%#x\n", iNew), VERR_PGM_POOL_IPE);
    50625062    }
    50635063
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