App.bndrun - Core dump on restart

Hi

I’ve managed to run my binding via new bnd build system using Eclipse IDE. When I change something in my Java classes the IDE tries to reinstall/reload the binding and crashes with the following message:

# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fd06b2e1ce3, pid=20204, tid=0x00007fd038d1d700
#
# JRE version: OpenJDK Runtime Environment (8.0_212-b01) (build 1.8.0_212-b01)
# Java VM: OpenJDK 64-Bit Server VM (25.212-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libc.so.6+0x160ce3]  __memmove_avx_unaligned_erms+0x53
#
# Core dump written. Default location: /home/jb/Programme/openhab-homeconnect/git/openhab-distro/launch/app/target/tmp/resolve/app/core or core.20204
#

hs_err_pid20204.log (112.4 KB)

Has anyone experienced a similar issue? Any hint is welcome.

Thanks,
Jonas