Skip to content
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

BEAST2: fatal error has been detected by the Java Runtime Environment #1132

Open
Rutaiwan opened this issue Oct 25, 2023 · 3 comments
Open

Comments

@Rutaiwan
Copy link

Hello,

Anyone have this kind of error before when running BEAST2? Do you know how to fix this issue?
I'm using BEAST2 version 2.6.7, not sure if it's something about software version or java.

A fatal error has been detected by the Java Runtime Environment:

SIGILL (0x4) at pc=0x00007ffb0800bc4b, pid=1613621, tid=0x00007ffba7dff640

JRE version: OpenJDK Runtime Environment (8.0_121-b15) (build 1.8.0_121-b15)

Java VM: OpenJDK 64-Bit Server VM (25.121-b15 mixed mode linux-amd64 compressed oops)

Problematic frame:

C [libhmsbeagle.so.1+0x5c4b] beagleLoadPlugins()+0x1db

Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

Thanks a lot in advance,

@rbouckaert
Copy link
Member

@Rutaiwan The error message suggest something is going wrong with loading the BEAGLE library.
This can happen when BEAGLE is installed with CUDA support while CUDA is not installed.
What can help is uninstalling BEAGLE, then installing it again, but make sure that CUDA support for BEAGLE is not installed.

Hope this helps.

Remco

PS you might want to consider upgrading to BEAST v2.7.

@sbrobeson
Copy link

I am having this issue in BEAST 2.6.x and 2.7.x alike. I installed BEAST 2.6.7 via the Bioconda package, and BEAST 2.7.6 manually, but the error is the exact same in both cases.

@rbouckaert
Copy link
Member

@sbrobeson Do you have beagle installed? It might be the source of this problem if it is installed with CUDA support while the hardware does not support it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants