-
-
Notifications
You must be signed in to change notification settings - Fork 260
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
JVM crash on jni_CallVoidMethod
frames using MacOS (m1)
#1206
Comments
Is there a minimal, executable, single-class test case that reproduces this problem? |
Please also write here the exact versions of vlcj and the JDK you're using, including the JDK vendor. Also the macOS version. I don't have access to latest mac hardware/OS, only previous generation. I will try and find some time to take a look but I can't promise a timescale. |
Is on Gist hs_err_pid_xxxx.log |
Well, it would be nice and convenient if you were to write it here rather than refer me to a hard-to read hotspot log. |
I am on phone RN, thats why i reffer to hostpot log JRE version: OpenJDK Runtime Environment Microsoft-8035246 (17.0.8+7) (build 17.0.8+7-LTS) Java VM: OpenJDK 64-Bit Server VM Microsoft-8035246 (17.0.8+7-LTS, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64) Host: "MacBookAir10,1" arm64, 8 cores, 8G, Darwin 21.6.0, macOS 12.6 (21G115) |
I suppose nothing has changed and this is still a problem? |
no idea |
I am going to close this issue. I don't have access to M1 hardware to even try to reproduce it. If in future someone posts additional information, it can be reopened. |
someone reports me downgrading to VLC 3.0.18 fixes the issue... |
Interesting, this gives hope that it might actually also be fixed in a later version of VLC at some point. |
Having the same issue... Downgrading to VLc 3.0.18 did not work for me Using vlcj 4.8.2 |
@SrRapero720 Which version of vlcj are you using, please? @SrRapero720 |
Added dependency "net.java.dev.jna:jna:5.12.1" and it now works! |
4.7.3. but 4.7.3 and 4.8.x doesn't have any difference |
Interesting. |
If this is confirmed, probably worth making a new release with updated depdendencies. |
There are already many similar issues about JNA versions on Mac. https://github.com/caprica/vlcj/issues?q=is%3Aissue+is%3Aclosed+m1
I think it is worth making a new release. |
4.8.3 released today with latest JNA dependency. |
https://gist.github.com/SrRapero720/5887241df214dd418c56e008f5959a9d
https://gist.github.com/SrRapero720/cf1b2d7b4fd5eb81359f5800e78f5bf1
Problem "starts happening" (because i am not sure) since VLC release 3.0.19. i was having a quite large discussion about it and issue was more confusing for me. See WaterMediaTeam/watermedia#29
I can't test old versions on my side because i haven't a mac. I open this issue in case can be solved/replicable on VLCJ.
The text was updated successfully, but these errors were encountered: