-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.gardening
Description
There are new test failures on [dart2wasm] Dynamic modules.
The tests
dynamic_modules_suite/tearoff_no_concrete_impl RuntimeError (expected Pass)
are failing on configurations
vm-aot-dyn-linux-debug-x64
Error on executable test main.dart.exe: /b/s/w/ir/cache/builder/sdk/out/DebugX64/dartaotruntime main.dart.snapshot from /b/s/w/ir/x/t/_dynamic_module-EZLIYI/tearoff_no_concrete_impl/
stdout:
stderr:
===== CRASH =====
si_signo=Trace/breakpoint trap(5), si_code=?(128), si_addr=(nil)
version=3.8.0-edge (main) (Unknown timestamp) on "linux_x64"
pid=194793, thread=194796, isolate_group=main(0x5631312ed7a0), isolate=main(0x5631312fc330)
os=linux, arch=x64, comp=no, sim=no
isolate_instructions=7fbcdfbee100, vm_instructions=7fbcdfbe6000
fp=7fbcdecfe0c0, sp=7fbcdecfe0a8, pc=7fbcdfcb36ea
pc 0x00007fbcdfcb36ea fp 0x00007fbcdecfe0c0 _kDartIsolateSnapshotInstructions+0xc55ea
pc 0x00007fbcdfc6074a fp 0x00007fbcdecfe0f0 _kDartIsolateSnapshotInstructions+0x7264a
pc 0x00007fbcdfbf088e fp 0x00007fbcdecfe128 _kDartIsolateSnapshotInstructions+0x278e
pc 0x00007fbcdfbf07d8 fp 0x00007fbcdecfe160 _kDartIsolateSnapshotInstructions+0x26d8
pc 0x00007fbcdfc5ba84 fp 0x00007fbcdecfe1d8 _kDartIsolateSnapshotInstructions+0x6d984
pc 0x00007fbcdfc5b21f fp 0x00007fbcdecfe220 _kDartIsolateSnapshotInstructions+0x6d11f
pc 0x00007fbcdfbf1ac2 fp 0x00007fbcdecfe240 _kDartIsolateSnapshotInstructions+0x39c2
pc 0x00007fbcdfbf1a33 fp 0x00007fbcdecfe250 _kDartIsolateSnapshotInstructions+0x3933
pc 0x00007fbcdfc5c37f fp 0x00007fbcdecfe268 _kDartIsolateSnapshotInstructions+0x6e27f
pc 0x00007fbcdfc5c3e2 fp 0x00007fbcdecfe2b8 _kDartIsolateSnapshotInstructions+0x6e2e2
pc 0x00007fbcdfc5c547 fp 0x00007fbcdecfe2c8 _kDartIsolateSnapshotInstructions+0x6e447
pc 0x00007fbcdfc351e2 fp 0x00007fbcdecfe2e0 _kDartIsolateSnapshotInstructions+0x470e2
pc 0x00007fbcdfc5a704 fp 0x00007fbcdecfe308 _kDartIsolateSnapshotInstructions+0x6c604
pc 0x00007fbcdfbeac77 fp 0x00007fbcdecfe380 _kDartVmSnapshotInstructions+0x4c77
pc 0x0000563126539387 fp 0x00007fbcdecfe3f0 dart::DartEntry::InvokeFunction+0x187
pc 0x000056312653bbdf fp 0x00007fbcdecfe450 dart::DartLibraryCalls::HandleMessage+0xef
pc 0x000056312657907b fp 0x00007fbcdecfebe0 dart::IsolateMessageHandler::HandleMessage+0x3bb
pc 0x000056312658aefd fp 0x00007fbcdecfec70 dart::MessageHandler::HandleMessages+0x1ed
pc 0x000056312658b99b fp 0x00007fbcdecfecd0 dart::MessageHandler::TaskCallback+0x2cb
pc 0x000056312670ea6f fp 0x00007fbcdecfed50 dart::ThreadPool::WorkerLoop+0x15f
pc 0x000056312670f35d fp 0x00007fbcdecfeda0 dart::ThreadPool::Worker::Main+0x11d
pc 0x00005631266970f6 fp 0x00007fbcdecfeef0 dart::ThreadStart+0x106
-- End of DumpStackTrace
#0 runProcess (file:///b/s/w/ir/cache/builder/sdk/pkg/dynamic_modules/test/runner/util.dart:151:5)
<asynchronous suspension>
#1 AotExecutor.executeApplication (file:///b/s/w/ir/cache/builder/sdk/pkg/dynamic_modules/test/runner/aot.dart:153:18)
<asynchronous suspension>
#2 _runSingleTest (file:///b/s/w/ir/cache/builder/sdk/pkg/dynamic_modules/test/runner/main.dart:93:5)
<asynchronous suspension>
#3 main (file:///b/s/w/ir/cache/builder/sdk/pkg/dynamic_modules/test/runner/main.dart:64:19)
<asynchronous suspension>
Metadata
Metadata
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.gardening