VirtualBox

Changeset 2883 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
May 25, 2007 4:56:45 PM (18 years ago)
Author:
vboxsync
Message:

annoying assertion...

File:
1 edited

Legend:

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

    r2869 r2883  
    170170    else if (u64PrevNanoTS)
    171171    {
    172         /* Something has gone bust, if negative offset it's real bad.*/
     172        /* Something has gone bust, if negative offset it's real bad. */
    173173        ASMAtomicIncU32(&pVM->tm.s.cVirtualRawBadRawPrev);
    174174        if ((int64_t)u64DeltaPrev < 0)
     
    179179                 u64DeltaPrev, u64PrevNanoTS, u64NanoTS, u64Delta));
    180180#ifdef DEBUG_bird
    181         AssertMsgFailed(("u64DeltaPrev=%RI64 u64PrevNanoTS=0x%016RX64 u64NanoTS=0x%016RX64 u64Delta=%#RX64\n",
    182                          u64DeltaPrev, u64PrevNanoTS, u64NanoTS, u64Delta));
     181        /** @todo there are some hickups during boot and reset that can cause 2-5 seconds delays. Investigate... */
     182        AssertMsg(u64PrevNanoTS > UINT64_C(100000000000) /* 100s */,
     183                  ("u64DeltaPrev=%RI64 u64PrevNanoTS=0x%016RX64 u64NanoTS=0x%016RX64 u64Delta=%#RX64\n",
     184                  u64DeltaPrev, u64PrevNanoTS, u64NanoTS, u64Delta));
    183185#endif
    184186    }
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