-
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
Qurakus Dev mode crash #17213
Comments
/cc @evanchooly |
Did it generate a dump file that shows what the threads were doing when it crashed? |
I've tried to reproduce with the steps described, but everything worked for me. It would be great if you could provide us the dump files. |
Nvm, I was able to reproduce it. Let me have a better look. |
Here is the actual issue:
It seems that A way for you to see the exception for now is to just run the application jar (don't add the yaml file in the build, just add it when running the jar). |
Thanks @radcortez ! |
Yes, I'll try to figure something about it. |
@radcortez
The silent JVM crash only happens when I use DEVMODE in my IntelliJ setup, which launches the app via Gradle: ...So i never see any exception! |
Because |
Aaargh .. you are right!
does show the real issue! |
Great! |
Yes, I should have figured it out myself ... thanks for helping out with this, hopefully you can do something about it being more obvious why/when it fails in dev mode. |
Yes , I'll have a look. Sorry for the inconvenience. |
Is this still an issue? |
Not for a long time. Close it.
/Hristo Stoyanov
…On Wed, Aug 4, 2021, 05:50 Georgios Andrianakis ***@***.***> wrote:
Is this still an issue?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#17213 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABIURRDNBXTIXS5KTCYWGXDT3EZTFANCNFSM443HRCHQ>
.
|
Describe the bug
@radcortez
The JVM crashes on starting in Quarkus Dev mode. This could be due to changes in smallrye config in Quarkus 1.13.4.FInal
and is a follow up to issues: #14847
Also see zulip chat
This could be due to the latest change in smallrye config (included in Quarkus.1.13.4.FInal) or Java 16. Note that issue is identical for x86 or ARM64 MacOs, if that matters.
To Reproduce
Find the attached forRoberto.zip ZIP file.
Save the config file (given below) somewhere (say /temp/config.yaml) and run:
In your IDE, place a break point into
Main.onStart
. Instead of stopping there, the app crash and the JVM returns exits code 1.Configuration
Screenshots
(If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
Output of
uname -a
orver
MacBook-Air.local 20.4.0 Darwin Kernel Version 20.4.0: Thu Apr 22 21:46:41 PDT 2021; root:xnu-7195.101.2~1/RELEASE_ARM64_T8101 arm64
Output of
java -version
openjdk version "16.0.1" 2021-04-20
OpenJDK Runtime Environment (build 16.0.1+9)
OpenJDK 64-Bit Server VM (build 16.0.1+9, mixed mode)
Quarkus version or git rev
Quarkus.1.13.4.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle 7.0.1
Build time: 2021-05-10 16:08:58 UTC
Revision: 67e618faef187783dadd03a34fdab9dc71b85b19
Kotlin: 1.4.31
Groovy: 3.0.7
Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020
JVM: 16.0.1 (BellSoft 16.0.1+9)
OS: Mac OS X 11.3.1 aarch64
Additional context
(Add any other context about the problem here.)
The text was updated successfully, but these errors were encountered: