-
Notifications
You must be signed in to change notification settings - Fork 835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: EAGAIN (Resource temporarily unavailable) when using vue cli #3191
Comments
this bug is in 17672 build too.
part of strace log :
full log(~269mb): https://drive.google.com/open?id=1qHKTPvs1MYmtgj11pcXKH7Gp5Mmz7sTU |
Likely get better service with actual repro steps (a sequence of command lines). Looking at the |
I was able to reproduce this in 17672, using the following sequence of commands:
|
Most excellent. [ed:] Confirmed behaviour. And you are saying this same sequence will succeed in 16299, with the same node version, the same vue version, and an unadulterated Ubuntu 16.04 from the Store? |
i have tested: distro: Ubuntu 16.04 / 18.04 bug still in every case |
Yeah it isn't |
Tested and succeeded in 17134 and 17661. |
Paging @benhillis - thoughts? Should we create an internal bug for this? |
That's double plus good. Nice bisection. In this case I suspect the MSFT peeps will be able to narrow it down. I tracked the diverge from Real Linux to some time after:
That isn't a fail (it's |
@tara-raj - Yes we'll have to investigate this further. I don't see anything in the 17666 release notes that looks like a smoking gun. |
was reproduced in Microsoft Windows [Version 10.0.17677.1000] |
I think this one might be causing native VS Code to spin on recent releases as well. I haven't dug deep at all, but VS Code (coincidentally at least) started to be a space heater around 17666 and Code is pretty |
Is there any news? |
This issue has been fixed internally but is not yet available for testing in an Insider Build. |
This should be fixed in Insider Build 17704 |
Got '704 this evening and can confirm it fixes the VS Code spinning issue. |
thanks! |
I think this needs to be re-opened @Brian-Perkins npm build is taking forever, using 9GB ram, strace -c: snippet of trace:
|
Windows 10 Insider Preview 17666.1000 (rs_prerelease)
After updating to Windows 10 Insider Preview 17666.1000 (rs_prerelease) from Microsoft Windows [Version 10.0.17661.1001] bulding apps with vue cli is not possible.
Any project that using vue cli 3 beta, won't build.
this not work:
$ npm run build
Build process starts, build indicator updates every time, but this process goes on forever. After rollback to prevesly version of Windows, build apps is fine.
The text was updated successfully, but these errors were encountered: