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

standalone/io/http_big_header_test broke Pass -> Timeout on vm-aot-linux-release-simarm_x64 #54690

Closed
aam opened this issue Jan 22, 2024 · 1 comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening

Comments

@aam
Copy link
Contributor

aam commented Jan 22, 2024

from log

/===========================================================================
| standalone/io/http_big_header_test broke (Pass -> Timeout, expected Pass) |
===========================================================================/

--- Command "vm_compile_to_kernel" (took 03.000909s):
DART_CONFIGURATION=ReleaseSIMARM_X64 /b/s/w/ir/pkg/vm/tool/gen_kernel --aot --platform=out/ReleaseSIMARM_X64/vm_platform_strong.dill -o /b/s/w/ir/out/ReleaseSIMARM_X64/generated_compilations/vm-aot-linux-release-simarm_x64/tests_standalone_io_http_big_header_test/out.dill /b/s/w/ir/tests/standalone/io/http_big_header_test.dart -Dtest_runner.configuration=vm-aot-linux-release-simarm_x64 --packages=/b/s/w/ir/.dart_tool/package_config.json -Ddart.vm.product=false --sound-null-safety

exit code:
0

--- Command "precompiler" (took 04.000563s):
DART_CONFIGURATION=ReleaseSIMARM_X64 out/ReleaseSIMARM_X64/gen_snapshot --snapshot-kind=app-aot-elf --elf=/b/s/w/ir/out/ReleaseSIMARM_X64/generated_compilations/vm-aot-linux-release-simarm_x64/tests_standalone_io_http_big_header_test/out.aotsnapshot --loading-unit-manifest=/b/s/w/ir/out/ReleaseSIMARM_X64/generated_compilations/vm-aot-linux-release-simarm_x64/tests_standalone_io_http_big_header_test/ignored.json --sound-null-safety -Dtest_runner.configuration=vm-aot-linux-release-simarm_x64 --ignore-unrecognized-flags --packages=/b/s/w/ir/.dart_tool/package_config.json /b/s/w/ir/out/ReleaseSIMARM_X64/generated_compilations/vm-aot-linux-release-simarm_x64/tests_standalone_io_http_big_header_test/out.dill

exit code:
0

--- Command "remove_kernel_file" (took 53ms):
DART_CONFIGURATION=ReleaseSIMARM_X64 rm /b/s/w/ir/out/ReleaseSIMARM_X64/generated_compilations/vm-aot-linux-release-simarm_x64/tests_standalone_io_http_big_header_test/out.dill

exit code:
0

--- Command "vm" (took 02:00.000176s):
DART_CONFIGURATION=ReleaseSIMARM_X64 TEST_COMPILATION_DIR=/b/s/w/ir/out/ReleaseSIMARM_X64/generated_compilations/vm-aot-linux-release-simarm_x64/tests_standalone_io_http_big_header_test out/ReleaseSIMARM/dart_precompiled_runtime --sound-null-safety -Dtest_runner.configuration=vm-aot-linux-release-simarm_x64 --ignore-unrecognized-flags --packages=/b/s/w/ir/.dart_tool/package_config.json /b/s/w/ir/out/ReleaseSIMARM_X64/generated_compilations/vm-aot-linux-release-simarm_x64/tests_standalone_io_http_big_header_test/out.aotsnapshot

exit code:
1

diagnostics:
Process list including children: [443537]
Trying to capture stack trace for pid 443537
PID 443537 - process
TID 443537:
#0 0xf7f15549 __kernel_vsyscall
#1 0xf7ee15c4 pthread_cond_wait@@GLIBC_2.3.2
#2 0x569f9773 dart::Monitor::WaitMicros(long long)
#3 0x569f96b4 dart::Monitor::Wait(long long)
#4 0x56afa378 Dart_RunLoop
#5 0x5682992b dart::bin::RunMainIsolate(char const*, char const*, bool, dart::bin::CommandLineOptions*)
#6 0x5682a514 dart::bin::main(int, char**)
#7 0x568296d4 main
#8 0xf7bf9ed5 __libc_start_main
#9 0x56824f71 _start
TID 443538:
#0 0xf7f15549 __kernel_vsyscall
#1 0xf7ce3fab epoll_wait
#2 0x568336ef dart::bin::EventHandlerImplementation::Poll(unsigned int)
#3 0x5692d4b8 dart::bin::ThreadStart(void*)
#4 0xf7eda635 start_thread
#5 0xf7ce3b4a __clone
TID 443545:
#0 0x56a4b65f dart::Simulator::ExecuteNoTrace()
#1 0x56a4c767 dart::Simulator::Call(int, int, int, int, int, bool, bool)
#2 0x56964a19 dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&)
#3 0x56966876 dart::DartLibraryCalls::HandleMessage(long long, dart::Instance const&)
#4 0x56979e45 dart::IsolateMessageHandler::HandleMessage(std::__2::unique_ptr<dart::Message, std::__2::default_deletedart::Message >)
#5 0x56984985 dart::MessageHandler::HandleMessages(dart::MonitorLocker*, bool, bool)
#6 0x56985057 dart::MessageHandler::TaskCallback()
#7 0x569854e4 dart::MessageHandlerTask::Run()
#8 0x56a5a53d dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)
#9 0x56a5a84e dart::ThreadPool::Worker::Main(unsigned int)
#10 0x569f8f57 dart::ThreadStart(void*)
#11 0xf7eda635 start_thread
#12 0xf7ce3b4a __clone

eu-stack: dwfl_thread_getframes tid 443537 at 0x56824f70 in /b/s/w/ir/out/ReleaseSIMARM/dart_precompiled_runtime: no matching address range

stdout:
64
6400
640000
64000000

--- Re-run this test:
python3 tools/test.py -n vm-aot-linux-release-simarm_x64 standalone/io/http_big_header_test

@aam aam added area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening labels Jan 22, 2024
@a-siva
Copy link
Contributor

a-siva commented Jan 22, 2024

This is a duplicate of #52110

@a-siva a-siva closed this as completed Jan 22, 2024
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
Projects
None yet
Development

No branches or pull requests

2 participants