You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.crashProcess exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash.P1A high priority bug; for example, a single project is unusable or has many test failures
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.crashProcess exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash.P1A high priority bug; for example, a single project is unusable or has many test failures
Dart SDK version: 2.13.0-161.0.dev (dev) (Mon Mar 22 19:57:50 2021 -0700) on "windows_x64"
Dart silently crashes with exit code -1073741571 when runs the following source code example:
test.dart:
If I comment line #1 or #line #2, it prints "OK" and finishes with the exit code
0
.To reproduce on Windows please run the following script:
Sample output is:
error is -1073741571
The text was updated successfully, but these errors were encountered: