-
Notifications
You must be signed in to change notification settings - Fork 846
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
Trying to install SBT hangs #813
Comments
I removed sbt as installed above, and installed sbt with the Windows installer as described in http://www.scala-sbt.org/release/docs/Installing-sbt-on-Windows.html. This worked fine in cmd.exe but in bash, it hangs again. Looks like this is a compatibility problem between sbt and bash on Windows |
Hi @harshhpareek , thanks for reporting this bug! Could you elaborate, though, on why you say "N/A" for the strace? I would be interested to see an strace of the |
Also, I assume this tool (like much of Scala) is built on top of the JVM? Note that there are many tickets in this bugtracker about bugs in support for common Java JVM implementations; there are a bunch of known issues that Microsoft has said that they will address in future releases. I wouldn't be surprised if this were related to that. |
Trying this now (I'm using default-jre, let me know if I need a different version of java). |
@aseering , sorry I meant Not Available (was at a different computer, but thought it was worth making the report). I'm noticing the same thing @SRGOM said, it blocks saying wait4(-1, It stops after printing the comma. Is that normal behaviour? |
@SRGOM Looks like the commands worked? I'm at a terminal that's accepting input, is there anything I should enter? |
I left that terminal open and it later showed a failed thread dump and I don't know what this means, but attaching this here in case it helps, and here is the associated core dump: http://pastebin.com/MJhEH8T6 |
@SRGOM The fix is in the lxcore.sys driver. The fix will be our first post-Anniversary Update Insider build and I'm pushing to get this fix back-ported, hopefully the servicing folks are amenable. |
Thank you Ben ! Really looking forward to Java working! On Thu, Aug 11, 2016, 8:12 PM SRGOM [email protected] wrote:
|
Closing as per the above comment - #813 (comment). Fix is now available |
Please use the following bug reporting template to help produce actionable and reproducible issues:
SBT is Simple Build Tool used to build Scala projects. I tried to install and run sbt as described in http://www.scala-sbt.org/release/docs/Installing-sbt-on-Linux.html
Installation succeeded but trying to run sbt causes bash to hang.
Sbt is expected to produce some output indicating what it is doing (downloading packages, compiling the project etc) and is expected to terminate.
No output appears. CPU usage remains high (appears as Java in task manager), but it seems no progress is made
Version 10.0.14393
Install sbt according to http://www.scala-sbt.org/release/docs/Installing-sbt-on-Linux.html
Try to run "sbt" in bash
N/A
Package: Sbt according to http://www.scala-sbt.org/release/docs/Installing-sbt-on-Linux.html
Command: sbt
See our contributing instructions for assistance.
The text was updated successfully, but these errors were encountered: