Discussions
Categories
- 385.5K All Categories
- 5.1K Data
- 2.5K Big Data Appliance
- 2.5K Data Science
- 453.4K Databases
- 223.2K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 47 Multilingual Engine
- 606 MySQL Community Space
- 486 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.2K ORDS, SODA & JSON in the Database
- 585 SQLcl
- 4K SQL Developer Data Modeler
- 188K SQL & PL/SQL
- 21.5K SQL Developer
- 46 Data Integration
- 46 GoldenGate
- 298.4K Development
- 4 Application Development
- 20 Developer Projects
- 166 Programming Languages
- 295K Development Tools
- 150 DevOps
- 3.1K QA/Testing
- 646.7K Java
- 37 Java Learning Subscription
- 37.1K Database Connectivity
- 201 Java Community Process
- 108 Java 25
- 22.2K Java APIs
- 138.3K Java Development Tools
- 165.4K Java EE (Java Enterprise Edition)
- 22 Java Essentials
- 176 Java 8 Questions
- 86K Java Programming
- 82 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
- 208 Java User Groups
- 25 JavaScript - Nashorn
- Programs
- 667 LiveLabs
- 41 Workshops
- 10.3K Software
- 6.7K Berkeley DB Family
- 3.6K JHeadstart
- 6K Other Languages
- 2.3K Chinese
- 207 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 474 Portuguese
Opening a jfr recording from a GraalVM native image is causing JMC to crash

brettryan-JavaNet
Member Posts: 2 Blue Ribbon
Looking to add flight recordings to my graalvm applications, I've just built and run and successfully been recording, however; when I try to open this I have the application exit. The following is the full log of the application with the WARNING occurring when opening the file.
Java HotSpot(TM) 64-Bit Server VM warning: Option FlightRecorder was deprecated in version 13.0 and will likely be removed in a future release. [0.331s][info][jfr,startup] Started recording 1. [0.331s][info][jfr,startup] [0.331s][info][jfr,startup] Use jcmd 28393 JFR.dump name=JMC_Default filename=FILEPATH to copy recording data to file. 2022-12-21 20:37:38.214 jmc[28393:645956] +[CATransaction synchronize] called within transaction 2022-12-21 20:37:38.488 jmc[28393:645956] +[CATransaction synchronize] called within transaction 2022-12-21 20:37:40.436 jmc[28393:645956] +[CATransaction synchronize] called within transaction 2022-12-21 20:37:43.444 jmc[28393:645956] +[CATransaction synchronize] called within transaction Dec 21, 2022 8:37:53 PM org.openjdk.jmc.flightrecorder.internal.parser.v1.ValueReaders$ReflectiveReader addField WARNING: Could not find field with name 'virtual' in reader for 'thread'
I've included the macOS crash report as an attachment.
Java: 19.0.1; Java HotSpot(TM) 64-Bit Server VM 19.0.1+10-21
Runtime: Java(TM) SE Runtime Environment 19.0.1+10-21
System: Mac OS X version 13.1 running on x86_64; UTF-8; en_AU (nb)
macOS: Ventura 13.1
Answers
-
Apologies, I'm having trouble finding where to submit bug reports.