-
Notifications
You must be signed in to change notification settings - Fork 56
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
Fatal error in OpenJDK 11 #12
Comments
Would this crash be avoidable if |
Unfortunately, postgresql hasn't supported yet. I will add the postgresql support in the next version 2.3.0 (I'm releasing it in a few days). |
ma1sd 2.3.0 (https://github.com/ma1uta/ma1sd/releases/tag/2.3.0) supports the postgresql as the internal storage, so you can use postgresql instead of the sqlite. I'll close this issue because the problem in the sqlite driver not in ma1sd and you can choose to run ma1sd with postgresql |
…engelman.shadow-7.1.1 Bump com.github.johnrengelman.shadow from 6.1.0 to 7.1.1
Using OpenJDK 11, the following JRE error occurs & gets dumped to hs_err_pid*.log soon after starting ma1sd.
A similar crash happens with the JDK 8 from adoptopenjdk, so I doubt this is a Java versioning issue. I had to install JDK 8 to satisfy the dependencies of ma1sd's deb package, but later used
update-alternatives
to set my system's default JVM to the one from OpenJDK.The text was updated successfully, but these errors were encountered: