Eclipse 3.7, 3.8, 4.2 crashes with IE11 and kb2977629 installed

Since the IE11 security update kb2977629 got installed, eclipse 3.7, 3.8 and 4.2 are now crashing with the java hs_err_pidxxx.log pointing to some updated IE dlls. When uninstalling kb2977629 the issues goes away.
This happens for me on multiple windows 7 Pro 64 bit build machines. We test the compatibility of our plugins with 
multiple eclipse versions, the issue only happens with 3.7, 3.8 and 4.2.2 (and not with the more current releases 4.3 or 4.4).
Eclipse uses the IE plugin to render some HTML pages, for example on the welcome screen which is shown initially. The crash does not happen every time, but actually quite often.Call stack from a hs_err_pidxxx.log
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [ieframe.dll+0x64778]
C  [ieframe.dll+0x646a6]
C  [jscript9.dll+0x1a0f3b]
C  [jscript9.dll+0x2484b]
C  [jscript9.dll+0x24963]
C  [mshtml.dll+0x29f2e0]
C  [USER32.dll+0x162fa]
C  [USER32.dll+0x16d3a]
C  [USER32.dll+0x177c4]
C  [USER32.dll+0x1788a]
C  [swt-win32-3740.dll+0x39da]
j  org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I+0
j  org.eclipse.swt.internal.win32.OS.DispatchMessage(Lorg/eclipse/swt/internal/win32/MSG;)I+7
j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+64
j  org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
I wonder if someone has more insight, or maybe some idea how to address it.
Daniel

Hi Thanks, for the reply.I'm using the latest 32 bit 7.0 build from oracle 7.0_67-b01. Since yesterday I now also saw the issue happening on a Windows 8.1 machine, so not just on Win7 64 bit pro.I thought I did attach the crash log before, does not look that way.Here's what the VM writes when it crashes (hs_err_pid4496.log)#
# A fatal error has been detected by the Java Runtime Environment:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6bcb4778, pid=4496, tid=1252
# JRE version: Java(TM) SE Runtime Environment (7.0_67-b01) (build 1.7.0_67-b01)
# Java VM: Java HotSpot(TM) Server VM (24.65-b04 mixed mode windows-x86 )
# Problematic frame:
# C [ieframe.dll+0x64778]
# 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.
--------------- T H R E A D ---------------
Current thread (0x0275ec00): JavaThread "main" [_thread_in_native, id=1252, stack(0x00090000,0x00190000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
Registers:
EAX=0x00000000, EBX=0x0018f1a0, ECX=0x00000003, EDX=0x00359534
ESP=0x0018f18c, EBP=0x0018f1a4, ESI=0x8000ffff, EDI=0x00000000
EIP=0x6bcb4778, EFLAGS=0x00210246
Top of Stack: (sp=0x0018f18c)
0x0018f18c: 01f12090 01f02f00 01f22f64 6bcb46c4
0x0018f19c: 01f22f5c 00000000 0018f1ac 6bcb46a6
0x0018f1ac: 0018f1c0 6e570f3b 00359534 01f02f00
0x0018f1bc: 01f22f5c 0018f1d4 6e3f484b 000003e8
0x0018f1cc: 00000001 01f22f5c 0018f204 6e3f4963
0x0018f1dc: 000003e8 00000001 6d84849e 00000000
0x0018f1ec: 6ae3f2a4 00000000 01f22f64 0018f2a4
0x0018f1fc: 6e5eb2a8 00000000 0018f210 6ae3f2e0
Instructions: (pc=0x6bcb4778)
0x6bcb4758: 90 90 90 90 8b ff 53 56 57 8b d9 e8 51 08 0a 00
0x6bcb4768: 8b f8 85 ff 0f 84 b0 54 1c 00 33 f6 39 37 74 0a
0x6bcb4778: 8b 0f 8b c6 5f 5e 89 0b 5b c3 6a 10 6a 08 ff 15
0x6bcb4788: 4c 12 1c 6c 50 ff 15 48 12 1c 6c 85 c0 74 12 8b
Register to memory mapping:
EAX=0x00000000 is an unknown value
EBX=0x0018f1a0 is pointing into the stack for thread: 0x0275ec00
ECX=0x00000003 is an unknown value
EDX=0x00359534 is an unknown value
ESP=0x0018f18c is pointing into the stack for thread: 0x0275ec00
EBP=0x0018f1a4 is pointing into the stack for thread: 0x0275ec00
ESI=0x8000ffff is an unknown value
EDI=0x00000000 is an unknown value
Stack: [0x00090000,0x00190000], sp=0x0018f18c, free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ieframe.dll+0x64778]
C [ieframe.dll+0x646a6]
C [jscript9.dll+0x1a0f3b]
C [jscript9.dll+0x2484b]
C [jscript9.dll+0x24963]
C [mshtml.dll+0x29f2e0]
C [USER32.dll+0x162fa]
C [USER32.dll+0x16d3a]
C [USER32.dll+0x177c4]
C [USER32.dll+0x1788a]
C [swt-win32-3740.dll+0x39da]
j org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I+0
j org.eclipse.swt.internal.win32.OS.DispatchMessage(Lorg/eclipse/swt/internal/win32/MSG;)I+7
j org.eclipse.swt.widgets.Display.readAndDispatch()Z+64
j org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
j org.eclipse.ui.internal.Workbench.runUI()I+555
j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j org.eclipse.ui.internal.Workbench$7.run()V+73
j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j com.freescale.analysis.derivative.Application.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+112
j com.freescale.morpho.buildtools.unittest.TestRunner.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+212
j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v ~StubRoutines::call_stub
V [jvm.dll+0x153efa]
V [jvm.dll+0x22311e]
V [jvm.dll+0x153f7d]
V [jvm.dll+0x16031e]
V [jvm.dll+0x160545]
V [jvm.dll+0xfdec9]
C [java.dll+0x7d82]
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+57
j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126
j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
v ~StubRoutines::call_stub
V [jvm.dll+0x153efa]
V [jvm.dll+0x22311e]
V [jvm.dll+0x153f7d]
V [jvm.dll+0xd66c2]
V [jvm.dll+0xd8a8f]
C [eclipse_1406.dll+0x624b]
C [eclipse_1406.dll+0x532e]
C [eclipse_1406.dll+0x15cb]
C [packetTool.exe+0x1425]
C [packetTool.exe+0x1010]
C [packetTool.exe+0x30d9]
C [kernel32.dll+0x1338a]
C [ntdll.dll+0x39f72]
C [ntdll.dll+0x39f45]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I+0
j org.eclipse.swt.internal.win32.OS.DispatchMessage(Lorg/eclipse/swt/internal/win32/MSG;)I+7
j org.eclipse.swt.widgets.Display.readAndDispatch()Z+64
j org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
j org.eclipse.ui.internal.Workbench.runUI()I+555
j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j org.eclipse.ui.internal.Workbench$7.run()V+73
j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j com.freescale.analysis.derivative.Application.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+112
j com.freescale.morpho.buildtools.unittest.TestRunner.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+212
j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+57
j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126
j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x38ab7000 JavaThread "XPCOMThread" [_thread_blocked, id=1308, stack(0x405c0000,0x406c0000)]
0x38ab7800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3316, stack(0x42370000,0x42470000)]
0x38ab6c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2960, stack(0x420f0000,0x421f0000)]
0x38ab6400 JavaThread "Worker-5" [_thread_blocked, id=4576, stack(0x41fb0000,0x420b0000)]
0x38ab6000 JavaThread "Worker-4" [_thread_blocked, id=2524, stack(0x41eb0000,0x41fb0000)]
0x38ab5800 JavaThread "Worker-3" [_thread_blocked, id=3492, stack(0x41db0000,0x41eb0000)]
0x38ab5400 JavaThread "Worker-2" [_thread_in_native, id=4704, stack(0x41cb0000,0x41db0000)]
0x38ab4400 JavaThread "WorkbenchTestable" [_thread_blocked, id=4824, stack(0x41bb0000,0x41cb0000)]
0x38ab4c00 JavaThread "Worker-1" [_thread_blocked, id=2696, stack(0x3c980000,0x3ca80000)]
0x38ab4000 JavaThread "Worker-0" [_thread_blocked, id=3668, stack(0x3a490000,0x3a590000)]
0x38ab3800 JavaThread "Worker-JM" [_thread_blocked, id=744, stack(0x393f0000,0x394f0000)]
0x38ab3400 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=412, stack(0x391f0000,0x392f0000)]
0x38ab2c00 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=4968, stack(0x390f0000,0x391f0000)]
0x38ab2800 JavaThread "State Data Manager" daemon [_thread_blocked, id=4268, stack(0x38ff0000,0x390f0000)]
0x38ab2000 JavaThread "Framework Active Thread" [_thread_blocked, id=4976, stack(0x38ee0000,0x38fe0000)]
0x37d75c00 JavaThread "Service Thread" daemon [_thread_blocked, id=4616, stack(0x38530000,0x38630000)]
0x37d6cc00 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=3832, stack(0x383f0000,0x384f0000)]
0x37d68400 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=4236, stack(0x382b0000,0x383b0000)]
0x37d65c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=1492, stack(0x38170000,0x38270000)]
0x37d5d000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4696, stack(0x38030000,0x38130000)]
0x37d2e400 JavaThread "Finalizer" daemon [_thread_blocked, id=2708, stack(0x37ef0000,0x37ff0000)]
0x37d29800 JavaThread "Reference Handler" daemon [_thread_blocked, id=4924, stack(0x37df0000,0x37ef0000)]
=>0x0275ec00 JavaThread "main" [_thread_in_native, id=1252, stack(0x00090000,0x00190000)]
Other Threads:
0x37d26c00 VMThread [stack: 0x37a70000,0x37b70000] [id=4760]
0x37d76c00 WatcherThread [stack: 0x38670000,0x38770000] [id=4356]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 38400K, used 20218K [0x2adc0000, 0x2f8c0000, 0x35880000)
eden space 33024K, 44% used [0x2adc0000,0x2bc3eb40,0x2ce00000)
from space 5376K, 99% used [0x2ce00000,0x2d33ffd8,0x2d340000)
to space 5376K, 0% used [0x2f380000,0x2f380000,0x2f8c0000)
ParOldGen total 87552K, used 23498K [0x15880000, 0x1ae00000, 0x2adc0000)
object space 87552K, 26% used [0x15880000,0x16f72988,0x1ae00000)
PSPermGen total 27136K, used 27048K [0x05880000, 0x07300000, 0x15880000)
object space 27136K, 99% used [0x05880000,0x072ea290,0x07300000)
Card table byte_map: [0x358a0000,0x35a30000] byte_map_base: 0x35873c00
Polling page: 0x006b0000
Code Cache [0x027b0000, 0x029f0000, 0x057b0000)
total_blobs=519 nmethods=314 adapters=158 free_code_cache=48157Kb largest_free_block=49265344
Compilation events (10 events):
Event: 9.387 Thread 0x37d6cc00 nmethod 341 0x028738c8 code [0x028739c0, 0x02873a30]
Event: 9.387 Thread 0x37d6cc00 342 java.util.ArrayList$Itr::<init> (26 bytes)
Event: 9.388 Thread 0x37d6cc00 nmethod 342 0x0287bb88 code [0x0287bc80, 0x0287bcf0]
Event: 9.405 Thread 0x37d68400 nmethod 317 0x028a6808 code [0x028a6ba0, 0x028ad594]
Event: 9.415 Thread 0x37d6cc00 343 ! sun.reflect.generics.parser.SignatureParser::current (40 bytes)
Event: 9.415 Thread 0x37d6cc00 nmethod 343 0x0284ea88 code [0x0284eb80, 0x0284ebf0]
Event: 9.514 Thread 0x37d68400 344 org.eclipse.swt.widgets.Control::windowProc (1882 bytes)
Event: 9.551 Thread 0x37d68400 nmethod 344 0x028a0c48 code [0x028a1820, 0x028a2ca8]
Event: 9.627 Thread 0x37d6cc00 345 java.util.regex.Pattern::has (15 bytes)
Event: 9.628 Thread 0x37d6cc00 nmethod 345 0x0289c888 code [0x0289c980, 0x0289c9d0]
GC Heap History (6 events):
Event: 2.256 GC heap before
{Heap before GC invocations=1 (full 0):
PSYoungGen total 38400K, used 33024K [0x2adc0000, 0x2d880000, 0x35880000)
eden space 33024K, 100% used [0x2adc0000,0x2ce00000,0x2ce00000)
from space 5376K, 0% used [0x2d340000,0x2d340000,0x2d880000)
to space 5376K, 0% used [0x2ce00000,0x2ce00000,0x2d340000)
ParOldGen total 87552K, used 0K [0x15880000, 0x1ae00000, 0x2adc0000)
object space 87552K, 0% used [0x15880000,0x15880000,0x1ae00000)
PSPermGen total 16384K, used 9929K [0x05880000, 0x06880000, 0x15880000)
object space 16384K, 60% used [0x05880000,0x062325b0,0x06880000)
Event: 2.277 GC heap after
Heap after GC invocations=1 (full 0):
PSYoungGen total 38400K, used 5366K [0x2adc0000, 0x2d880000, 0x35880000)
eden space 33024K, 0% used [0x2adc0000,0x2adc0000,0x2ce00000)
from space 5376K, 99% used [0x2ce00000,0x2d33da08,0x2d340000)
to space 5376K, 0% used [0x2d340000,0x2d340000,0x2d880000)
ParOldGen total 87552K, used 4195K [0x15880000, 0x1ae00000, 0x2adc0000)
object space 87552K, 4% used [0x15880000,0x15c98fb8,0x1ae00000)
PSPermGen total 16384K, used 9929K [0x05880000, 0x06880000, 0x15880000)
object space 16384K, 60% used [0x05880000,0x062325b0,0x06880000)
Event: 4.337 GC heap before
{Heap before GC invocations=2 (full 0):
PSYoungGen total 38400K, used 38390K [0x2adc0000, 0x2d880000, 0x35880000)
eden space 33024K, 100% used [0x2adc0000,0x2ce00000,0x2ce00000)
from space 5376K, 99% used [0x2ce00000,0x2d33da08,0x2d340000)
to space 5376K, 0% used [0x2d340000,0x2d340000,0x2d880000)
ParOldGen total 87552K, used 4195K [0x15880000, 0x1ae00000, 0x2adc0000)
object space 87552K, 4% used [0x15880000,0x15c98fb8,0x1ae00000)
PSPermGen total 19456K, used 19264K [0x05880000, 0x06b80000, 0x15880000)
object space 19456K, 99% used [0x05880000,0x06b503a8,0x06b80000)
Event: 4.370 GC heap after
Heap after GC invocations=2 (full 0):
PSYoungGen total 38400K, used 5369K [0x2adc0000, 0x2f8c0000, 0x35880000)
eden space 33024K, 0% used [0x2adc0000,0x2adc0000,0x2ce00000)
from space 5376K, 99% used [0x2d340000,0x2d87e658,0x2d880000)
to space 5376K, 0% used [0x2ce00000,0x2ce00000,0x2d340000)
ParOldGen total 87552K, used 14663K [0x15880000, 0x1ae00000, 0x2adc0000)
object space 87552K, 16% used [0x15880000,0x166d1d00,0x1ae00000)
PSPermGen total 19456K, used 19264K [0x05880000, 0x06b80000, 0x15880000)
object space 19456K, 99% used [0x05880000,0x06b503a8,0x06b80000)
Event: 7.248 GC heap before
{Heap before GC invocations=3 (full 0):
PSYoungGen total 38400K, used 38393K [0x2adc0000, 0x2f8c0000, 0x35880000)
eden space 33024K, 100% used [0x2adc0000,0x2ce00000,0x2ce00000)
from space 5376K, 99% used [0x2d340000,0x2d87e658,0x2d880000)
to space 5376K, 0% used [0x2ce00000,0x2ce00000,0x2d340000)
ParOldGen total 87552K, used 14663K [0x15880000, 0x1ae00000, 0x2adc0000)
object space 87552K, 16% used [0x15880000,0x166d1d00,0x1ae00000)
PSPermGen total 26112K, used 26064K [0x05880000, 0x07200000, 0x15880000)
object space 26112K, 99% used [0x05880000,0x071f4240,0x07200000)
Event: 7.283 GC heap after
Heap after GC invocations=3 (full 0):
PSYoungGen total 38400K, used 5375K [0x2adc0000, 0x2f8c0000, 0x35880000)
eden space 33024K, 0% used [0x2adc0000,0x2adc0000,0x2ce00000)
from space 5376K, 99% used [0x2ce00000,0x2d33ffd8,0x2d340000)
to space 5376K, 0% used [0x2f380000,0x2f380000,0x2f8c0000)
ParOldGen total 87552K, used 23498K [0x15880000, 0x1ae00000, 0x2adc0000)
object space 87552K, 26% used [0x15880000,0x16f72988,0x1ae00000)
PSPermGen total 26112K, used 26064K [0x05880000, 0x07200000, 0x15880000)
object space 26112K, 99% used [0x05880000,0x071f4240,0x07200000)
Deoptimization events (10 events):
Event: 8.758 Thread 0x0275ec00 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0284710c method=java.util.Arrays.fill([Ljava/lang/Object;Ljava/lang/Object;)V @ 13
Event: 8.758 Thread 0x0275ec00 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0286559c method=java.util.Arrays.fill([Ljava/lang/Object;Ljava/lang/Object;)V @ 13
Event: 8.759 Thread 0x0275ec00 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0284710c method=java.util.Arrays.fill([Ljava/lang/Object;Ljava/lang/Object;)V @ 13
Event: 8.989 Thread 0x0275ec00 Uncommon trap: reason=unreached action=reinterpret pc=0x0280ad58 method=org.eclipse.swt.widgets.Display.getControl(I)Lorg/eclipse/swt/widgets/Control; @ 10
Event: 9.077 Thread 0x0275ec00 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0289a0a4 method=org.eclipse.swt.widgets.Control.windowProc(IIII)I @ 1388
Event: 9.078 Thread 0x0275ec00 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0289a0b0 method=org.eclipse.swt.widgets.Control.windowProc(IIII)I @ 1316
Event: 9.175 Thread 0x0275ec00 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0289a0a4 method=org.eclipse.swt.widgets.Control.windowProc(IIII)I @ 1388
Event: 9.175 Thread 0x0275ec00 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0289a0b0 method=org.eclipse.swt.widgets.Control.windowProc(IIII)I @ 1316
Event: 9.212 Thread 0x38ab4400 Uncommon trap: reason=class_check action=maybe_recompile pc=0x02828a0c method=java.util.regex.Matcher.search(I)Z @ 86
Event: 9.212 Thread 0x38ab4400 Uncommon trap: reason=class_check action=maybe_recompile pc=0x02828a0c method=java.util.regex.Matcher.search(I)Z @ 86
Internal exceptions (10 events):
Event: 7.213 Thread 0x0275ec00 Threw 0x2cd74e70 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 7.323 Thread 0x38ab7000 Threw 0x2aeed330 at C:\re\jdk7u67\1368\hotspot\src\share\vm\classfile\systemDictionary.cpp:185
Event: 7.324 Thread 0x38ab7000 Threw 0x2aef6f38 at C:\re\jdk7u67\1368\hotspot\src\share\vm\interpreter\interpreterRuntime.cpp:347
Event: 7.326 Thread 0x38ab7000 Threw 0x2aeffea8 at C:\re\jdk7u67\1368\hotspot\src\share\vm\interpreter\interpreterRuntime.cpp:347
Event: 7.866 Thread 0x0275ec00 Threw 0x2aecaee8 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 8.511 Thread 0x0275ec00 Threw 0x2b401e90 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 8.917 Thread 0x0275ec00 Threw 0x2b6c4080 at C:\re\jdk7u67\1368\hotspot\src\share\vm\classfile\systemDictionary.cpp:185
Event: 8.919 Thread 0x0275ec00 Threw 0x2b6ceef0 at C:\re\jdk7u67\1368\hotspot\src\share\vm\interpreter\interpreterRuntime.cpp:347
Event: 9.414 Thread 0x0275ec00 Threw 0x2baae5c8 at C:\re\jdk7u67\1368\hotspot\src\share\vm\classfile\systemDictionary.cpp:185
Event: 9.415 Thread 0x0275ec00 Threw 0x2bab5248 at C:\re\jdk7u67\1368\hotspot\src\share\vm\interpreter\interpreterRuntime.cpp:347
Events (10 events):
Event: 9.212 Thread 0x38ab4400 DEOPT PACKING pc=0x02828a0c sp=0x41caf070
Event: 9.212 Thread 0x38ab4400 DEOPT UNPACKING pc=0x027dcba5 sp=0x41caf064 mode 2
Event: 9.354 Executing VM operation: RevokeBias
Event: 9.354 Executing VM operation: RevokeBias done
Event: 9.363 loading class 0x026104c8
Event: 9.363 loading class 0x026104c8 done
Event: 9.414 loading class 0x397fb570
Event: 9.414 loading class 0x397fb570 done
Event: 9.426 Executing VM operation: RevokeBias
Event: 9.427 Executing VM operation: RevokeBias done
Dynamic libraries:
0x00400000 - 0x0040d000 g:\automated_builds\projects\pfa\build.out\Debug\pfa\rcp\packetTool\packetTool.exe
0x77100000 - 0x77280000 C:\Windows\SysWOW64\ntdll.dll
0x75910000 - 0x75a20000 C:\Windows\syswow64\kernel32.dll
0x75cc0000 - 0x75d07000 C:\Windows\syswow64\KERNELBASE.dll
0x70160000 - 0x70196000 C:\ProgramData\Symantec\Symantec Endpoint Protection\12.1.3001.165.105\Data\Definitions\BASHDefs\20140801.011\UMEngx86.dll
0x75a20000 - 0x75b20000 C:\Windows\syswow64\USER32.dll
0x750f0000 - 0x75180000 C:\Windows\syswow64\GDI32.dll
0x74d50000 - 0x74d5a000 C:\Windows\syswow64\LPK.dll
0x74d80000 - 0x74e1d000 C:\Windows\syswow64\USP10.dll
0x75c10000 - 0x75cbc000 C:\Windows\syswow64\msvcrt.dll
0x75390000 - 0x75430000 C:\Windows\syswow64\ADVAPI32.dll
0x75180000 - 0x75199000 C:\Windows\SysWOW64\sechost.dll
0x75b20000 - 0x75c10000 C:\Windows\syswow64\RPCRT4.dll
0x74af0000 - 0x74b50000 C:\Windows\syswow64\SspiCli.dll
0x74ae0000 - 0x74aec000 C:\Windows\syswow64\CRYPTBASE.dll
0x74990000 - 0x74a14000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_ec80f00e8593ece5\COMCTL32.dll
0x75330000 - 0x75390000 C:\Windows\system32\IMM32.DLL
0x755f0000 - 0x756bc000 C:\Windows\syswow64\MSCTF.dll
0x72000000 - 0x7200d000 g:\automated_builds\projects\pfa\build.out\Debug\pfa\rcp\packetTool\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502\eclipse_1406.dll
0x74960000 - 0x74969000 C:\Windows\system32\VERSION.dll
0x6c790000 - 0x6cd40000 C:\Users\build\.dependencies_sharable\jdk\7u67\w32\jdk1.7.0_67\jre\bin\server\jvm.dll
0x73980000 - 0x73987000 C:\Windows\system32\WSOCK32.dll
0x755b0000 - 0x755e5000 C:\Windows\syswow64\WS2_32.dll
0x75230000 - 0x75236000 C:\Windows\syswow64\NSI.dll
0x73aa0000 - 0x73ad2000 C:\Windows\system32\WINMM.dll
0x75720000 - 0x75725000 C:\Windows\syswow64\PSAPI.DLL
0x6ff60000 - 0x7001f000 C:\Windows\system32\MSVCR100.dll
0x737f0000 - 0x737fc000 C:\Users\build\.dependencies_sharable\jdk\7u67\w32\jdk1.7.0_67\jre\bin\verify.dll
0x70330000 - 0x70350000 C:\Users\build\.dependencies_sharable\jdk\7u67\w32\jdk1.7.0_67\jre\bin\java.dll
0x710e0000 - 0x710f3000 C:\Users\build\.dependencies_sharable\jdk\7u67\w32\jdk1.7.0_67\jre\bin\zip.dll
0x73dc0000 - 0x73dd6000 C:\Windows\system32\CRYPTSP.dll
0x73d80000 - 0x73dbb000 C:\Windows\system32\rsaenh.dll
0x75280000 - 0x75297000 C:\Windows\syswow64\USERENV.dll
0x74b60000 - 0x74b6b000 C:\Windows\syswow64\profapi.dll
0x6ff40000 - 0x6ff54000 C:\Users\build\.dependencies_sharable\jdk\7u67\w32\jdk1.7.0_67\jre\bin\net.dll
0x747c0000 - 0x747fc000 C:\Windows\system32\mswsock.dll
0x73690000 - 0x73696000 C:\Windows\System32\wship6.dll
0x73d50000 - 0x73d6c000 C:\Windows\system32\IPHLPAPI.DLL
0x73d20000 - 0x73d27000 C:\Windows\system32\WINNSI.DLL
0x73c60000 - 0x73c6d000 C:\Windows\system32\dhcpcsvc6.DLL
0x73ba0000 - 0x73bb2000 C:\Windows\system32\dhcpcsvc.DLL
0x72ab0000 - 0x72abf000 C:\Users\build\.dependencies_sharable\jdk\7u67\w32\jdk1.7.0_67\jre\bin\nio.dll
0x73d30000 - 0x73d40000 C:\Windows\system32\NLAapi.dll
0x73d10000 - 0x73d20000 C:\Windows\system32\napinsp.dll
0x73c70000 - 0x73c82000 C:\Windows\system32\pnrpnsp.dll
0x73cb0000 - 0x73cf4000 C:\Windows\system32\DNSAPI.dll
0x73c50000 - 0x73c58000 C:\Windows\System32\winrnr.dll
0x73d70000 - 0x73d75000 C:\Windows\System32\wshtcpip.dll
0x73b90000 - 0x73b96000 C:\Windows\system32\rasadhlp.dll
0x73c10000 - 0x73c48000 C:\Windows\System32\fwpuclnt.dll
0x39cf0000 - 0x39d5e000 G:\automated_builds\projects\pfa\build.out\Debug\pfa\rcp\packetTool\configuration\org.eclipse.osgi\bundles\124\1\.cp\swt-win32-3740.dll
0x75430000 - 0x7558c000 C:\Windows\syswow64\ole32.dll
0x751a0000 - 0x7522f000 C:\Windows\syswow64\OLEAUT32.dll
0x74cd0000 - 0x74d4b000 C:\Windows\syswow64\comdlg32.dll
0x752a0000 - 0x752f7000 C:\Windows\syswow64\SHLWAPI.dll
0x73de0000 - 0x73f7e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x75d10000 - 0x7695a000 C:\Windows\syswow64\SHELL32.dll
0x73a40000 - 0x73a91000 C:\Windows\system32\WINSPOOL.DRV
0x75730000 - 0x758f2000 C:\Windows\syswow64\WININET.dll
0x74cc0000 - 0x74cc4000 C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll
0x74d70000 - 0x74d74000 C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll
0x770d0000 - 0x770d4000 C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll
0x74d60000 - 0x74d63000 C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll
0x75900000 - 0x75903000 C:\Windows\syswow64\normaliz.DLL
0x76ae0000 - 0x76cfb000 C:\Windows\syswow64\iertutil.dll
0x769f0000 - 0x769f5000 C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll
0x74b70000 - 0x74c90000 C:\Windows\syswow64\CRYPT32.dll
0x75240000 - 0x7524c000 C:\Windows\syswow64\MSASN1.dll
0x73540000 - 0x735c0000 C:\Windows\system32\uxtheme.dll
0x708b0000 - 0x708c3000 C:\Windows\system32\dwmapi.dll
0x72560000 - 0x72655000 C:\Windows\system32\propsys.dll
0x76960000 - 0x769e3000 C:\Windows\syswow64\CLBCatQ.DLL
0x38e80000 - 0x38e9d000 G:\automated_builds\projects\pfa\build.out\Debug\pfa\rcp\packetTool\configuration\org.eclipse.osgi\bundles\124\1\.cp\swt-gdip-win32-3740.dll
0x6d190000 - 0x6d320000 C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18455_none_72d576ad8665e853\gdiplus.dll
0x6f170000 - 0x6f2a0000 C:\Windows\system32\WindowsCodecs.dll
0x6ff10000 - 0x6ff35000 G:\automated_builds\projects\pfa\build.out\Debug\pfa\rcp\packetTool\plugins\com.freescale.morpho.core_7.0.0.215665-201408291832\xpcom\bin\core.jni.libd.dll
0x6ede0000 - 0x6eeb7000 C:\Windows\WinSxS\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\MSVCP90D.dll
0x6ecb0000 - 0x6edd3000 C:\Windows\WinSxS\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\MSVCR90D.dll
0x3a690000 - 0x3a979000 G:\automated_builds\projects\pfa\build.out\Debug\pfa\rcp\packetTool\plugins\com.freescale.morpho.core_7.0.0.215665-201408291832\xpcom\bin\log4cxx.dll
0x6f9a0000 - 0x6fa2c000 C:\Windows\system32\ODBC32.dll
0x6fed0000 - 0x6ff08000 C:\Windows\system32\odbcint.dll
0x6f3b0000 - 0x6f3f7000 G:\automated_builds\projects\pfa\build.out\Debug\pfa\rcp\packetTool\plugins\com.freescale.morpho.core_7.0.0.215665-201408291832\xpcom\bin\core.loggerlibd.dll
0x6fb00000 - 0x6fb3c000 C:\Windows\system32\oleacc.dll
0x6e8b0000 - 0x6ea1f000 C:\Windows\system32\explorerframe.dll
0x6fea0000 - 0x6fecf000 C:\Windows\system32\DUser.dll
0x6e7f0000 - 0x6e8a2000 C:\Windows\system32\DUI70.dll
0x74810000 - 0x7481e000 C:\Windows\system32\RpcRtRemote.dll
0x6bc50000 - 0x6c78f000 C:\Windows\SysWOW64\ieframe.dll
0x6fe80000 - 0x6fe84000 C:\Windows\SysWOW64\api-ms-win-downlevel-shell32-l1-1-0.dll
0x73650000 - 0x73654000 C:\Windows\system32\api-ms-win-downlevel-shlwapi-l2-1-0.dll
0x74e20000 - 0x74f4c000 C:\Windows\syswow64\urlmon.dll
0x74b50000 - 0x74b54000 C:\Windows\syswow64\api-ms-win-downlevel-ole32-l1-1-0.dll
0x715a0000 - 0x715ff000 C:\Windows\system32\SXS.DLL
0x746e0000 - 0x7472c000 C:\Windows\system32\apphelp.dll
0x6aba0000 - 0x6bc4e000 C:\Windows\SysWOW64\mshtml.dll
0x71070000 - 0x71074000 C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll
0x74800000 - 0x74808000 C:\Windows\system32\Secur32.dll
0x6e3d0000 - 0x6e7e1000 C:\Windows\SysWOW64\jscript9.dll
0x72ac0000 - 0x72ac5000 C:\Windows\system32\msimg32.dll
0x6fda0000 - 0x6fdab000 C:\Windows\system32\msimtf.dll
0x6f140000 - 0x6f16e000 C:\Windows\system32\MLANG.dll
0x6f090000 - 0x6f11c000 C:\Windows\SysWOW64\uiautomationcore.dll
0x6d7a0000 - 0x6dae7000 C:\Windows\system32\d2d1.dll
0x6e290000 - 0x6e3c5000 C:\Windows\system32\DWrite.dll
0x6efe0000 - 0x6f02c000 C:\Windows\system32\dxgi.dll
0x75300000 - 0x7532e000 C:\Windows\syswow64\WINTRUST.dll
0x6dcc0000 - 0x6de35000 C:\Windows\system32\d3d11.dll
0x6d5b0000 - 0x6d799000 C:\Windows\system32\D3D10Warp.dll
0x6dfe0000 - 0x6e078000 C:\Windows\SysWOW64\jscript.dll
0x6e250000 - 0x6e281000 C:\Windows\system32\msls31.dll
0x6e210000 - 0x6e250000 C:\Windows\SysWOW64\Dxtrans.dll
0x72cc0000 - 0x72cd4000 C:\Windows\SysWOW64\ATL.DLL
0x6fd60000 - 0x6fd6a000 C:\Windows\SysWOW64\ddrawex.dll
0x6aab0000 - 0x6ab97000 C:\Windows\SysWOW64\DDRAW.dll
0x6fd10000 - 0x6fd16000 C:\Windows\SysWOW64\DCIMAN32.dll
0x74f50000 - 0x750ed000 C:\Windows\syswow64\SETUPAPI.dll
0x74c90000 - 0x74cb7000 C:\Windows\syswow64\CFGMGR32.dll
0x75590000 - 0x755a2000 C:\Windows\syswow64\DEVOBJ.dll
0x6df80000 - 0x6dfdc000 C:\Windows\SysWOW64\Dxtmsft.dll
0x6fb90000 - 0x6fb9c000 C:\Windows\system32\IMGUTIL.DLL
0x6f980000 - 0x6f992000 C:\Windows\SysWOW64\pngfilt.dll
0x6de80000 - 0x6deb7000 C:\Windows\system32\windowscodecsext.dll
0x6a950000 - 0x6aaa7000 C:\Windows\System32\msxml6.dll
0x6a800000 - 0x6a943000 C:\Users\build\.dependencies_sharable\jdk\7u67\w32\jdk1.7.0_67\jre\bin\awt.dll
0x72660000 - 0x72699000 C:\Windows\system32\MMDevAPI.DLL
0x3d260000 - 0x3d26e000 G:\automated_builds\projects\pfa\build.out\Debug\pfa\rcp\packetTool\configuration\org.eclipse.osgi\bundles\77\1\.cp\os\win32\x86\localfile_1_0_0.dll
0x403b0000 - 0x403b8000 G:\automated_builds\projects\pfa\build.out\Debug\pfa\rcp\packetTool\configuration\org.eclipse.osgi\bundles\82\1\.cp\os\win32\x86\win32refresh.dll
0x6fae0000 - 0x6faec000 G:\automated_builds\projects\pfa\build.out\Debug\pfa\rcp\packetTool\plugins\com.freescale.morpho.core_7.0.0.215665-201408291832\xpcom\bin\FSLjavaxpcomglue.dll
VM Arguments:
jvm_args: -XX:+UnlockDiagnosticVMOptions -XX:+UnsyncloadClass -ea -Xms128M -Xmx512M -XX:MaxPermSize=256m -Ddir.testdata=g:\automated_builds\projects\pfa\build.out\testdata/java -Ddir.top=g:/automated_builds/projects/pfa -Djava.project.name=com.freescale.traceanalysis.ui.test -DisIntegrationBuild=true -Dant.project.name=pfa -Drel.test.dir=com.freescale.traceanalysis.ui.test/default
java_command: <unknown>
Launcher Type: generic
Environment Variables:
JAVA_HOME=C:\Progra~2\Java\x32\jdk1.7.0_60
CLASSPATH="g:\automated_builds\projects\pfa\dependencies\internal\coresdk\ant\\..\..\..\..\dependencies\internal\coresdk\dependencies\jsch"\jsch-0.1.42.jar
USERNAME=build
OS=Windows_NT
PROCESSOR_IDENTIFIER=AMD64 Family 15 Model 65 Stepping 2, AuthenticAMD
--------------- S Y S T E M ---------------
OS: Windows 7 , 64 bit Build 7601 Service Pack 1
CPU:total 4 (2 cores per cpu, 1 threads per core) family 15 model 65 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnowpref, tsc
Memory: 4k page, physical 33553976k(28764392k free), swap 67106088k(62309324k free)
vm_info: Java HotSpot(TM) Server VM (24.65-b04) for windows-x86 JRE (1.7.0_67-b01), built on Jul 25 2014 10:14:38 by "java_re" with unknown MS VC++:1600
time: Thu Sep 11 02:45:03 2014
elapsed time: 9 seconds

Similar Messages

  • Constant crashing with FF13 and newest Flash. Tried reinstall of previous version; nothing but trouble

    A few weeks ago, everything worked very nicely on my desktop computer. Then I succumbed to the nagging and "upgraded" to FF13, as well as the new Flash and Real players. Immediately, FF started crashing. First, it would instantly crash with any tab that had Flash embedded.
    OK, I disabled and then finally uninstalled Flash and Real, but that didn't solve the problem; it would still crash 3 or 4 times a day, and with as few as 30 tabs open (the previous version could easily run 100+ tabs). Apart from those 3 "updates", the only other thing I had done was to update my existing plug-ins and add-ons, but I even tried disabling all of my plug-ins and add-ons; FF still kept crashing!
    Today, I got fed up and uninstalled FF13 (after using MozBackup), and d/loaded and installed the previous version of FF. Did that solve the problem? Nope. Now, I can't get Tab Mix Plus to work, nor can I find my hundreds of old saved Sessions with Session Manager.
    I tried uninstalling Tab Mix Plus and then reinstalling it, but I just get an error message saying it couldn't be installed. In fact, this is the THIRD time I've had to type this post, since the first time, I mistakenly tried to open a new tab to search Tab Mix Plus in Google, but the f{ck1ng tab opened Google right over this page, wiping out my almost finished post, and the second time, I went to Tools-->Options-->Manage Add-Ons-->Tab Mix Plus-->Options, and it froze up FF, requiring restarting it! Indeed, it seems as if the entire Manage Add-Ons menu is now buggy and generally freezes up.
    I am *this*far*away* from ditching FF entirely (after 7 years of being loyal to it) and trying Chrome. It really is infuriating how difficult it is to get this straightened out! Any help would be greatly appreciated.

    Have you tried creating a new Firefox profile and testing whether that will run without crashes? This is a non-destructive test that creates a new settings folder. It picks up plugins from the registry, but otherwise looks like a fresh install.
    If you haven't used the Profile Manager before, this article describes how to start up into it and create a new profile: [[Use the Profile Manager to create and remove Firefox profiles]].
    You can import your bookmarks by restoring a backup from your previous profile folder. For convenience of access, make a copy of your last bookmarks backup on the desktop. You can find that folder using Help > Troubleshooting Information > Show Folder; navigate up one level to view your last active profile, then into the bookmarkbackups folder. Copy the latest .json file to the desktop. Then in the dialog pictured in the article "[[Back up your bookmarks or move them to another computer]]", use Restore > Choose File to import that file into your new profile.
    Can you get through a day without crashing?

  • RH6 crashes with th and conditional build tags

    Hello together,
    The attached code worked fine with RH X5, but leads to a
    crash with X6. To fix, you have to replace the <th> by
    <td>, but it is not too easy to find the topic within a
    project. The fix is quite easy, but it is hard to find in a big
    project.
    This happens, when the conditional build tag is used.
    Thanks and best regards,
    Katrin Lusser

    Hello Peter,
    My wife created the topic with X3 or X5.
    She just tried again with X6 and after several changes (set
    heading, insert, delete, etc.) she had the same constellation.
    Unfortunately, until now, she could not find out the exact way to
    reproduce. But it is definitely possible. We will post here, when
    we find out, how to do it.
    Best regards,
    Michael

  • Problem with regular crash with Xorg and nvidia

    Hello!
    I am using a archlinux distribution for about 5 years. There was sometime problems but now it is very unstable. Every reboot I have a crash of Xorgs and with this a crash of system. Log:
    Backtrace:
    0: /usr/bin/Xorg (xorg_backtrace+0x3b) [0x809bdab]
    1: /usr/bin/Xorg (0x8048000+0x520f5) [0x809a0f5]
    2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb78d840c]
    3: /usr/bin/Xorg (0x8048000+0x272a0) [0x806f2a0]
    4: /usr/bin/Xorg (0x8048000+0x1a685) [0x8062685]
    5: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb750db86]
    6: /usr/bin/Xorg (0x8048000+0x1a271) [0x8062271]
    Fatal server error:
    Caught signal 3 (Quit). Server aborting
    About 1 month ago it looks like restart of Xorgs when I press enter key. Alway ENTER key. After some updates/nvidia driver combinations - doesn't change anything. Now after fresh reinstall (well crashes destroys my ext3 filesystem an I need to reinstal the root file system) there are crashes, but now, every freeze I have to restart system. Now I am switchingo into ubuntu, I will try to check sometimes if something changed.
    Cashes repeats every reboot from... maby 3-4 months. Now I can say my system is not stable, I use this in work - so this situation is really bad.
    My configuration:
    [mik@mik-l ~]$ lspci
    00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
    00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 03)
    00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
    00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
    00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
    00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
    00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
    00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
    01:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 8600M GS] (rev a1)
    04:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61)
    06:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
    06:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
    06:01.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
    06:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
    06:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
    06:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8110SC/8169SC Gigabit Ethernet (rev 10)
    I am using compiz and emerald.
    greetes
    AleExtra
    Sorry for my poor english - I always read documentation, not writing this.

    well, after some time, the crach come back. In work I have fully updated system, in home, I wont update system, because of this problem.
    On random (I think) enter it crached:
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    Backtrace:
    0: /usr/bin/Xorg (xorg_backtrace+0x3b) [0x809f81b]
    1: /usr/bin/Xorg (0x8048000+0x54745) [0x809c745]
    2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb787240c]
    3: /usr/bin/Xorg (0x8048000+0x40170) [0x8088170]
    4: /usr/bin/Xorg (0x8048000+0x1a705) [0x8062705]
    5: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb7466c76]
    6: /usr/bin/Xorg (0x8048000+0x1a2f1) [0x80622f1]
    Fatal server error:
    Caught signal 3 (Quit). Server aborting
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    (II) Macintosh mouse button emulation: Close
    (II) UnloadModule: "evdev"
    (II) BTC USB Multimedia Keyboard: Close
    (II) UnloadModule: "evdev"
    (II) BTC USB Multimedia Keyboard: Close
    (II) UnloadModule: "evdev"
    (II) Logitech USB Optical Mouse: Close
    (II) UnloadModule: "evdev"
    (II) Power Button: Close
    (II) UnloadModule: "evdev"
    (II) Power Button: Close
    (II) UnloadModule: "evdev"
    and restart Xorg

  • LabVIEW crashes on a system with LV2009SP1 and LV2012 installed.

    If I launch LV2009SP1 and close it with or without doing any operation, it crashes with nixnet.dll.
    If I do the same with LV2012, it crashes saying "Exception : Access violation (0xC0000005) at EIP=0x5600AE01"
    What's wrong with my installations?

    Hello iCat,
    Thanks for posting at NI forums! Have any of these versions ever worked? Do you have the X-net driver installed? What is your operating system (32/64 bits)? When LabVIEW crashes, it should generate an error log file, is it possible for you to post it? I’m linking some information about the location for that file. Have you tried uninstalling and reinstalling the software?
    KB Where is the Error Log File Saved After a LabVIEW Crash?
    http://digital.ni.com/public.nsf/allkb/7E9EBE4CA3B​6DCE786257633005E7121?OpenDocument
    Best Regards,
    Alina M

  • Has anyone else had Windows Explorer or MS Office products crash with the eLearning suite installed?

    I'm running Captivate 6.0.1. I frequently experience Microsoft Windows Explorer crashing or any of the MS Office products crashing as well (Word, Office, etc). Our office is running Windows 7. I'm the only person in our 250+ employee organization who experiences this problem but I'm also the only one with Adobe eLearning Suite Installed. Our I.T. dept has even rebuilt my machine from a clean install and the problem is still there. I'm not sure if it's Adobe related but that's what I suspect is the problem. Any one have any ideas or has this happened to anyone else? Thanks. BTW, there are 2 other staff here that have Captivate installed but not the full e-learning suite and they don't have this problem.

    Hi There,
    Welcome to Adobe Forums.
    There is no such known issue that eLearning Suite installation is crashing MS Office or other Microsoft products.
    Please try this:
    1) If you are connected in a domain then first logon to a local admin account or in the built in administrator account.
    2) Disable the third party services and startup items on the computer as per http://support.microsoft.com/kb/929135 and after restarting the computer install eLearning Suite.
    3) If eLearning Suite and MS Office or other Microsoft products work fine together then enable the services and startup items and restart the computer. Check again.
    Please let me know if that helps.
    Also let me know if you have anyother Adobe product installed in the computer.
    Thanks
    Vikas

  • Premiere elements keep crashing with rendering and mid editing!

    Hey
    I have used adobe premiere elements 10 for a little over a month now. But recently pre began to crash then I was rendering a video!
    I began searching on "Adobe premiere elements 10 rendering crash", but didn't find a answer. But, I notices that some people had the problem with render crash when the process bar reached 27%, I tried rendering two times in a row, and notices that my rendering where crashing at 31%!
    I have really no clue what the problem could be!
    4g ram
    3,20ghz cpu intel
    64bit

    Also see this article on PrE crashing, or hanging: http://forums.adobe.com/thread/792580?tstart=0
    It starts with a checklist for PrE, then goes into detail on tuning up one's system and OS, and then goes into troubleshooting problems, with links to other articles, and also tools to help troubleshoot the problem(s). The first part is pretty easy, and then things pick up in "degree of difficulty," as you progress, ending with The Case of the Unexplained.
    Good luck,
    Hunt

  • Satellite C660-2EV crashed with BSOD and does not boot

    My Satellite laptop C660-2EV running Windows 7, for no apparent reason crashed to the blue screen of death, after which it would not reboot.
    I have attempted to reboot in safe mode using the function keys but it gets as far as loading: windows\system32\drivers/classpnp.sys and then just sits there. From the various Internet posts it would appear that there is no definitive answer to this problem. Recommendation is to reload using recovery disks or the hidden image.
    I cannot access the user manual as it is on the laptop so i have referenced the various posts on the internet. I had created repair and recovery disks when i purchased the laptop and so following various posts I booted my system with the repair disk and the process started.
    Unfortunately the screens that appeared were different than those in the posts and as I do not have access to a user manual, I do not know if I am following the correct procedure.
    Can anybody provide me with a PDF user manual for a C660-2EV laptop ?
    Alternatively can anybody advise me how to reload Windows 7 ?
    Thank you in anticipation.

    Users manuals document can be downloaded from http://www.toshiba.eu/innovation/download_manuals.jsp
    Anyway, if you have created recovery discs please start your notebook and press f12 to enter boot menu. When boot menu is shown on the screen put recovery disc 1 into optical disc drive and choose CD/DVD device as bootable device and press ENTER.
    Installation should start. What you must do is just to follow menu on the screen. It must be similar as sown on http://aps2.toshiba-tro.de/kb0/HTD1303440001R01.htm
    If you have more questions or if you need some assistance let us know.

  • Random Blue Screen Crash with 5S and iOS 8.1

    Since upgrading to iOS 8.0 my iPhone 5S randomly gets blue screens and then crashes and goes into a loop of boot up, blue screen, reboot, blue screen, reboot...etc. My 5S did this again today when during my upgrade to iOS 8.1 via USB and I was forced to do a factory restore on it. The blue screen is still occurring after the restore and 8.1 upgrade. Is this a known issue? I was hoping this was going to get fixed with 8.1 but unfortunately, it doesn't look like it has.

    Same here,
    yesterday i updated my 6 plus 64gb with iTunes.
    After the update, my phone crashes (blue screen) in games (Maze Runner) and Safari.
    I tried to downgrade to ios 8.0 because i didn't had any problem with 8.0 but iTunes says that the file is not valid "iPhone7,2_8.0_12A365_Restore"
    HELP Apple,
                            iPhone 6 Plus, iOS 8.1, MGAH2ZD/A model

  • Sshd crashes with EXC_BAD_ACCESS and KERN_INVALID_ADDRESS on connect

    On the 24th of March, sshd started crashing on my Mac Mini. The crash happens when I connect to it:
    +Mar 30 22:21:12 myserver com.apple.ReportCrash.Root[1661]: 2011-03-30 22:21:12.509 ReportCrash[1661:2803] Saved crash report for sshd[1660] version ??? (???) to /Library/Logs/DiagnosticReports/sshd2011-03-30-222112localhost.crash+
    The full crash log is at http://pastebin.com/x9GuLZA4. Here's an excerpt of it:
    +Process: sshd [60812]+
    +Path: /usr/sbin/sshd+
    +Identifier: sshd+
    +Version: ??? (???)+
    +Code Type: X86-64 (Native)+
    +Parent Process: launchproxy [60811]+
    +Date/Time: 2011-03-24 12:48:48.890+
    +OS Version: Mac OS X 10.6.6 (10J567)+
    +Report Version: 6+
    +Exception Type: EXCBADACCESS (SIGSEGV)+
    +Exception Codes: KERNINVALIDADDRESS at 0x000000005fbfe0c0+
    +Crashed Thread: 0 Dispatch queue: com.apple.main-thread+
    +Thread 0 Crashed: Dispatch queue: com.apple.main-thread+
    +0 libSystem.B.dylib 0x00007fff833d5160 strlen+ + 16
    +1 libSystem.B.dylib 0x00007fff833e0b5c __vfprintf+ + 8144
    +2 libSystem.B.dylib 0x00007fff83424bb7 vasprintf+ + 345
    I was still on 10.6.6 when the crashes started to happen, and an upgrade to 10.6.7 did not help.
    Has anyone else experienced this?
    The weird thing is, if I connect to it locally the crash does not happen. Thus, a workaround is to make a local tunnel exposing sshd on a different local port (2222):
    +ssh -o GatewayPorts=yes -N -f -L2222:192.168.0.10:22 192.168.0.10+

    @neu242: Did you ever solve this problem?
    All of a sudden my 2010 Mac Pro (Snow Leopard 10.6.8) is having the exact same issue, with an almost identical stack traceback.
    I'm suddenly seeing a rash of SSH probes of my system these days, so maybe that's why (more chances for "sshd" to crash, obviously).
    But I'd never seen this phenomenon before, I was worried there was some new exploit I didn't know about ...

  • My C drive crashed with PS CS6 still installed on it. Would like to reinstall...

    Hi,
    my C drive has crashed/corrupted with my boxed PS CS6 still installed on it.
    I would like to know how I can install it again onto a brand new SSD please?
    I do NOT want to use CC, I simply would like to be able to reinstall my PS CS6 which I've had for not even a year yet.
    thanks,
    Marc

    Hi,
    thanks Ned.
    I have JUST finished a chat with them yes, it wasn't online before hence my post here...
    Yes, they told me I will be able to install on a second machine so it's good- but they didn't mention that they can also deactivate on my corrupted drive but I will chase that up in the near future I think as there's a damn good chance I'll be getting a laptop at some point so could do with the 2nd install.
    thanks for your prompt response Ned, appreciated!
    Marc

  • Adobe Flash Plugin Crashing With Browser and Computer Softwares

    Windows 8.1 64bit
    Chrome 39.0.2171.95
    Flash Player 16
    I was video chatting when suddenly my flash crashed, now it won't work with anything. Some examples are VLC, Spotify, and Skype, the minute i open these programs they will just become unresponsive. It also does not work on either Chrome or IE (Can't watch youtubes videos or go on certain websites). I have tried uninstalling and doing a clean installation of flash, but that didn't do anything. I have also tried re-installing shockwave, but that did not do anything (I did restart my computer). Does anybody know how to solve this problem?

    I did what you asked and it appears to have worked! It has not been crashing to say the least! I will mark as solved create a new one if I experience the problem again. That Guig!

  • Java crash with Tcpip and graphpaperlayout on 1.5, worked on 1.4.2

    Hello,
    I have an application that uses a GraphPaperLayout manager and opens a TCP/IP connection to an embedded processor in a remote box on an IP network.
    I can open the applet to talk to talk to one box without issues. With java 1.4.2 I could open multiple applets to monitor many boxes. My customer uses a 1.5 VM and opening a second applet crashes the VM (no message in console). I recompiled in 1.5 and get the same result.
    Anyone knows what could have changed to cause the crash ?
    Thank you
    Raphael

    How do I check if NIO is running non-blocking mode ? I am reusing a tcp/ip basic class (provided with my embedded interface chip) which does not mention it being either way.
    I only tried in browser. I have to add code to handle the applet viewer case. it crashes in every browser I tried and has no console dump in any. I put it together quickly for a customer and did not add debugging messages in the code since it was provided and working...
    Gotta go do that now.
    Thanks

  • Currently running 17.0.1, I have been experiencing crashes with this and 3 previous updates with zero issues prior, for years, hoping someone has a solution?

    The computer can be sitting idle or opening a simple business e-mail and it just crashes for no reason. I do not surf the internet or go places other than business sites. This is a well and correctly maintained computer hoping there is a simple known solution.

    madperson,
    Thank you you for response and efforts. My dilemma is I have to respond to five different E-mail accounts from five different businesses with all using the GoDaddy's Starfield software. This has worked flawlessly for years with Firefox. I have to rely on the notifier because I can not have them all open while working and require the alert.
    Since my request for help I have paid a lot more attention to the issue finding Firefox crashing 100% of the time during pdf format downloads with many from .gov sites. Odd, but I do receive the download but must restart Firefox.
    I am beginning to question a switch I made in start pages as the possible cause. I have used iGoogle as my start page for years able to put my interest only on it but they have announced they planned to cease their offering next November so I looked around finding a service that is 20 times better that iGoogle called Protopage.
    This start page service is limited only by ones imagination and have changed most of the way I work as a result. I used to use Firefox as the truck to carry the workload in tabs rather than Safari because as you know it has its limitations.
    I have begun to use Safari as the default and bookmarked Protopage, ATT.net, and iGoogle as my start pages and bookmarked the rest of the often accessed items from weather to translators. I have one non-business Hotmail e-mail account that Safari restricts certain services like linked videos so I use Firefox and once I start it I leave it on for the day to carry the hotmail and the 5 .com's turning off Safari.
    I have contacted Protopage with the issue because it has one quirk in it when in use that I can live with because of its unlimited abilities but feel it may also be responsible for the Firefox issue.
    Regarding resetting Firefox, I did go into my Mac and searched every last bit of Mozilla and removed it. I then removed GoDaddy's Starfield alerter, emptied the trash, ran Clean My Mac, rebooted, ran Clean my Mac a second time and then reloaded a fresh OS X in. I reloaded GoDaddy's software and Firefox and all seemed well for several hours until I opened Protopage which could have been purely coincidental so as time allows I will better sort that process that led to the issue reoccurring.
    It may be a week or two before I have the time to further study the issue but if there is a glitch between Firefox and Protopage, Firefox should get after it because with iGoogle going away many will find Protopage. By the way, on all our Macs we have both BitDefender and MacScan2 as a witness having never found the first item as we are not surfers but just business oriented.
    When I sort it I will report back. Thanks again madperson. /joe

  • T420s Crashes with Discrete and Optimus Bios Display Setting

    I am running windows 7 64bit and when I boot my laptop crashes and reboots over and over when I have the BIOS Display setting set to Discrete or Optimus. If I use the integrated graphics setting it boots up just fine, but I am not able to use my dock w/ external monitor properly.
    The event viewer renders no useful information about the issue. I have installed the latest Intel display driver for my HD 3000 videocard. Has anyone has a similar issue?

    Hi codeblue2k
    Uninstall the current NVIDIA driver in Integrated mode, switch back to Optimus in BIOS, and install NVIDIA driver again through ThinkVantage System Update.
    Have a nice day! 
    Peter
    W520 (4284-A99)
    Does someone’s post help you? Give them kudos as a reward, as they will do better to improve | Mark it as solved if the solution works for you, so it could be reference for others in the future
    =====================================
    Sound Enthusiast and Enhancement (Post comments, share mixes, etc.)
    Dolby Home Theater v4 ; IdeaPad Slate Tablet

Maybe you are looking for

  • PS CC - Crashes after clicking save.

    Hi, I'm having problems when trying to save an image after editing it. The scenario - I have a raw image, and a virtual copy of said image, open in lightroom 5. Both have had minor tweaks to them. I then highlight both images and click "edit in photo

  • Changing the colors of a Captivate 5.5 Quiz Template

    I like a few of the Cp5.5 quiz templates but I'd like to adjust the colors of the slides to match the theme I am working with.  Is there any way to do this?  For example, the Clean_Blue theme has a kind of teal colored box at the top of the slide.  I

  • NSM does not create homedirs in an OES2-Linux-Cluster

    Our situation: The NSM Engine 2.5.1.1 (Jan 12 2010 15:30:55) is running under Netware6.5SP8, on the same server are also a NSM Event Monitor and a NSM Agent. We have a second server under SLES10SP3/OES2a with the Agent and Event Monitor running. Whil

  • Prevent Output type creation as Sales order save

    Hi, I have a requirement in which i have to chek certain conditions and on that basis i need to stop the creation of output type for Sales order. My code is written in Sales order user exit(Form SAVE_DOCUMENT). Please let me know how can i achieve th

  • IPhone iOS4 update resulted in crash, require information on restore/backup

    Hi Apple Tech Support, During iPhone update from iOS4 to 4.2.1 (whatever is latest as of 1/02/11) my iPhone crashed and I am now unable to get into my iPhone (iTunes + usb cable logo appearing, iTunes prompting the device requires a restore) Am I abl