Open
Description
Verification
- I understand that if I ignore these instructions, my issue may be closed without review.
- I have retried my command with
--force
. - I ran
brew update-reset && brew update
and retried my command. - I ran
brew doctor
, fixed as many issues as possible and retried my command. - I have checked the instructions for reporting bugs.
- I made doubly sure this is not a checksum does not match / SHA256 mismatch error (do not open an issue before trying to open a PR to fix first).
Description of issue
After installing flutter using a simple brew install flutter
, any invocation of flutter hangs indefinitely. Tracing through the bash scripts, it turns out that the internal dart
binary is defunct. Executing dart
with any arguments (or no arguments) results in a dart process that sleeps indefinitely (as reported by top -pid
).
Command that failed
dart
Output of command with --verbose --debug
<empty> (hung process)
Output of brew doctor
and brew config
Brew is working, but installs a broken cask.
Output of brew tap
Brew is working, but installs a broken cask.