VirtualBox

忽略:
時間撮記:
2007-5-25 下午04:56:45 (18 年 以前)
作者:
vboxsync
訊息:

annoying assertion...

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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    }
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette