dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.57k forks source link

Isolate main is already scheduled on mutator #44525

Open machinescream opened 3 years ago

machinescream commented 3 years ago

Got a strange error recently, here are logs:

../../third_party/dart/runtime/vm/dart_api_impl.cc: 1708: error: Isolate main is already scheduled on mutator thread 0xa8f9f400, failed to schedule from os thread 0x5b27

pthread_create failed: couldn't allocate 528384-bytes mapped space: Out of memory W/libc ( 9741): pthread_create failed: couldn't allocate 528384-bytes mapped space: Out of memory

Original issue: https://github.com/Renesanse/worker_manager/issues/19#issue-759347845

mkustermann commented 3 years ago

This might be the same bug as https://github.com/flutter/flutter/issues/72144