MVS-sysgen / docker-mvsce

MVSCE docker container
11 stars 2 forks source link

Illegal instruction (core dumped) #1

Open CaptainFS opened 1 year ago

CaptainFS commented 1 year ago

I'm getting this error when starting the container: ./mvs.sh: line 88: 29 Illegal instruction (core dumped) hercules -f /config/local.cnf -r conf/mvsce.rc --daemon > /logs/hercules.log

Running Docker on an x86-64 Intel CPU.

2b2bff commented 7 months ago

Had the same issue with tk5 distribution on my Futro. It helped to recompile hercules. But I wonder how it is done with docker?

mainframed commented 7 months ago

Are you still getting this error with the most recent docker container?

2b2bff commented 7 months ago

Sure. I guess it has something to do with hercules compiled for an optimized instruction set that my cpu doesn't have. The Futro with the TK5 has an AMD GX-222GC and the UnRAID box where I tried the docker container has an Intel Celeron N5105.