VirtualBox

Ignore:
Timestamp:
Sep 20, 2019 7:55:53 AM (5 years ago)
Author:
vboxsync
Message:

FsPerf: Even better error reporting on that windows flush problem. [fix] bugref:9172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp

    r80910 r80915  
    57155715                if (FlushViewOfFile(pbMapping, cbContent) != TRUE)
    57165716                    RTTestIFailed("line %u, i=%u: FlushViewOfFile(%p, %#zx) failed: %u / %#x", __LINE__, i,
    5717                                   GetLastError(), RTNtLastStatusValue());
     5717                                  pbMapping, cbContent, GetLastError(), RTNtLastStatusValue());
    57185718#  else
    57195719                RTTESTI_CHECK(msync(pbMapping, cbContent, MS_SYNC) == 0);
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