I've used the javafx:com.sun.javafx.tools.ant ant task to generate a native binary for my App since Java 7. My native installer (used since 5-6 years) worked on Java 7 and Java 8 but on Java 9, my icon is missing and on Java 10, the generated '.app' on Mac OS 10.10 doesn't launch.
Here are the following details:
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Bloom [40396]
User ID: 502
Date/Time: 2018-03-29 22:24:49.219 -0400
OS Version: Mac OS X 10.10.5 (14F2511)
Report Version: 11
Anonymous UUID: 9328D90C-67C2-D14E-EACA-25ED2EFF42BA
Sleep/Wake UUID: 2306AAD2-CE7C-4C6C-880F-53B0AC4A737C
Time Awake Since Boot: 880000 seconds
Time Since Wake: 6500 seconds
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGABRT)
Exception Codes: EXC_I386_GPFLT
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fff97beff72, pid=40396, tid=4879
#
# JRE version: Java(TM) SE Runtime Environment (10.0+46) (build 10+46)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (10+46, mixed mode, tiered, compressed oops, g1 gc, bsd-amd64)
# Problematic frame:
# C [libsystem_c.dylib+0xf72] strlen+0x12
Any idea i can find out why?