VirtualBox

Changeset 3089 in kBuild


Ignore:
Timestamp:
Oct 4, 2017 1:10:41 PM (7 years ago)
Author:
bird
Message:

kWorker: More exit 43 details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kWorker/kWorker.c

    r3080 r3089  
    32443244        {
    32453245            kFsCacheObjRelease(g_pFsCache, pToolFsObj);
    3246             kwErrPrintf("kwToolLookup(%s) -> NULL: not file (%d)\n", pszExe, pToolFsObj->bObjType);
     3246            kwErrPrintf("kwToolLookup(%s) -> NULL: not file (bObjType=%d fFlags=%#x uCacheGen=%u auGenerationsMissing=[%u,%u])\n",
     3247                        pszExe, pToolFsObj->bObjType, pToolFsObj->fFlags, pToolFsObj->uCacheGen,
     3248                        g_pFsCache->auGenerationsMissing[0], g_pFsCache->auGenerationsMissing[1]);
    32473249        }
    32483250    }
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