OpenJDK 11 crashes on FreeBSD 14.

I have installed FreeBSD 14.0-RELEASE on a virtual machine on VMWare Workstation with XFCE4 as my desktop.

I want to run Pycharm 2020.3.2 to do some coding in Python. To that end, I installed OpenJDK 11. The same setup used to work on FreeBSD 12.3-RELEASE, but fails on FreeBSD 14.0-RELEASE.

Java creates a log file but I can't make anything of it.

Does anyone have an idea what is going on?
 

Attachments

Last edited by a moderator:
Looks like it runs into a floating point error in filesystemUtil.

DId you change filesystems, e.g. from UFS to ZFS or something similar?
 
Back
Top