bytecode-viewer icon indicating copy to clipboard operation
bytecode-viewer copied to clipboard

Crash when try open java class

Open olegkrutskih opened this issue 1 year ago • 3 comments

# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x000000018c9edc20, pid=17791, tid=259
#
# JRE version: OpenJDK Runtime Environment (21.0.1+12) (build 21.0.1+12-29)
# Java VM: OpenJDK 64-Bit Server VM (21.0.1+12-29, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64)
# Problematic frame:
# C  [libobjc.A.dylib+0x9c20]  objc_msgSend+0x20
#
# 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:
# /Users/krutskih/hs_err_pid17791.log
[47.674s][warning][os] Loading hsdis library failed
#
# If you would like to submit a bug report, please visit:
#   https://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
[1]    17791 abort      java -jar ~/soft/Bytecode-Viewer-2.12.jar

hs_err_pid17791.log hs_err_pid83698.log

olegkrutskih avatar Aug 03 '24 09:08 olegkrutskih

Any news?

weeebdev avatar Aug 22 '24 16:08 weeebdev

Hey there, if you're actively experiencing this issue feel free to join our discord, I'll be able to build test binaries to help find the root cause. Cheers!

Konloch avatar Aug 22 '24 17:08 Konloch

It seems like jdk version issue. I also encountered that error on jdk21. but after using jdk17, this error does not happen

cloudchamb3r avatar Oct 03 '24 06:10 cloudchamb3r