Hello!
I was trying to run the example simulation using the latest Gatling bundle (gatling-charts-highcharts-bundle-3.9.0) on OS X Catalina and encountered a segfault in libnetty.
Some more detail:
gatling-charts-highcharts-bundle-3.9.0 $ bin/gatling.sh
GATLING_HOME is set to /opt/gatling/gatling-charts-highcharts-bundle-3.9.0
Do you want to run the simulation locally, on Gatling Enterprise, or just package it?
Type the number corresponding to your choice and press enter
[0]
[1] Run the Simulation locally
[2] Package and upload the Simulation to Gatling Enterprise Cloud, and run it there
[3] Package the Simulation for Gatling Enterprise
[4] Show help and exit
1
computerdatabase.ComputerDatabaseSimulation is the only simulation, executing it.
Select run description (optional)
none
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x000000013cb28fe2, pid=37732, tid=5635
#
# JRE version: OpenJDK Runtime Environment (11.0.2+9) (build 11.0.2+9)
# Java VM: OpenJDK 64-Bit Server VM (11.0.2+9, mixed mode, tiered, compressed oops, g1 gc, bsd-amd64)
# Problematic frame:
# C [libnetty_tcnative_osx_x86_6415937797279062715942.dylib+0x171fe2] __isPlatformOrVariantPlatformVersionAtLeast.cold.1+0x152
#
# No core dump will be written. 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:
# /opt/gatling/gatling-charts-highcharts-bundle-3.9.0/hs_err_pid37732.log
#
# If you would like to submit a bug report, please visit:
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Thanks,
Phil