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

How to report a Java JDK bug: choose the subcategory

提问人:Francesco Galgani 提问时间:9/12/2017 最后编辑:Francesco Galgani 更新时间:9/13/2017 访问量:101

问:

我在报告以下错误时遇到了麻烦,因为在页面 http://bugreport.java.com/bugreport/start_form.jsp?checkbox1=on&submit=Start+a+new+Report 我必须指定“子类别”。我不知道在这种情况下的子类别是什么。该错误是使用 Codename One 模拟器发生的,如下所示: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: 
java codename一个 错误报告

评论

1赞 Itai 9/12/2017
由于错误发生在我假设子类别应该是“Web”中。然而,它并不重要 - 如果它被归入一个不太理想的类别,开发人员总是可以将其移动到正确的类别。libjfxwebkit.so
0赞 Francesco Galgani 9/13/2017
好的,但在“子类别”列表中没有“Web”。我应该选择哪个可用选项?
2赞 Itai 9/13/2017
当选择“JavaFX”作为主要类别时,我可以看到一个“Web”子类别......
1赞 Shai Almog 9/13/2017
这是正确的,这是 JavaFX 的 Web 组件崩溃
0赞 Francesco Galgani 9/13/2017
好的,产品/类别为“JavaFX”,子类别为“Web”。我提交了包含所有详细信息的错误。傻蝇,请回答这个问题,这样我就会接受你的回答。

答: 暂无答案