-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: performanceRelates to speed or footprint issues (see "perf:" labels)Relates to speed or footprint issues (see "perf:" labels)needs repro infoAutomated crash report whose cause isn't yet knownAutomated crash report whose cause isn't yet knownperf: energyPerformance issues related to energy use (power, watts)Performance issues related to energy use (power, watts)platform-fuchsiaFuchsia code specificallyFuchsia code specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versiontoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
The ffx process(es) has been hogging CPU on my M1 Max machine to the point where apps start freezing up and restarting is the only way out. I have no clue as to why these processes are running, as ffx is residing within the Fuchsia artefacts. Searching for related issues had no results. I've only experienced this on the master channel so far.
Unfortunately, since the issue kept halting my machine, I deleted the ffx binary before I could work out some more diagnostics and logs. I'm trying to reproduce, but I wanted to report this in the case of it being recently introduced and potentially be making its way onto stable at some point. Will update the issue with more findings.
Steps to Reproduce
- Install Flutter on macOS system, I'm on 13.2.1 (22D68)
- Somehow trigger loading/caching of fuchsia artefacts (should reside within
$FLUTTER_SDK/bin/cache/artifacts/fuchsia) - Start any flutter process
Logs
Logs
Haven't been able to obtain relevant system logs.
[!] Flutter (Channel master, 3.8.0-8.0.pre.2, on macOS 13.2.1 22D68 darwin-arm64, locale en-NO)
• Flutter version 3.8.0-8.0.pre.2 on channel master at /Users/arne/flutter
! Warning: `dart` on your path resolves to /opt/homebrew/Cellar/dart/3.0.0-0.0.dev/libexec/bin/dart, which is not inside your current Flutter SDK checkout at /Users/arne/flutter. Consider adding /Users/arne/flutter/bin to the front of your path.
! Upstream repository ssh://[email protected]/flutter/flutter.git is not a standard remote.
Set environment variable "FLUTTER_GIT_URL" to ssh://[email protected]/flutter/flutter.git to dismiss this error.
• Framework revision 3f98c0f8f9 (2 weeks ago), 2023-02-07 23:55:24 -0800
• Engine revision f310ffd146
• Dart version 3.0.0 (build 3.0.0-204.0.dev)
• DevTools version 2.21.1
• If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly to perform update checks and upgrades.
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
• Android SDK at /Users/arne/Library/Android/sdk
• Platform android-33, build-tools 33.0.0
• Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 14C18
• CocoaPods version 1.11.3
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2021.3)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866)
[✓] VS Code (version 1.75.1)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.58.0
[✓] Connected device (3 available)
• Arne’s iPhone (mobile) • 00008101-00052D0E3A92001E • ios • iOS 16.0 20A362
• macOS (desktop) • macos • darwin-arm64 • macOS 13.2.1 22D68 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 110.0.5481.177
! Error: (null) needs to connect to determine its availability. Check the connection between the device and its companion iPhone, and the connection between the iPhone and Xcode. Both devices may also need to be restarted and unlocked. (code 1)
[✓] HTTP Host Availability
• All required HTTP hosts are available
! Doctor found issues in 1 category.
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: performanceRelates to speed or footprint issues (see "perf:" labels)Relates to speed or footprint issues (see "perf:" labels)needs repro infoAutomated crash report whose cause isn't yet knownAutomated crash report whose cause isn't yet knownperf: energyPerformance issues related to energy use (power, watts)Performance issues related to energy use (power, watts)platform-fuchsiaFuchsia code specificallyFuchsia code specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versiontoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.