如何报告Java JDK错误:选择子类别

时间:2017-09-12 11:25:33

标签: java codenameone error-reporting

我在报告以下错误时遇到了麻烦,因为在页面http://bugreport.java.com/bugreport/start_form.jsp?checkbox1=on&submit=Start+a+new+Report我必须指定“子类别”。在这种情况下,我不知道子类别是什么。使用Codename One Simulator发生错误,如下所示:https://github.com/codenameone/CodenameOne/issues/2200

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fb9a56b64d1, pid=12283, tid=0x00007fb9b7dcd700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_144-b01) (build 1.8.0_144-b01)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.144-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libjfxwebkit.so+0x11334d1]  checkJSPeer(long, int, OpaqueJSValue*&, OpaqueJSContext const*&)+0x41
#
# Core dump written. Default location: /home/francesco/NetBeansProjects/Bug/core or core.12283
#
# If you would like to submit a bug report, please visit:
#   http://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.
#

---------------  T H R E A D  ---------------

Current thread (0x00007fb9c4155800):  JavaThread "JavaFX Application Thread" [_thread_in_native, id=12313, stack(0x00007fb9b7ccd000,0x00007fb9b7dce000)]

siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x00000000000002f0

Registers: 

0 个答案:

没有答案