-
Notifications
You must be signed in to change notification settings - Fork 849
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
Java / Leiningen (Clojure build tool) does not work #911
Comments
Which build of Windows are you running? (You can check by running If you are running the Anniversary Update (14393), there are many issues with Java and it's supporting tools. The most recent Insider build (14901) has addressed some of these. |
Microsoft Windows [Version 10.0.14393] Yeah, it's on the Anniversary update |
On the recent internal build this is working for me, I suspect that java fix @russalex mentioned is responsible.
|
Can you run |
Looks like it's working. If there's a more complicated example I can try (like a GitHub project I can try) please let me know.
|
I'm really excited that the Also, would it be possible to test this repo in the internal: test after cloning by running
Output similar to the following would be a success:
|
I don't seem to be able to run a REPL, even using the insider build:
Microsoft Windows [Version 10.0.14936] |
As a workaround, you can do |
FWIW, I can't run any Clojure process that tries to fire up another command via the shell, i.e., the following call fails:
Fails with this error: IOException error=12, Cannot allocate memory java.lang.UNIXProcess.forkAndExec (UNIXProcess.java:-2) |
Note: if I run the equivalent Java program, it works just fine on OpenJDK 8 and Oracle Java 8:
So the problem is something specific to calling |
This is functioning correctly on build 15002 -- I assume because #1286 is fixed? |
@seancorfield - I suspect so. Thanks for confirming that this is working! |
I'm experiencing the same problem as #277. There's a matching issue in Leiningen. On a fresh install of Bash on Windows, I did
Then I did this:
Then this takes ages (> 10 mins), and eventually prints the error:
Dump file here:
hs_err_pid11174.zip
The text was updated successfully, but these errors were encountered: