]
Alexey Kazakov commented on JBIDE-19600:
----------------------------------------
We didn't face this issue before. It used to work when we tested it for Luna releases.
But anyway it seems that it would be much safer for us to switch to the default browser
for all palette wizards and not to try to load any specific browser to avoid such
crashes.
HTML5 Palette: Java crash while attempt to create WebKit browser on
Windows
---------------------------------------------------------------------------
Key: JBIDE-19600
URL:
https://issues.jboss.org/browse/JBIDE-19600
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.3.0.Alpha2
Environment: Windows 8, eclipse-SDK-4.5M6-win32 Mars (32bit)
Reporter: Daniel Azarov
Assignee: Viacheslav Kabanovich
Priority: Blocker
Fix For: 4.3.0.Alpha2
if one of the following wizards run first:
NewRangeSliderWizardPage
NewTableWizardPage (html)
NewTableWizardPage (jquery)
NewTabsWizardPage
NewHeadingWizardPage
NewPanelWizardPage
NewMeterWizardPage
NewSpinnerWizardPage
Java Crashes:
{code}
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00c0e58c, pid=8152, tid=4044
#
# JRE version: Java(TM) SE Runtime Environment (7.0_79-b15) (build 1.7.0_79-b15)
# Java VM: Java HotSpot(TM) Client VM (24.79-b02 mixed mode windows-x86 )
# Problematic frame:
# C 0x00c0e58c
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of
Windows
#
# An error report file with more information is saved as:
# C:\Users\Daniil\Java\eclipse-SDK-4.5M6 Mars\hs_err_pid8152.log
#
# 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.
#
{code}