-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
child process exec
blocks several minutes since v0.62.0
#7851
Comments
semmel
changed the title
child process
child process Mar 7, 2022
exec
blocks several seconds since v0.62.0exec
blocks several minutes since v0.62.0
Same issue, works in 0.60 |
Same issue. But I also get this on mac |
Same issue, this is blocker for release...
|
This is fixed in git and will be available in the next nightly build. |
Works great in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NWJS Version :
0.62.0
, (no error in0.61.0
)Operating System : MacOS 11.6.4 (Big Sur), Mac OS 12.2.1 (Monterey), Windows 10
Expected behavior
exec('ls', {timeout: 2000}, callback);
should return immediately and invoke the callback with the result instdout
within 1 or 2 seconds.Actual behavior
exec('ls', {timeout: 2000}, callback);
blocks the entire process for a few minutes and invokes the callback with the result instdout
also just after a few minutesHow to reproduce
With nwjs
v0.62.0
the dev console is blocked for a few minutes. Withv0.61.0
there is no such blocking.Example Project
package.json
index.html
The text was updated successfully, but these errors were encountered: