Open
Description
Repro:
void main() async {
await File('path/to/huge_file').readAsBytes();
}
The file I am using is approximately 3.3 GB. INT_MAX bytes in GB is approximately 2.147483647 GB.
I'm not able to get a backtrace, but the popup that shows the assert shows the path minkernel\crts\ucrt\src\appcrt\lowio\read.cpp