Closed sh4r1k7 closed 2 years ago
This seams to be a problem of the underlying JVM libraries used to execute PMLC on your OS.
Could you please open a new issue and use the 'Bug report' template, and add information to reproduce the bug?
Did you use the standalone executable or the jar
files to run PMLC?
Updated with template, I added my java version info. Let me know what other info I can provide to help.
I've just re-tested PMLC 3.1.0 (standalone version) on Ubuntu 20.04, and it works fine:
~$ ./pmlc version
PMLC 3.1.0 2022-10-03
I can't reproduce your issue.
I found this similar error message which hints that the problem is probably caused by GraalVM (which is used to create the PMLC executable).
If possible I would suggest to:
try out PMLC in another Linux environment
try out the Java .jar files distribution which should work with openjdk 18 already installed in your OS.
Hello, yes the jar files work fine.
I'm happy to use this workaround. I'll leave it to you whether you want to close this issue (I tried the standalone with java 18.0.2
but same problem).
the jar files work fine
Good news. Thanks for letting me know.
I'll leave it to you whether you want to close this issue
I'll close this issue because it's related to GraalVM, not to PMLC. Let's hope that the problem will be solved in a new version of GraalVM.
Description Immediate segfault on startup.
Reproducing Download standalone pmlc binary v3.1.0. Run
pmlc
.Expected vs actual behavior Expect the app to run. Actually segfaults.
Application version PMLC v3.1.0 (standalone)
Your OS name and version Arch Linux (Garuda)
Log