-
Notifications
You must be signed in to change notification settings - Fork 202
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
java terminated by signal SIGSEV (Address boundary error) #233
Comments
Interesting if I execute using bash I get a different message: [aragao@dev:/tmp/GoLand-2023.1.1/jbr.old/bin]$ ./java |
Not sure if this is relevant: [nix-shell:/tmp/GoLand-2023.1.1/jbr.old/bin]$ ldd ./java |
I manually copied libz.so.1 into the lib directory and it still does not work so I suspect something else is going on here. [root@dev:/tmp/GoLand-2023.1.1/jbr.old/bin]# ldd java |
Last comment: I also tried fsnotifier executable and it generates the same error. |
I'm running Linux aarch64. I downloaded jbr 17.0.6 and whenever I try to execute java I get the following error:
Downloads/jbrsdk_jcef-17.0.6-linux-aarch64-b829.1/bin [k8s:minikube] ❯ ./java fish: Job 1, './java' terminated by signal SIGSEGV (Address boundary error) Downloads/jbrsdk_jcef-17.0.6-linux-aarch64-b829.1/bin [k8s:minikube] ❯
Here is the output of uname -a, in case it helps.
❯ uname -a Linux dev 6.1.27 #1-NixOS SMP Sun Apr 30 23:26:28 UTC 2023 aarch64 GNU/
It's probably not relevant, but I'm running this in an M2 machine as a VM using Parallels.
The text was updated successfully, but these errors were encountered: