Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dynamic_modules_suite/implicitly_extendable is new and failed (RuntimeError, expected Pass) #59880

Open
brianquinlan opened this issue Jan 10, 2025 · 2 comments
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@brianquinlan
Copy link
Contributor

[Back to build](https://cr-buildbucket.appspot.com/build/8726152348429058449)
[Raw log](https://logs.chromium.org/logs/dart/buildbucket/cr-buildbucket/8726152348429058449/+/u/test_results/new_test_failures__logs_?format=raw) | Switch to full mode | [Login](https://logs.chromium.org/auth/openid/login?r=%2Flogs%2Fdart%2Fbuildbucket%2Fcr-buildbucket%2F8726152348429058449%2F%2B%2Fu%2Ftest_results%2Fnew_test_failures__logs_)


/=============================================================================================\
| dynamic_modules_suite/implicitly_extendable is new and failed (RuntimeError, expected Pass) |
\=============================================================================================/

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-DIXTKA/implicitly_extendable/

stdout:


stderr:

===== CRASH =====
si_signo=Trace/breakpoint trap(5), si_code=?(128), si_addr=(nil)
version=3.7.0-edge (main) (Unknown timestamp) on "linux_x64"
pid=1148641, thread=1148644, isolate_group=main(0x561ef3409750), isolate=main(0x561ef34182e0)
os=linux, arch=x64, comp=no, sim=no
isolate_instructions=7f6d08f780c0, vm_instructions=7f6d08f70000
fp=7f6d03ffe0c0, sp=7f6d03ffe0a8, pc=7f6d09049278
  pc 0x00007f6d09049278 fp 0x00007f6d03ffe0c0 _kDartIsolateSnapshotInstructions+0xd11b8
  pc 0x00007f6d0900511e fp 0x00007f6d03ffe0f0 _kDartIsolateSnapshotInstructions+0x8d05e
  pc 0x00007f6d08f7a992 fp 0x00007f6d03ffe128 _kDartIsolateSnapshotInstructions+0x28d2
  pc 0x00007f6d08f7a8dc fp 0x00007f6d03ffe160 _kDartIsolateSnapshotInstructions+0x281c
  pc 0x00007f6d08fef504 fp 0x00007f6d03ffe1d8 _kDartIsolateSnapshotInstructions+0x77444
  pc 0x00007f6d08feec9f fp 0x00007f6d03ffe220 _kDartIsolateSnapshotInstructions+0x76bdf
  pc 0x00007f6d08f7bbc2 fp 0x00007f6d03ffe240 _kDartIsolateSnapshotInstructions+0x3b02
  pc 0x00007f6d08f7bb33 fp 0x00007f6d03ffe250 _kDartIsolateSnapshotInstructions+0x3a73
  pc 0x00007f6d08fefe0b fp 0x00007f6d03ffe268 _kDartIsolateSnapshotInstructions+0x77d4b
  pc 0x00007f6d08fefe6e fp 0x00007f6d03ffe2b8 _kDartIsolateSnapshotInstructions+0x77dae
  pc 0x00007f6d08feffd3 fp 0x00007f6d03ffe2c8 _kDartIsolateSnapshotInstructions+0x77f13
  pc 0x00007f6d08fc7a26 fp 0x00007f6d03ffe2e0 _kDartIsolateSnapshotInstructions+0x4f966
  pc 0x00007f6d08fee1d8 fp 0x00007f6d03ffe308 _kDartIsolateSnapshotInstructions+0x76118
  pc 0x00007f6d08f74c43 fp 0x00007f6d03ffe380 _kDartVmSnapshotInstructions+0x4c43
  pc 0x0000561eda606b87 fp 0x00007f6d03ffe3f0 dart::DartEntry::InvokeFunction+0x187
  pc 0x0000561eda60939f fp 0x00007f6d03ffe450 dart::DartLibraryCalls::HandleMessage+0xef
  pc 0x0000561eda646d3b fp 0x00007f6d03ffebe0 dart::IsolateMessageHandler::HandleMessage+0x3bb
  pc 0x0000561eda658cfd fp 0x00007f6d03ffec70 dart::MessageHandler::HandleMessages+0x1ed
  pc 0x0000561eda65987b fp 0x00007f6d03ffecd0 dart::MessageHandler::TaskCallback+0x2cb
  pc 0x0000561eda7ddd3f fp 0x00007f6d03ffed50 dart::ThreadPool::WorkerLoop+0x15f
  pc 0x0000561eda7de62d fp 0x00007f6d03ffeda0 dart::ThreadPool::Worker::Main+0x11d
  pc 0x0000561eda765246 fp 0x00007f6d03ffeef0 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>




This is [LogDog](https://chromium.googlesource.com/infra/luci/luci-go/+/master/logdog/)
Rendering took 0.05s
@dart-github-bot
Copy link
Collaborator

Summary: The dynamic_modules_suite/implicitly_extendable test failed with a RuntimeError. A crash occurred during test execution, resulting in a trace/breakpoint trap.

@dart-github-bot dart-github-bot added area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) labels Jan 10, 2025
@alexmarkov
Copy link
Contributor

This is a new test, added in 92ef752.
It is likely uncovered a bug in the VM, I'll take a look.

@alexmarkov alexmarkov assigned alexmarkov and unassigned natebosch Jan 10, 2025
@alexmarkov alexmarkov added area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening and removed area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. labels Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants