VirtualBox

Changeset 8541 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 2, 2008 5:23:09 PM (17 years ago)
Author:
vboxsync
Message:

Why do I keep hitting this assertion?!? 3ms and bang. Added more info.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevATA.cpp

    r8155 r8541  
    52785278        uint64_t    u64Start = RTTimeMilliTS();
    52795279        int rc2 = VINF_SUCCESS;
     5280        int iFailed = -1;
    52805281        for (unsigned i = 0; i < RT_ELEMENTS(pData->aCts); i++)
    52815282        {
     
    52875288                              NULL);
    52885289            if (VBOX_FAILURE(rc) && rc != VERR_INVALID_HANDLE)
     5290            {
    52895291                rc2 = rc;
    5290         }
    5291         AssertMsgRC(rc2, ("Some of the async I/O threads are still running! (%RU64 ms)\n",
    5292                           RTTimeMilliTS() - u64Start));
     5292                iFailed = i;
     5293            }
     5294        }
     5295        AssertMsgRC(rc2, ("Some of the async I/O threads are still running! (%RU64 ms) rc2=%Rrc iFailed=%d\n",
     5296                          RTTimeMilliTS() - u64Start, rc2, iFailed));
    52935297    }
    52945298    else
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