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

Assertion failure in profiler on Windows ARM64 #52969

Closed
rmacnak-google opened this issue Jul 18, 2023 · 1 comment
Closed

Assertion failure in profiler on Windows ARM64 #52969

rmacnak-google opened this issue Jul 18, 2023 · 1 comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.

Comments

@rmacnak-google
Copy link
Contributor

The tests

service/vm_timeline_events_test/dds RuntimeError (expected Pass)

are failing on configurations

vm-win-debug-arm64
00:00 �[32m+0�[0m: vm_timeline_events_test.dart (DDS)�[0m

** Launching SERVICE_TEST_TESTEE=true out\DebugARM64\dart.exe --disable-dart-dev --write-service-info=file:///c:/opt/s/w/ir/x/t/dart_service1268b40/service_info.json --profiler -DUSE_DDS=true --sound-null-safety -Dtest_runner.configuration=vm-win-debug-arm64 --ignore-unrecognized-flags --packages=C:\opt\s\w\ir\cache\builder\sdk\.dart_tool\package_config.json --enable-vm-service:0 C:\opt\s\w\ir\cache\builder\sdk\runtime\observatory\tests\service\vm_timeline_events_test.dart

>testee>out> The Dart VM service is listening on http://127.0.0.1:56452/ZIjCefKWGj4=/

>testee>out> 

** Signaled to run test queries on http://127.0.0.1:56490/nIV8dITmSqg=/ (DDS)

Loading VM...

Done loading VM

Running vm_timeline_events_test.dart [1/6]

Running vm_timeline_events_test.dart [2/6]

Running vm_timeline_events_test.dart [3/6]

>testee>err> ../../runtime/vm/profiler.cc: 1058: error: expected: fp_ != nullptr

>testee>err> 

>testee>err> ===== CRASH =====

>testee>err> ExceptionCode=-1073741819, ExceptionFlags=0, ExceptionAddress=00007FF61545FFD4

>testee>err> Aborting reentrant request for stack trace.

00:15 �[32m+0�[0m�[31m -1�[0m: vm_timeline_events_test.dart (DDS) �[1m�[31m[E]�[0m�[0m

  Testee exited with 3

@bkonyi @derekxu16

@rmacnak-google rmacnak-google added the area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. label Jul 18, 2023
@dcharkes
Copy link
Contributor

This test is meta-flaking: https://dart-ci.web.app/#showLatestFailures=false&test=service/vm_timeline_events_test/dds&configurations=vm-win-debug-arm64

Still the same error, but the line number is moving south.

>testee>err> ../../runtime/vm/profiler.cc: 1068: error: expected: fp_ != nullptr

copybara-service bot pushed a commit that referenced this issue Oct 9, 2023
Cf. fb24668

TEST=ci (--profile_vm=false)
Bug: #52969
Change-Id: I093e57952186b8a6f6cb75fce2465b14b24c3a00
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329563
Reviewed-by: Alexander Aprelev <aam@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
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.
Projects
None yet
Development

No branches or pull requests

2 participants