Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[flake] Isolate is already scheduled on mutator in ShellTest.Spawn #77304

Closed
flutter/engine
#26593
@cbracken

Description

@cbracken

Seeing the following failure in Linux Host Engine tests:
Build:
https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20Host%20Engine/9217/overview

Log: https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket.appspot.com/8853647090808312816/+/steps/Host_Tests_for_host_release/0/stdout

[ RUN      ] ShellTest.Spawn

GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
../../flutter/shell/common/shell_unittests.cc:2501:
    Function call: CreateRenderingSurface()
          Returns: 0x7f1680595990
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See https://github.com/google/googletest/blob/master/googlemock/docs/cook_book.md#knowing-when-to-expect for details.

GMOCK WARNING:
Uninteresting mock function call - returning default value.
    Function call: IsValid()
          Returns: false
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See https://github.com/google/googletest/blob/master/googlemock/docs/cook_book.md#knowing-when-to-expect for details.

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: OnPlatformViewDestroyed()
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See https://github.com/google/googletest/blob/master/googlemock/docs/cook_book.md#knowing-when-to-expect for details.
[ERROR:flutter/shell/common/platform_view.cc(87)] Failed to create platform view rendering surface

Crash happens immediately after the above, here:

../../third_party/dart/runtime/vm/dart_api_impl.cc: 1537: error: Isolate �� is already scheduled on mutator thread 0x7f16880004c8, failed to schedule from os thread 0x7f1693fff700

Metadata

Metadata

Assignees

Labels

P0Critical issues such as a build break or regressiona: tests"flutter test", flutter_test, or one of our testsc: contributor-productivityTeam-specific productivity, code health, technical debt.c: crashStack traces logged to the consolec: flakeTests that sometimes, but not always, incorrectly passengineflutter/engine repository. See also e: labels.waiting for PR to land (fixed)A fix is in flight

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions