4

I am using Tizen IDE for wearable and after choosing new empty workspace it crashes, any ideas? I have up-to-date Internet Explorer.

# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fef5e26890, pid=7860, tid=1880
#
# JRE version: Java(TM) SE Runtime Environment (8.0_20-b26) (build 1.8.0_20-b26)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.20-b23 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [ieframe.dll+0x146890]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
JKS
  • 339
  • 1
  • 12

3 Answers3

3

I'm having the same issue with LPCXpresso (which is Eclipse-based too). The problem is also discussed here: http://forums.zend.com/viewtopic.php?f=59&p=235343. They say, it's related to a specific Windows Update (KB2977629) and uninstalling helps. To avoid tampering with Windows Update, I simply changed the Web Browser used by Eclipse from internal to external, which solved my problem. Might also work in Tizen IDE.

Window -> Preferences -> General -> Web Browser -> "Use external Web Browser"

MarkusM
  • 751
  • 1
  • 5
  • 14
  • 1
    might work for eclipse, but not for other applications having the same issue. my application is using SWT and it uses the ie-frame at some point – torno Sep 18 '14 at 11:07
  • Had this problem for Eclipse; I did the same thing MarkusM - "Use external Web Browser" and then picked Firefox explicitly. – KevinL Sep 30 '14 at 16:12
1

Downgrading IE to IE10 did the job.

JKS
  • 339
  • 1
  • 12
1

This seems to be the related eclipse bug report: https://bugs.eclipse.org/bugs/show_bug.cgi?id=444005

Note that i can also see this bug on eclipse 4.4, regardless of what the original reporter wrote.

ChristophK
  • 3,157
  • 2
  • 25
  • 29