sdk icon indicating copy to clipboard operation
sdk copied to clipboard

[vm] zone.h: 313: error: expected: new_len >= old_len

Open dcharkes opened this issue 3 years ago • 0 comments

Running "out/DebugX64/gen_snapshot --snapshot-kind=app-aot-elf --elf=/b/s/w/it67tm0dq9/AMVPQZ/app.elf --no-sound-null-safety runtime/tests/concurrency/generated_stress_test.dart.aot.dill"
[0:08:00.002260] ... still working ...
[0:12:00.002226] ... still working ...
[0:16:00.002213] ... still working ...
[0:20:00.002286] ... still working ...
[0:24:00.002276] ... still working ...
[0:28:00.002229] ... still working ...
[0:32:00.002309] ... still working ...
../../runtime/vm/zone.h: 313: error: expected: new_len >= old_len
version=2.19.0-edge.f83c6d5e999eed7318ab4e39c6e58b6062ba7ddd (be) (Mon Sep 19 10:10:12 2022 +0000) on "linux_x64"
pid=12131, thread=12131, isolate_group=isolate(0x559b481c8800), isolate=isolate(0x559b481c9800)
os=linux, arch=x64, comp=no, sim=no
isolate_instructions=0, vm_instructions=0
  pc 0x0000559b45a68c4c fp 0x00007ffdfe5edcf0 dart::Profiler::DumpStackTrace(void*)+0x7c
  pc 0x0000559b4577b444 fp 0x00007ffdfe5eddd0 dart::Assert::Fail(char const*, ...) const+0x84
  pc 0x0000559b45fcc841 fp 0x00007ffdfe5ede70 out/DebugX64/gen_snapshot+0xed9841
  pc 0x0000559b45fcb0b4 fp 0x00007ffdfe5edeb0 dart::CodeRelocator::EnqueueUnresolvedCall(dart::UnresolvedCall*)+0xa4
  pc 0x0000559b45fc9b9c fp 0x00007ffdfe5edfa0 dart::CodeRelocator::ScanCallTargets(dart::Code const&, dart::Array const&, long)+0x2cc
  pc 0x0000559b45fc927b fp 0x00007ffdfe5ee010 dart::CodeRelocator::Relocate(bool)+0x16b
  pc 0x0000559b45821825 fp 0x00007ffdfe5ee250 dart::Serializer::PrepareInstructions(dart::CompressedStackMaps const&)+0x415
  pc 0x0000559b45823ce5 fp 0x00007ffdfe5ee320 dart::Serializer::Serialize(dart::SerializationRoots*)+0x6d5
  pc 0x0000559b4582804e fp 0x00007ffdfe5ee5b0 dart::FullSnapshotWriter::WriteProgramSnapshot(dart::ZoneGrowableArray<dart::Object*>*, dart::GrowableArray<dart::LoadingUnitSerializationData*>*)+0x1ce
  pc 0x0000559b45828915 fp 0x00007ffdfe5ee5d0 dart::FullSnapshotWriter::WriteFullSnapshot(dart::GrowableArray<dart::LoadingUnitSerializationData*>*)+0x35
  pc 0x0000559b460211b0 fp 0x00007ffdfe5ee910 out/DebugX64/gen_snapshot+0xf2e1b0
  pc 0x0000559b460220f7 fp 0x00007ffdfe5eea00 Dart_CreateAppAOTSnapshotAsElf+0x157
  pc 0x0000559b4574d96d fp 0x00007ffdfe5eeb90 dart::bin::main(int, char**)+0xecd
-- End of DumpStackTrace
=> Running "out/DebugX64/gen_snapshot --snapshot-kind=app-aot-elf --elf=/b/s/w/it67tm0dq9/AMVPQZ/app.elf --no-sound-null-safety runtime/tests/concurrency/generated_stress_test.dart.aot.dill" failed with -6
=> Possible crash 0 (pid: 12131)
Archiving coredumps for crash (if possible):

https://logs.chromium.org/logs/dart/buildbucket/cr-buildbucket/8802601325452615585/+/u/collect_shards/Run_Isolate_Stress_Tests_shard_4/task_stdout_stderr:_Run_Isolate_Stress_Tests_shard_4

dcharkes avatar Sep 19 '22 12:09 dcharkes