-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Quarkus CLI crashes JVM when running on Windows in dev mode with gradle project #34302
Comments
/cc @ebullient (cli), @glefloch, @maxandersen (cli), @quarkusio/devtools |
Are there any updates on this? I am still seeing the same behavior. |
Could this be caused by fusesource/jansi#66 ? Basically two different versions being loaded? |
I'm not sure if the linked issue is the problem, could be related though. This issue is Windows specific, wasn't hit on other operating system. Linked issue is not Windows specific. dev mode works fine when invoked through gradlew. Quarkus CLI pulls in something problematic, but jansi is not dependency of devtools/cli and I tried to force 1.18 using
But I got this:
Interestingly, when running |
Also experiencing this issue, for the longest time thought it was a disconnect between my IDE and Quarkus. I can confirm that running quarkusDev directly via gradlew bypasses the issue. |
Describe the bug
Quarkus CLI crashes JVM when running on Windows in dev mode with gradle project
Experienced with Quarkus 3.1.2.Final and Quarkus main.
Running
gradlew quarkusDev
works fine. Runningquarkus dev
end with JVM crash - see hs_err_pid1132.log.I'm using https://community.chocolatey.org/packages/Temurin17 (17.0.7) and https://community.chocolatey.org/packages/quarkus (3.1.2.Final)
The failure was also reproduced by @brunobat
Expected behavior
No JVM crash
Actual behavior
Quarkus CLI crashes JVM when running on Windows in dev mode with gradle project
How to Reproduce?
quarkus dev
Running
gradlew quarkusDev
works.Output of
uname -a
orver
Windows 10
Output of
java -version
Java 17
GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.1.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)gradlew from the code.quarkus app
Additional information
No response
The text was updated successfully, but these errors were encountered: