You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkustermann opened this issue
Dec 1, 2023
· 1 comment
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.crashProcess exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash.gardeningP2A bug or feature request we're likely to work ontriagedIssue has been triaged by sub team
--- Command "vm_compile_to_kernel" (took 01.000719s):
set DART_CONFIGURATION=DebugARM64 & set DART_SUPPRESS_WER=1 & set DART_CRASHPAD_HANDLER=c:\opt\s\w\ir\cache\builder\sdk\out\DebugARM64\crashpad_handler.exe & C:\opt\s\w\ir\cache\builder\sdk\pkg\vm\tool\gen_kernel.bat --aot --platform=out/DebugARM64/vm_platform_strong.dill -o c:\opt\s\w\ir\cache\builder\sdk\out\DebugARM64\generated_compilations\vm-aot-win-debug-arm64\runtime_tests_vm_dart_in_memory_elf_test\out.dill C:\opt\s\w\ir\cache\builder\sdk\runtime\tests\vm\dart\in_memory_elf_test.dart -Dtest_runner.configuration=vm-aot-win-debug-arm64 --packages=C:\opt\s\w\ir\cache\builder\sdk\.dart_tool\package_config.json -Ddart.vm.product=false --sound-null-safety
exit code:
0
--- Command "precompiler" (took 11.000285s):
set DART_CONFIGURATION=DebugARM64 & set DART_SUPPRESS_WER=1 & set DART_CRASHPAD_HANDLER=c:\opt\s\w\ir\cache\builder\sdk\out\DebugARM64\crashpad_handler.exe & out\DebugARM64\gen_snapshot --snapshot-kind=app-aot-elf --elf=c:/opt/s/w/ir/cache/builder/sdk/out/DebugARM64/generated_compilations/vm-aot-win-debug-arm64/runtime_tests_vm_dart_in_memory_elf_test/out.aotsnapshot --loading-unit-manifest=c:/opt/s/w/ir/cache/builder/sdk/out/DebugARM64/generated_compilations/vm-aot-win-debug-arm64/runtime_tests_vm_dart_in_memory_elf_test/ignored.json --sound-null-safety --force-load-elf-from-memory -Dtest_runner.configuration=vm-aot-win-debug-arm64 --ignore-unrecognized-flags --packages=C:\opt\s\w\ir\cache\builder\sdk\.dart_tool\package_config.json c:\opt\s\w\ir\cache\builder\sdk\out\DebugARM64\generated_compilations\vm-aot-win-debug-arm64\runtime_tests_vm_dart_in_memory_elf_test\out.dill
exit code:
0
--- Command "remove_kernel_file" (took 109ms):
set DART_CONFIGURATION=DebugARM64 & set DART_SUPPRESS_WER=1 & set DART_CRASHPAD_HANDLER=c:\opt\s\w\ir\cache\builder\sdk\out\DebugARM64\crashpad_handler.exe & cmd.exe /c del c:\opt\s\w\ir\cache\builder\sdk\out\DebugARM64\generated_compilations\vm-aot-win-debug-arm64\runtime_tests_vm_dart_in_memory_elf_test\out.dill
exit code:
0
--- Command "vm" (took 16:00.000558s):
set DART_CONFIGURATION=DebugARM64 & set DART_SUPPRESS_WER=1 & set DART_CRASHPAD_HANDLER=c:\opt\s\w\ir\cache\builder\sdk\out\DebugARM64\crashpad_handler.exe & set TEST_COMPILATION_DIR=c:/opt/s/w/ir/cache/builder/sdk/out/DebugARM64/generated_compilations/vm-aot-win-debug-arm64/runtime_tests_vm_dart_in_memory_elf_test & out\DebugARM64\dart_precompiled_runtime.exe --force-load-elf-from-memory --sound-null-safety -Dtest_runner.configuration=vm-aot-win-debug-arm64 --ignore-unrecognized-flags --packages=C:\opt\s\w\ir\cache\builder\sdk\.dart_tool\package_config.json c:/opt/s/w/ir/cache/builder/sdk/out/DebugARM64/generated_compilations/vm-aot-win-debug-arm64/runtime_tests_vm_dart_in_memory_elf_test/out.aotsnapshot
exit code:
1
diagnostics:
Using c:\opt\s\w\ir\kitchen-checkout\depot_tools\win_toolchain\vs_files\1023ce2e82\Windows Kits\10\Debuggers\x86\cdb.exe to print stack traces
Process list including children: [8828, 12784]
Trying to capture stack trace for pid 8828
Microsoft (R) Windows Debugger Version 10.0.19041.685 X86
Copyright (c) Microsoft Corporation. All rights reserved.
Cannot debug pid 8828, NTSTATUS 0xC00000BB
"The request is not supported."
Debuggee initialization failed, NTSTATUS 0xC00000BB
The request is not supported.
Trying to capture stack trace for pid 12784
Microsoft (R) Windows Debugger Version 10.0.19041.685 X86
Copyright (c) Microsoft Corporation. All rights reserved.
Cannot debug pid 12784, NTSTATUS 0xC00000BB
"The request is not supported."
Debuggee initialization failed, NTSTATUS 0xC00000BB
The request is not supported.
stderr:
c:\opt\s\w\ir\cache\builder\sdk\runtime\platform\unwinding_records_win.cc: 80: error: Failed to add growable function table: 0xc0000095
c:\opt\s\w\ir\cache\builder\sdk\runtime\vm\os_thread_win.h: 31: error: expected: key != kUnsetThreadLocalKey
Aborting reentrant request for stack trace.
--- Re-run this test:
python3 tools/test.py -n vm-aot-win-debug-arm64 vm/dart/in_memory_elf_test
The text was updated successfully, but these errors were encountered:
mkustermann
added
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
gardening
crash
Process exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash.
labels
Dec 1, 2023
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.crashProcess exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash.gardeningP2A bug or feature request we're likely to work ontriagedIssue has been triaged by sub team
From this log:
/cc @aam
The text was updated successfully, but these errors were encountered: