You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running pub serve, while walking away from my computer for a while, I came back to a dialog box saying Dart.exe had crashed - on the console, I saw the following error message:
vm\thread_pool.cc:233: error: Could not start worker thread: result = 12.
I can't tell you how to repeat this - it only happened that one time, and for no apparent reason, but I felt I should report it.
Dart VM version: 1.3.0-dev.1.1 (Sun Mar 02 01:20:25 2014) on "windows_ia32"
The text was updated successfully, but these errors were encountered:
The same thing happened again today - away for a meeting, came back, and dart.exe had crashed.
This time I used Process Explorer (from sysinternals) and managed to grab a mini dump (attached) before closing the "dart.exe has stopped working" dialog.
It had reached a very high memory load of 1,985,632K which is close to the 32-bit limit, and I noticed the property sheet displays "Image: 32-bit", which makes me a little suspicious, because I installed the 64-bit version of Dart. Is "dart.exe" a 32-bit binary even in the 64-bit distribution? (why?)
I also have to wonder if this is related to #17266 since the symptom appears to be the same: excessive memory usage, even though the app is idle, and then eventually a crash.
This is a duplicate of issue #13848. The issue is marked as "fixed" even if it is not comletly resolved. It is still blocked by issue #14428 on windows systems. The dart team knows about it. The good thing is, that pub serve is only a development tool, the workaround is to start it again ;)
OK, thanks for following up on this. I'll re-open the original bug.
For what it's worth, after making that change, I left pub serve running on my Windows box (inadvertantly) for a few weeks (!) and it was still going strong when I got back to it.
Is "dart.exe" a 32-bit binary even in the 64-bit distribution? (why?)
This issue was originally filed by rasmu...@sonardesign.com
Running pub serve, while walking away from my computer for a while, I came back to a dialog box saying Dart.exe had crashed - on the console, I saw the following error message:
vm\thread_pool.cc:233: error: Could not start worker thread: result = 12.
I can't tell you how to repeat this - it only happened that one time, and for no apparent reason, but I felt I should report it.
Dart VM version: 1.3.0-dev.1.1 (Sun Mar 02 01:20:25 2014) on "windows_ia32"
The text was updated successfully, but these errors were encountered: