Open MichalStrehovsky opened 8 months ago
Tagging subscribers to this area: @dotnet/area-system-io See info in area-owners.md if you want to be subscribed.
at Microsoft.Win32.SafeHandles.SafeFileHandle.OverlappedValueTaskSource.IOCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOverlapped) in /_/src/libraries/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeFileHandle.OverlappedValueTaskSource.Windows.cs:line 193
Debug.Assert(numBytes < int.MaxValue);
in the IO callback is an interesting assert to be failing.
removing blocking-clean-ci as it has not failed in 30 days
24-Hour Hit Count | 7-Day Hit Count | 1-Month Count |
---|---|---|
0 | 0 | 0 |
In System.IO.FileSystem tests
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=597206 Build error leg or test failing: System.IO.FileSystem.Tests.WorkItemExecution Pull request: https://github.com/dotnet/runtime/pull/99513
Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=597206 Error message validated:
[at Microsoft.Win32.SafeHandles.SafeFileHandle.OverlappedValueTaskSource.IOCallback
] Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 3/11/2024 8:10:40 AM UTCReport
Summary