question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IntelliJ Crash with Flutter Error

See original GitHub issue

What happened

Opened new project, also happened 3 other times when I was just doing debugging on Simulator.

Version information

IntelliJ IDEA 2017.1.5 • Flutter plugin 15.1 • Dart plugin 171.4694.29

Error getting Flutter sdk information.

Exception

Flutter device daemon #3: process exited during startup. Exit code: 128, stderr: /Users/dnetman99/flutter/bin/flutter: fork: Resource temporarily unavailable

com.intellij.execution.ExecutionException: Flutter device daemon #3: process exited during startup. Exit code: 128, stderr:
/Users/dnetman99/flutter/bin/flutter: fork: Resource temporarily unavailable

	at io.flutter.run.daemon.DeviceDaemon$Command.start(DeviceDaemon.java:222)
	at io.flutter.run.daemon.DeviceService.chooseNextDaemon(DeviceService.java:220)
	at io.flutter.utils.Refreshable.runInBackground(Refreshable.java:214)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
cbrackencommented, Jul 14, 2017

Mitigation is now landed (on master branch) for the instruments-related issues here and in flutter/flutter#11124.

1reaction
pqcommented, Jul 12, 2017

From my understanding, that error suggests there are too many processes running and fork is failing. Now we need to figure out WHY this is happening!

Did a reboot help (if temporarily)?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Flutter doctor check crashes with IntelliJ IDEA · Issue #94675
This seems to be pointing to Intellij plugin you are using and seem to be not compatible with latest flutter version. See this...
Read more >
Dart plugin caused Flutter doctor crashed after installed in ...
I have tried removing "Flutter" plugin and just keeping the "Dart" plugin in Intellij IDEA 2021.3, flutter doctor still crashed with the same...
Read more >
error when i run flutter for the first time on IntelliJ IDEA
Delete your current app folder and create it once again. It works in my case and I am using vscode ide.
Read more >
Flutter Crash Reporting and Error Tracking - Datadog Docs
If your application suffers a fatal crash, once your application restarts, the Datadog Flutter SDK uploads a crash report to Datadog. For non-fatal...
Read more >
Common Flutter errors
This is another common layout error you could run into while creating a UI in your Flutter app. What does the error look...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found