VirtualBox

Changeset 83645 in vbox


Ignore:
Timestamp:
Apr 9, 2020 10:16:24 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137096
Message:

IPRT/log: Temporary experiment to see if this is also causing the testbox hangs. Needs to be reverted ASAP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/log/log.cpp

    r83510 r83645  
    32143214    int rc = RTFileOpen(&pLogger->pInt->hFile, pLogger->pInt->szFilename, fOpen);
    32153215    while (   (   rc == VERR_SHARING_VIOLATION
    3216                || (rc == VERR_ALREADY_EXISTS && !(pLogger->fFlags & RTLOGFLAGS_APPEND)))
     3216               /*|| (rc == VERR_ALREADY_EXISTS && !(pLogger->fFlags & RTLOGFLAGS_APPEND))*/)
    32173217           && cBackoff < RT_ELEMENTS(g_acMsLogBackoff))
    32183218    {
Note: See TracChangeset for help on using the changeset viewer.

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