Discussions
Categories
- 197K All Categories
- 2.5K Data
- 546 Big Data Appliance
- 1.9K Data Science
- 450.8K Databases
- 221.9K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 552 MySQL Community Space
- 479 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.1K ORDS, SODA & JSON in the Database
- 556 SQLcl
- 4K SQL Developer Data Modeler
- 187.2K SQL & PL/SQL
- 21.4K SQL Developer
- 296.4K Development
- 17 Developer Projects
- 139 Programming Languages
- 293.1K Development Tools
- 110 DevOps
- 3.1K QA/Testing
- 646.1K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 159 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.2K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 19 Java Essentials
- 162 Java 8 Questions
- 86K Java Programming
- 81 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 205 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 471 LiveLabs
- 39 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 175 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 233 Portuguese
JavaFX native packager in Java 9 and Java 10 is broken under Mac OS X

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?
Answers
-
Hi,
please file a bug report at bugs.java.com . If you would like to attempt to debug the crash yourself, you'll need to build a JDK suitable for debugging, i.e. including debugging symbols. Please see http://hg.openjdk.java.net/jdk9/jdk9/raw-file/a08cbfc0e4ec/common/doc/building.html for details.
Dalibor Topic, Principal Product Manager, Java Platform Group @ Oracle