-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#42928Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-iosiOS applications specificallyiOS applications specificallywaiting for PR to land (fixed)A fix is in flightA fix is in flight
Description
Steps to reproduce:
- Build a local iOS unopt engine
- Run an app that uses platform channels not on the main thread.
- App will fail with messages like this:
2023-06-12 15:10:43.964268-0700 Runner[2265:918331] [VERBOSE-2:thread_checker.h(61)] IsCreationThreadCurrent expected thread: '' actual thread:''
2023-06-12 15:10:43.964266-0700 Runner[2265:918323] [VERBOSE-2:thread_checker.h(61)] IsCreationThreadCurrent expected thread: '' actual thread:''
2023-06-12 15:10:43.964359-0700 Runner[2265:918331] [VERBOSE-3:weak_ptr.h(109)] Check failed: (checker_.checker).IsCreationThreadCurrent().
2023-06-12 15:10:43.964358-0700 Runner[2265:918327] [VERBOSE-2:thread_checker.h(61)] IsCreationThreadCurrent expected thread: '' actual thread:''
2023-06-12 15:10:43.964439-0700 Runner[2265:918323] [VERBOSE-3:weak_ptr.h(109)] Check failed: (checker_.checker).IsCreationThreadCurrent().
2023-06-12 15:10:43.964496-0700 Runner[2265:918327] [VERBOSE-3:weak_ptr.h(109)] Check failed: (checker_.checker).IsCreationThreadCurrent().
@gaaclarke any ideas?
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-iosiOS applications specificallyiOS applications specificallywaiting for PR to land (fixed)A fix is in flightA fix is in flight