I am seeing below error while running curl get command, I am using MAC M1 chip machine
curl -X GET "http://localhost:8082/api/v1/health"
Before executing above command wiremock container is up and running healty, as soon as I am running this command wiremock docker container crashes with below error.
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007ffffed1fc87, pid=1, tid=0x00007ffffcf0f700
#
# JRE version: OpenJDK Runtime Environment (8.0_302-b08) (build 1.8.0_302-b08)
# Java VM: OpenJDK 64-Bit Server VM (25.302-b08 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x971c87] StealMarkingTask::do_it(GCTaskManager*, unsigned int)+0x357
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid1.log