Simple Voice Chat randomly crashes JVM on quilt server
AT14C opened this issue ยท 10 comments
Please read the wiki before submitting a bug report!
Bug description
Just by having simple voice chat loaded on a 1.19.4 quilt server it can crash the JVM at any given moment
Steps to reproduce the issue
- Start a 1.19.4 quilt server with simple voice chat 1.19.4 2.4.7
- Connect to the server
- Wait for it to crash
Expected behavior
Not to crash my server
Versions
- Minecraft 1.194
- Quilt 0.18.10
- Simple Voice Chat 1.19.4 2.4.7 Quilt
Other mods
Crashes both with my modpack installed and by being the only mod installed
I tested this with both OpenJDK and GraalVM
Full PID dump included (log segment from PID dump)
hs_err_pid3964.log
Which OS and OS version are you using? And which CPU architecture are you using?
Please also send me the logs with OpenJDK.
OS: RebornOS Linux ARM aarch64
Host: Radxa ROCK 5B
Kernel: 5.10.110-rockchip-rk3588
CPU: (8) @ 1.800GHz
Memory: 16 GB
Can you try if it works on a more common linux distro like Ubuntu? RebornOS for ARM seems to be in beta so that might not be very stable.
Will try setting
use_natives
to false
Thats only for clients. The server doesn't use voice chats natives (if you don't use addon mods).
The natives of the mod shouldn't be loaded at all and from your logs they also don't seem to be.
This looks like an issue with Java in general. Please try if you are getting the same issue on another distro like Ubuntu or similar.