-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
8u162
Since upgrading to Java 8 U162 we are seeing pretty constant
jre crashes a certain webstite, you just need to attempt to load it and the
jre crashes, sometimes the words "Segmentation Fault" are printed out
Here is a reproducible test case that we need Urgently fixed:
(The source for SimpleSwingFxBrowser is taken from the oracle docs:
http://docs.oracle.com/javafx/2/swing/SimpleSwingBrowser.java.htm
Launch a JavaFx Browser to this site:
1) send SimpleSwingFxBrowser to http://norvig.com/21-days.html
2) Application Crashes, here is an example crash from windows 10 Event
Viewer:
{code}
Faulting application name: nre.exe, version: 4.6.76.1, time stamp: 0x5a26d4c1
Faulting module name: jfxwebkit.dll, version: 8.0.1620.12, time stamp:
0x5a39ebd6
Exception code: 0xc0000005
Fault offset: 0x0000000000e7fd1e
Faulting process id: 0x12f7bc
Faulting application start time: 0x01d3bae847f5caba
Faulting application path: d:\niagara\r46\niagara_home\bin\nre.exe
Faulting module path: D:\niagara\r46\niagara_home\jre\bin\jfxwebkit.dll
Report Id: 14c4a0a0-f2fe-4eaf-96ca-4e91122a50f3
Faulting package full name:
Faulting package-relative application ID:
{code}
jre crashes a certain webstite, you just need to attempt to load it and the
jre crashes, sometimes the words "Segmentation Fault" are printed out
Here is a reproducible test case that we need Urgently fixed:
(The source for SimpleSwingFxBrowser is taken from the oracle docs:
http://docs.oracle.com/javafx/2/swing/SimpleSwingBrowser.java.htm
Launch a JavaFx Browser to this site:
1) send SimpleSwingFxBrowser to http://norvig.com/21-days.html
2) Application Crashes, here is an example crash from windows 10 Event
Viewer:
{code}
Faulting application name: nre.exe, version: 4.6.76.1, time stamp: 0x5a26d4c1
Faulting module name: jfxwebkit.dll, version: 8.0.1620.12, time stamp:
0x5a39ebd6
Exception code: 0xc0000005
Fault offset: 0x0000000000e7fd1e
Faulting process id: 0x12f7bc
Faulting application start time: 0x01d3bae847f5caba
Faulting application path: d:\niagara\r46\niagara_home\bin\nre.exe
Faulting module path: D:\niagara\r46\niagara_home\jre\bin\jfxwebkit.dll
Report Id: 14c4a0a0-f2fe-4eaf-96ca-4e91122a50f3
Faulting package full name:
Faulting package-relative application ID:
{code}
- relates to
-
JDK-8196011 Intermittent crash when using WebView from JFXPanel application
- Resolved