-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
union would crash after init #94
Comments
Do you get a segfault? Is there a stacktrace? I cannot replicate this on Julia 1.0.0 on Mac OS |
There do have core dumped, but
I've tried
(almost, not checked one by one) all of them occurs inside libjvm.so and then
I'm not sure if it helps. If need any other information, instructions are welcome. BTW, my java version goes |
I cannot replicate this on Linux. |
after
using JavaCall; JavaCall.init()
the following code would crash
(after using JavaCall and before JavaCall.init() won't)
linux 4.19.2
julia version 1.0.1
JavaCall v0.7.1
ldd julia:
The text was updated successfully, but these errors were encountered: