dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.28k stars 1.58k forks source link

AOT deferred loading tests flaky fail on Windows #57023

Open rmacnak-google opened 3 weeks ago

rmacnak-google commented 3 weeks ago

vm/dart/deferred_loading_and_weak_serialization_references_test/1 vm/dart/deferred_loading_and_weak_serialization_references_test/0 vm/dart/deferred_isolate_test

are flaky failing for both x64 and arm64 with -1073741819 / C0000005 / Access Violation.

log log log log

This similar to a failure we saw before with registering the unwinding records. Maybe there's something different that happens with deferred loading because there are multiple segments to register.

@aam