Skip to content

[gardening] [asan] isolate_group_shared_callback_test #60857

Open
@dcharkes

Description

@dcharkes

There are new test failures on [vm, compiler] Fix incorrect write barrier eliminiation after catch control flow....[analysis_server] Dot shorthands: Go to definition tests..

The tests

ffi/isolate_group_shared_callback_test/7 Crash (expected Pass)

are failing on configurations

vm-asan-mac-release-x64
/=======================================================================================================\
| vm-asan-mac-release-x64:ffi/isolate_group_shared_callback_test/7 broke (Pass -> Crash, expected Pass) |
\=======================================================================================================/

--- Command "vm" (took 09.000564s):
DART_CONFIGURATION=ReleaseASANX64 xcodebuild/ReleaseASANX64/dart --experimental-shared-data --print-stacktrace-at-throw --profiler --profile_vm=false -Dtest_runner.configuration=vm-asan-mac-release-x64 --ignore-unrecognized-flags --packages=/Volumes/Work/s/w/ir/.dart_tool/package_config.json /Volumes/Work/s/w/ir/tests/ffi/isolate_group_shared_callback_test.dart

exit code:
-6

stdout:
unittest-suite-wait-for-done
Sleeping for

stderr:
===== CRASH =====
si_signo=Bus error: 10(10), si_code=BUS_ADRERR(2), si_addr=0x10cda86da
version=3.9.0-edge (main) (Unknown timestamp) on "macos_x64"
pid=3197, thread=10763, isolate_group=main(0x61f000008c80), isolate=main(0x618000000880)
os=macos, arch=x64, comp=no, sim=no
isolate_instructions=10292b740, vm_instructions=10292b740
fp=70000d9eee78, sp=70000d9eee30, pc=10cda86da
  pc 0x000000010cda86da fp 0x000070000d9eee78 [Unoptimized] _MutexImpl@14398151._runLocked@14398151+0x2a
  pc 0x000000010cda60a4 fp 0x000070000d9eeee0 [Unoptimized] testNativeCallableHelloWorld+0x2c4
  pc 0x000000010cda1e90 fp 0x000070000d9eef20 [Unoptimized] main+0xf0
  pc 0x000000010cda1d49 fp 0x000070000d9eef58 [Unoptimized] main+0x79
  pc 0x000000010cda1c67 fp 0x000070000d9eefc8 [Unoptimized] [email protected]:call+0x737
  pc 0x000000010cda06ec fp 0x000070000d9ef018 [Unoptimized] _delayEntrypointInvocation@1026248.<anonymous closure>+0x15c
  pc 0x000000010cda0524 fp 0x000070000d9ef080 [Unoptimized] [email protected]:call+0x704
  pc 0x000000010cd9f400 fp 0x000070000d9ef0d8 [Unoptimized] _RawReceivePort@1026248._handleMessage@1026248+0x180
  pc 0x0000000108d03406 fp 0x000070000d9ef150 [Stub] InvokeDartCode+0x96
  pc 0x0000000102f89c4d fp 0x000070000d9ef270 dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&)+0x4ad
  pc 0x0000000102f8e449 fp 0x000070000d9ef2d0 dart::DartLibraryCalls::HandleMessage(long long, dart::Instance const&)+0x2b9
  pc 0x00000001030007fb fp 0x000070000d9efa10 dart::IsolateMessageHandler::HandleMessage(std::_d::unique_ptr<dart::Message, std::_d::default_delete<dart::Message>>)+0x98b
  pc 0x0000000103078195 fp 0x000070000d9efbb0 dart::MessageHandler::HandleMessages(dart::MonitorLocker*, bool, bool)+0x3f5
  pc 0x0000000103078bfa fp 0x000070000d9efc30 dart::MessageHandler::TaskCallback()+0x53a
  pc 0x000000010336bb80 fp 0x000070000d9efdd0 dart::ThreadPool::WorkerLoop(dart::ThreadPool::Worker*)+0x460
  pc 0x000000010336c48c fp 0x000070000d9efe10 dart::ThreadPool::Worker::Main(unsigned long)+0x12c
  pc 0x0000000103261ce8 fp 0x000070000d9eff80 dart::ThreadStart(void*)+0x238
  pc 0x0000000106685397 fp 0x000070000d9effb0 asan_thread_start(void*)+0x47
  pc 0x00007ff804b391d3 fp 0x000070000d9effd0 _pthread_start+0x7d
  pc 0x00007ff804b34bd3 fp 0x000070000d9efff0 thread_start+0xf
-- End of DumpStackTrace

--- Re-run this test:
python3 tools/test.py -n vm-asan-mac-release-x64 ffi/isolate_group_shared_callback_test/7

log

Before this the bot was purple for a while. So it's not clear where this got introduced. Also, only one red occurrence, so it might be meta-flaky.

Metadata

Metadata

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.gardeninglibrary-ffitriagedIssue has been triaged by sub team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions