When I close the internal "Web Browser" view of eclipse (to save memory) the Designer JVM crashes after a few seconds. A hs_err_pidXXX.log file is written into the root directory of the Designer. It shows that some native ieframe.dll was executed during the crash:

# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fef0536890, pid=5480, tid=5336
#
# JRE version: Java(TM) SE Runtime Environment (7.0_60-b19) (build 1.7.0_60-b19)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.60-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [ieframe.dll+0x146890]

how can I avoid this error?

asked 15.12.2014 at 12:47

SupportIvyTeam's gravatar image

SupportIvyTeam ♦♦
1.4k102118122
accept rate: 77%


It is an Eclipse Bug that occurs together with IE 11.0.12 and lower. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=444005

The bug is automatically fixed by upgrading to IE 11.0.13 trough Windows Update or by manually installing the update KB2987107.


You can also try to fix settings the internal Browser to run in Legacy mode (with IE 10). Therefore you have to go to the windows registry and set or modify the entry:

Computer/HKEY_CURRENT_USER/Software/Microsoft/Internet Explorer/Main/FeatureControl/FEATURE_BROWSER_EMULATION/Axon.ivy Designer.exe

Set the value to Decimal 10000 and Axon.ivy Designer internal browser emulates IE 10.

browser emulation registry editor

See the following references for more details: change emulated IE version or Configuring IE emulation

link

answered 15.12.2014 at 12:50

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 15.12.2014 at 12:59

1

Upgrading from IE 11.0.12 to 11.0.13 worked for me. Thanks!

(15.12.2014 at 13:00) SupportIvyTeam ♦♦ SupportIvyTeam's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×78

Asked: 15.12.2014 at 12:47

Seen: 2,802 times

Last updated: 15.12.2014 at 13:00