-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
make with -j hangs #23255
Comments
Preliminary analysis with |
#23182 didn't fix it for me. |
I ran into this yesterday but I don't think I've seen it after doing a |
@danbev I can confirm that |
I've run into this. |
This reverts commit 5d8373a. Fixes: nodejs#23255
Could anyone who can repro this run make with P.S. I see @devsnek is using macOS? what other OSes (and make versions) does this repro with? |
@refack log is a bit long (1.1GB output) but it appears to be an infinite loop of |
Thanks, I think this will be consistently failing on macOS, so I'll investigate. |
I'm trying to reproduce the issue on macOS after re-applying 5d8373a. @devsnek @thefourtheye @cjihrig what do I need to do? |
@targos Just build node after re-applying the patch. It should hang in a while. If you do |
@thefourtheye What do you mean by "rebuild"? I ran |
Output of |
Got a repro with make -j2 # or whatever you usually use
rm out/Release/obj.target/rename_node_bin_win.stamp
rm out/Release/obj.target/rename_node_bin_win.stamp
rm out/Release/node
make -j2
# stuck the loop
|
The text was updated successfully, but these errors were encountered: