- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.7k
 
Closed
Closed
Copy link
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onarea-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.triagedIssue has been triaged by sub teamIssue has been triaged by sub team
Description
import 'dart:isolate';
import 'package:dart_internal/isolate_group.dart' show IsolateGroup;
import 'package:expect/expect.dart';
import 'sdk/tests/language/vm/lazy_deopt_with_exception_test.dart' as test;
@pragma('vm:shared')
SendPort? sp;
main() async {
  IsolateGroup.runSync(() { test.main(); });
  print('Success: WORKED!');
}
===== CRASH =====
si_signo=Segmentation fault(11), si_code=SEGV_MAPERR(1), si_addr=0xb3
version=3.10.0-edge (main) (Unknown timestamp) on "linux_x64"
pid=742002, thread=742021, isolate_group=main(0x56248b697940), isolate=(nil)((nil))
os=linux, arch=x64, comp=no, sim=no
isolate_instructions=5624896eff60, vm_instructions=5624896eff60
fp=7fe98db7d710, sp=7fe98db7d6d0, pc=56248990ff73
  pc 0x000056248990ff73 fp 0x00007fe98db7d710 dart::Class::EnsureIsFinalized+0x13
  pc 0x0000562489992ab8 fp 0x00007fe98db7d770 dart::PatchableCallHandler::ResolveTargetFunction+0x148
  pc 0x0000562489992bd0 fp 0x00007fe98db7d7e0 dart::PatchableCallHandler::ResolveSwitchAndReturn+0x20
  pc 0x0000562489998147 fp 0x00007fe98db7d950 dart::InlineCacheMissHandler+0x117
  pc 0x00005624899930bb fp 0x00007fe98db7dee0 DRT_InlineCacheMissHandlerTwoArgs+0x18b
  pc 0x00007fe9b2382f53 fp 0x00007fe98db7df20 Unknown symbol
  pc 0x00007fe9b23841b8 fp 0x00007fe98db7df78 Unknown symbol
  pc 0x00007fe9b16a4534 fp 0x00007fe98db7dfc0 Unknown symbol
  pc 0x00007fe9b16a421f fp 0x00007fe98db7e020 Unknown symbol
  pc 0x00007fe9b16a3751 fp 0x00007fe98db7e068 Unknown symbol
  pc 0x00007fe9b16a343c fp 0x00007fe98db7e090 Unknown symbol
  pc 0x00007fe9b2383406 fp 0x00007fe98db7e100 Unknown symbol
  pc 0x00005624898a8b03 fp 0x00007fe98db7e170 dart::DartEntry::InvokeFunction+0x193
  pc 0x00005624898a900c fp 0x00007fe98db7e1c0 dart::DartEntry::InvokeCallable+0x10c
  pc 0x0000562489bb1063 fp 0x00007fe98db7e290 Dart_InvokeClosure+0x333
  pc 0x00005624898570f5 fp 0x00007fe98db7e320 dart::BootstrapNatives::FN_IsolateGroup_runSync+0x2a5
  pc 0x00007fe9b2386fbb fp 0x00007fe98db7e348 Unknown symbol
  pc 0x00007fe9b16a2d33 fp 0x00007fe98db7e3e0 Unknown symbol
  pc 0x00007fe9b16a2bb2 fp 0x00007fe98db7e420 Unknown symbol
  pc 0x00007fe9b16a276f fp 0x00007fe98db7e460 Unknown symbol
  pc 0x00007fe9b16a2693 fp 0x00007fe98db7e488 Unknown symbol
  pc 0x00007fe9b16a25c1 fp 0x00007fe98db7e4e8 Unknown symbol
  pc 0x00007fe9b16a11ab fp 0x00007fe98db7e528 Unknown symbol
  pc 0x00007fe9b16a0e84 fp 0x00007fe98db7e590 Unknown symbol
  pc 0x00007fe9b169fd1d fp 0x00007fe98db7e5e8 Unknown symbol
  pc 0x00007fe9b2383406 fp 0x00007fe98db7e660 Unknown symbol
  pc 0x00005624898a8b03 fp 0x00007fe98db7e6d0 dart::DartEntry::InvokeFunction+0x193
  pc 0x00005624898aa4cd fp 0x00007fe98db7e710 dart::DartLibraryCalls::HandleMessage+0x11d
  pc 0x00005624898c908c fp 0x00007fe98db7eca0 dart::IsolateMessageHandler::HandleMessage+0x33c
  pc 0x00005624898ec340 fp 0x00007fe98db7ed10 dart::MessageHandler::HandleMessages+0x130
  pc 0x00005624898ec730 fp 0x00007fe98db7ed60 dart::MessageHandler::TaskCallback+0x1e0
  pc 0x00005624899c78f7 fp 0x00007fe98db7ede0 dart::ThreadPool::WorkerLoop+0x127
  pc 0x00005624899c7b52 fp 0x00007fe98db7ee10 dart::ThreadPool::Worker::Main+0x72
  pc 0x0000562489976e99 fp 0x00007fe98db7eed0 dart::ThreadStart+0xd9
-- End of DumpStackTrace
  pc 0x0000000000000000 fp 0x00007fe98db7df20 sp 0x0000000000000000 [Stub] CallToRuntime+0xffff80164dc7d100
  pc 0x00007fe9b23841b8 fp 0x00007fe98db7df78 sp 0x00007fe98db7df30 [Stub] TwoArgsCheckInlineCache+0x168
  pc 0x00007fe9b16a4534 fp 0x00007fe98db7dfc0 sp 0x00007fe98db7df88 [Unoptimized] _Double@0150898.==+0x134
  pc 0x00007fe9b16a421f fp 0x00007fe98db7e020 sp 0x00007fe98db7dfd0 [Unoptimized] Expect.equals+0x11f
  pc 0x00007fe9b16a3751 fp 0x00007fe98db7e068 sp 0x00007fe98db7e030 [Unoptimized] main+0x2b1
  pc 0x00007fe9b16a343c fp 0x00007fe98db7e090 sp 0x00007fe98db7e078 [Unoptimized] main.<anonymous closure>+0x7c
  pc 0x00007fe9b2383406 fp 0x00007fe98db7e100 sp 0x00007fe98db7e0a0 [Stub] InvokeDartCode+0x96
[1]    742002 IOT instruction (core dumped)  out/ReleaseX64/dart --experimental-shared-data temp.dart
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onarea-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.triagedIssue has been triaged by sub teamIssue has been triaged by sub team
Type
Projects
Status
Done