-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
addprocs works in terminal, fails in Emacs #18818
Comments
From looking at the codepath there, it looks like this should only happen if the parent process (in this case emacs), set |
min repro:
|
@vtjnash This still segfaults. Was the fix ever applied to our libuv fork? |
I don't think it was, no. |
Just stumbled over this thread as well- I'm guessing the precompiled dmg was compiled with this older version of libuv. Would be nice to get an updated version up if possible! I'm going to pull down the source now. |
also seems to happen when |
This looks like my issue. #24169 |
I have a script that runs fine in the terminal, but fails when I try to run it from Emacs.
I can reproduce this with a file that contains only
addprocs(1)
.Here's the error output:
After it errors out, there is an orphaned julia process that has 100% CPU usage.
I'm on Mac OS X. I used homebrew to install Julia.
The text was updated successfully, but these errors were encountered: