Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 368648 - Safari 5.1.1 with Sun JRE crashes Eclipse Embad Browser
Summary: Safari 5.1.1 with Sun JRE crashes Eclipse Embad Browser
Status: CLOSED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Lakshmi P Shanmugam CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-16 03:46 EST by Huo Zhen Zhong CLA
Modified: 2020-06-14 16:40 EDT (History)
4 users (show)

See Also:


Attachments
test project (41.58 KB, application/x-zip-compressed)
2012-01-16 03:46 EST, Huo Zhen Zhong CLA
no flags Details
screen shot (251.93 KB, image/jpeg)
2012-01-16 03:47 EST, Huo Zhen Zhong CLA
no flags Details
crash log (19.10 KB, application/octet-stream)
2012-01-16 03:48 EST, Huo Zhen Zhong CLA
no flags Details
sample (283.16 KB, application/x-zip-compressed)
2012-02-01 04:09 EST, Huo Zhen Zhong CLA
no flags Details
crash log (32.96 KB, application/octet-stream)
2014-06-25 02:46 EDT, sreejith es CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Huo Zhen Zhong CLA 2012-01-16 03:46:46 EST
Created attachment 209528 [details]
test project

This defect is related to Bug 364058


1. install EDT 0.7.0 from http://www.eclipse.org/edt. EDT let uer to create ajax web 2.0 application with java like language (EGL), like Google GWT.
2. install safari 5.1.1.
3. go to windows > preferences > EGL > Rich UI > Appearence, in the General tab, change the Visual Editor Render Engine to WebKit
2. import attached test project into EDT
3. open all the egl files with visual editor and change them to preview tab as screen shot shows.
4. the eclipse will crashed sometimes after a little long time.


The crash log said:
----------------------------------------------------
......
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0d101e5d, pid=4608, tid=5808
#
# JRE version: 6.0_29-b11
# Java VM: Java HotSpot(TM) Client VM (20.4-b02 mixed mode windows-x86 )
# Problematic frame:
# C  [JavaScriptCore.dll+0x91e5d]
......
----------------------------------------------------
The JavaScriptCore.dll file is provided by Safari.

From log, it seems that the JavaScriptCore.dll access a violation address.

EDT Visual Editor use the eclipse embad browser to render the javascript. 
I googled to found that GWT also have the simular problem:
http://code.google.com/p/google-web-toolkit/issues/detail?id=1389

So I report this defect ask for help from eclipse core, thanks

The project, log and screen shot all attached
Comment 1 Huo Zhen Zhong CLA 2012-01-16 03:47:24 EST
Created attachment 209529 [details]
screen shot
Comment 2 Huo Zhen Zhong CLA 2012-01-16 03:48:09 EST
Created attachment 209530 [details]
crash log
Comment 3 Grant Gayed CLA 2012-01-18 15:22:34 EST
Lakshmi, WebKit on Windows, can you investigate?  The linked GWT report in comment 0 is not related to this problem.
Comment 4 Grant Gayed CLA 2012-01-20 15:22:52 EST
I wonder if this has the same root cause as bug 369285.
Comment 5 Lakshmi P Shanmugam CLA 2012-01-23 07:27:50 EST
I tried to create the setup to reproduce the issue. I installed EDT and imported the project. But, there are errors in the project which I'm unable to resolve and opening the egl files too fails.
Is there a different testcase/scenario to reproduce the crash?
Comment 6 Huo Zhen Zhong CLA 2012-01-30 22:33:54 EST
Hi Lakshmi,
What kind of errors have you met? It is the most easy way to reproduce the problem. Note that the problem can not always be create, it happens random
.
Comment 7 Lakshmi P Shanmugam CLA 2012-02-01 00:12:05 EST
(In reply to comment #6)
> Hi Lakshmi,
> What kind of errors have you met? It is the most easy way to reproduce the
> problem. Note that the problem can not always be create, it happens random
> .

I can see these 2 errors in the problem view. 
1. The project was not built due to eglpath errors (incomplete or involved in cycle).
2. The project was not generated because an unexpected error was reported by the EDT builder.
I'm not sure how to resolve these.
Comment 8 Huo Zhen Zhong CLA 2012-02-01 04:09:45 EST
Created attachment 210360 [details]
sample
Comment 9 Huo Zhen Zhong CLA 2012-02-01 04:11:01 EST
Sorry, Lakshmi
I attached a wrong project. Please use the new attached sample project.
Comment 10 Lakshmi P Shanmugam CLA 2012-02-01 11:14:36 EST
(In reply to comment #9)
> Sorry, Lakshmi
> I attached a wrong project. Please use the new attached sample project.

I imported the new project using Import > "Existing projects into workspace", but I still get the same two errors as in comment #7. Should the project be imported differently?
Comment 11 Huo Zhen Zhong CLA 2012-02-02 01:59:03 EST
Sorry, there also two dependent projects needed, they are to big to attached. In order to get them, you can select File -> New -> EGL Project to open the new egl project wizard, give a project name and select web 2.0 client application template. Then click finish. It will auto create two projects: org.eclipse.edt.rui.dojo_0.7.0 and org.eclipse.edt.rui.widgets_0.7.0. The errors should gone after the two projects added.
Comment 12 Lakshmi P Shanmugam CLA 2012-02-07 01:46:52 EST
(In reply to comment #11)
I got rid of the errors and ran the test case for sometime but couldn't get eclipse to crash (yet!?)
Comment 13 Huo Zhen Zhong CLA 2012-02-07 02:18:07 EST
Hi, Lakshmi
As I mentioned, the defect can not recreate every time, but people sometimes get the crash. I think a best way is to investigate the log.
Comment 14 Lakshmi P Shanmugam CLA 2012-02-07 03:32:11 EST
(In reply to comment #13)
> Hi, Lakshmi
> As I mentioned, the defect can not recreate every time, but people sometimes
> get the crash. I think a best way is to investigate the log.
Hi,
The log doesn't have useful native stack info to investigate the crash, hence I was trying to reproduce the crash. Do you have any other crash logs, can you attach them?
Comment 15 Huo Zhen Zhong CLA 2012-02-07 21:13:39 EST
Hi Lakshmi,
Could you guide what kind of log you need? I can only find the crash log under the eclipse folder
Comment 16 sreejith es CLA 2014-06-25 02:45:05 EDT
Hi Team,
Did you get a solution for the problem mentioned in the thread.
I am getting the same issue.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x53d3e865, pid=5724, tid=6784
#
# JRE version: Java(TM) SE Runtime Environment (7.0_55-b14) (build 1.7.0_55-b14)
# Java VM: Java HotSpot(TM) Client VM (24.55-b03 mixed mode windows-x86 )
# Problematic frame:
# C  [JavaScriptCore.dll+0x8e865]
#
# 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 (0x0053dc00):  JavaThread "main" [_thread_in_native, id=6784, stack(0x00090000,0x00190000)]

siginfo: ExceptionCode=0xc0000005, writing address 0xbbadbeef

Registers:
EAX=0x00000000, EBX=0x00007000, ECX=0x00000000, EDX=0x00190000
ESP=0x0018e868, EBP=0x00004000, ESI=0x00000000, EDI=0x7ee8d924
EIP=0x53d3e865, EFLAGS=0x00210246

Top of Stack: (sp=0x0018e868)
0x0018e868:   00003fff 53d44ba0 00007000 ffffffff
0x0018e878:   00000001 00000000 00000000 7ee8d924
0x0018e888:   00000000 0018e8c8 00000000 53d7efc6
0x0018e898:   0018e8b0 00004000 00004000 ffffffff
0x0018e8a8:   00000001 00000000 7ee8d924 7ee8d924
0x0018e8b8:   0027a335 7ee8d924 00000000 00000000
0x0018e8c8:   7ee8d708 53ce60d3 7ee8d6f8 00000040
0x0018e8d8:   1e403080 00000000 0018e9f0 00000000 

Instructions: (pc=0x53d3e865)
0x53d3e845:   50 8b 44 24 0c 68 00 20 00 00 50 6a 00 ff 15 c8
0x53d3e855:   e0 dd 53 8b f0 85 f6 75 0f e8 ed ce ff ff 33 c9
0x53d3e865:   89 35 ef be ad bb ff d1 8b c6 5e c3 cc cc cc cc
0x53d3e875:   cc cc cc cc cc cc cc cc cc cc cc 80 7c 24 10 00 


Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0x00007000 is an unknown value
ECX=0x00000000 is an unknown value
EDX=0x00190000 is pointing into the stack for thread: 0x0053dc00
ESP=0x0018e868 is pointing into the stack for thread: 0x0053dc00
EBP=0x00004000 is an unknown value
ESI=0x00000000 is an unknown value
EDI=0x7ee8d924 is an unknown value


Stack: [0x00090000,0x00190000],  sp=0x0018e868,  free space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [JavaScriptCore.dll+0x8e865]

[error occurred during error reporting (printing native stack), id 0xc0000005]

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
J  org.eclipse.swt.widgets.Display.readAndDispatch()Z
J  org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V
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  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 )
  0x1aa28800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=7148, stack(0x2b0f0000,0x2b1f0000)]
  0x22e03c00 JavaThread "Timer-39" [_thread_blocked, id=6876, stack(0x33690000,0x33790000)]
  0x1aa27c00 JavaThread "13548946@qtp-25933674-36" [_thread_blocked, id=7132, stack(0x66e60000,0x66f60000)]
  0x1aa28400 JavaThread "3756954@qtp-25933674-35" [_thread_in_native, id=464, stack(0x611b0000,0x612b0000)]
  0x22e04800 JavaThread "pool-8-thread-1" [_thread_in_native, id=6068, stack(0x55b70000,0x55c70000)]
  0x22e01800 JavaThread "Thread-115" [_thread_blocked, id=6840, stack(0x55a70000,0x55b70000)]
  0x22e03000 JavaThread "Thread-114" [_thread_blocked, id=4488, stack(0x4cef0000,0x4cff0000)]
  0x22e04400 JavaThread "Thread-113" [_thread_blocked, id=2452, stack(0x4c850000,0x4c950000)]
  0x22e01000 JavaThread "2171776@qtp-25933674-33" [_thread_in_native, id=1080, stack(0x48e00000,0x48f00000)]
  0x22e02c00 JavaThread "Timer-29" [_thread_blocked, id=4712, stack(0x3e4b0000,0x3e5b0000)]
  0x22e02400 JavaThread "pool-5-thread-1" [_thread_blocked, id=892, stack(0x3b370000,0x3b470000)]
  0x22e01c00 JavaThread "Thread-82" [_thread_blocked, id=4480, stack(0x3b230000,0x3b330000)]
  0x1aa26400 JavaThread "Thread-81" [_thread_blocked, id=1348, stack(0x3b0f0000,0x3b1f0000)]
  0x1aa29c00 JavaThread "Thread-80" [_thread_blocked, id=2640, stack(0x3afb0000,0x3b0b0000)]
  0x1a809000 JavaThread "25666878@qtp-25933674-17" [_thread_blocked, id=5876, stack(0x31b20000,0x31c20000)]
  0x1a80b400 JavaThread "pool-4-thread-1" [_thread_blocked, id=3492, stack(0x30740000,0x30840000)]
  0x1a80c800 JavaThread "Thread-66" [_thread_blocked, id=7044, stack(0x30640000,0x30740000)]
  0x1aa29400 JavaThread "Thread-65" [_thread_blocked, id=7008, stack(0x30540000,0x30640000)]
  0x1aa27800 JavaThread "Thread-64" [_thread_blocked, id=6700, stack(0x30440000,0x30540000)]
  0x1aa29000 JavaThread "11324957@qtp-25933674-16" [_thread_blocked, id=6420, stack(0x29a10000,0x29b10000)]
  0x1a80b000 JavaThread "pool-1-thread-1" [_thread_blocked, id=5424, stack(0x2d110000,0x2d210000)]
  0x1a80a800 JavaThread "Thread-29" [_thread_blocked, id=6612, stack(0x2d010000,0x2d110000)]
  0x1a80a000 JavaThread "Thread-28" [_thread_blocked, id=6576, stack(0x2cf10000,0x2d010000)]
  0x1a809c00 JavaThread "Thread-27" [_thread_blocked, id=1408, stack(0x2c6d0000,0x2c7d0000)]
  0x1a809400 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=2592, stack(0x2ccd0000,0x2cdd0000)]
  0x1aa2c800 JavaThread "Timer-4" [_thread_blocked, id=4944, stack(0x2b9e0000,0x2bae0000)]
  0x1aa2c000 JavaThread "Thread-23" [_thread_in_native, id=4864, stack(0x2b8e0000,0x2b9e0000)]
  0x1aa2bc00 JavaThread "Timer-3" [_thread_blocked, id=5400, stack(0x2b7e0000,0x2b8e0000)]
  0x1aa2b400 JavaThread "Timer-2" [_thread_blocked, id=7024, stack(0x2b6e0000,0x2b7e0000)]
  0x1aa2b000 JavaThread "Timer-1" [_thread_blocked, id=5496, stack(0x2b5e0000,0x2b6e0000)]
  0x1aa2a800 JavaThread "Transaction timer" [_thread_blocked, id=2548, stack(0x2b4e0000,0x2b5e0000)]
  0x1aa2a400 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=2448, stack(0x2b3e0000,0x2b4e0000)]
  0x1aa25c00 JavaThread "Worker-0" daemon [_thread_blocked, id=7140, stack(0x1b7f0000,0x1b8f0000)]
  0x1aa27000 JavaThread "AutomaticLogoutTimer" [_thread_blocked, id=1048, stack(0x20c30000,0x20d30000)]
  0x1aa26c00 JavaThread "IdleDetectorTimer" [_thread_blocked, id=6860, stack(0x20af0000,0x20bf0000)]
  0x1aa25800 JavaThread "JVM Exit listener" daemon [_thread_in_native, id=4912, stack(0x1b4b0000,0x1b5b0000)]
  0x1aa25000 JavaThread "Mercury RPC Thread" daemon [_thread_in_native, id=5808, stack(0x1b330000,0x1b430000)]
  0x1882f000 JavaThread "Timer-0" daemon [_thread_blocked, id=5792, stack(0x1b180000,0x1b280000)]
  0x188e8400 JavaThread "6137129@qtp-25933674-1 - Acceptor0 SocketConnector@0.0.0.0:8383" [_thread_in_native, id=940, stack(0x1b040000,0x1b140000)]
  0x1a5f4800 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=6548, stack(0x1af00000,0x1b000000)]
  0x19c5bc00 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=6284, stack(0x1adc0000,0x1aec0000)]
  0x198a3400 JavaThread "Worker-JM" daemon [_thread_blocked, id=332, stack(0x1a280000,0x1a380000)]
  0x1991f000 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=5920, stack(0x1a140000,0x1a240000)]
  0x1989d400 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=4304, stack(0x1a040000,0x1a140000)]
  0x1897d000 JavaThread "State Data Manager" daemon [_thread_blocked, id=4144, stack(0x19f40000,0x1a040000)]
  0x19892800 JavaThread "Framework Active Thread" [_thread_blocked, id=5932, stack(0x19d50000,0x19e50000)]
  0x18812400 JavaThread "Service Thread" daemon [_thread_blocked, id=4580, stack(0x18f30000,0x19030000)]
  0x187f9c00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=5708, stack(0x18df0000,0x18ef0000)]
  0x187f8800 JavaThread "Attach Listener" daemon [_thread_blocked, id=5564, stack(0x18cb0000,0x18db0000)]
  0x187f5400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6632, stack(0x18bb0000,0x18cb0000)]
  0x187c7400 JavaThread "Finalizer" daemon [_thread_blocked, id=6440, stack(0x18ab0000,0x18bb0000)]
  0x187c2400 JavaThread "Reference Handler" daemon [_thread_blocked, id=4632, stack(0x189b0000,0x18ab0000)]
=>0x0053dc00 JavaThread "main" [_thread_in_native, id=6784, stack(0x00090000,0x00190000)]

Other Threads:
  0x187c1000 VMThread [stack: 0x025a0000,0x026a0000] [id=6636]
  0x18827000 WatcherThread [stack: 0x19070000,0x19170000] [id=5176]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 20672K, used 12220K [0x047b0000, 0x05e10000, 0x09d00000)
  eden space 18432K,  62% used [0x047b0000, 0x052e5528, 0x059b0000)
  from space 2240K,  33% used [0x059b0000, 0x05a69df8, 0x05be0000)
  to   space 2240K,   0% used [0x05be0000, 0x05be0000, 0x05e10000)
 tenured generation   total 45548K, used 18742K [0x09d00000, 0x0c97b000, 0x147b0000)
   the space 45548K,  41% used [0x09d00000, 0x0af4da10, 0x0af4dc00, 0x0c97b000)
 compacting perm gen  total 23552K, used 23325K [0x147b0000, 0x15eb0000, 0x187b0000)
   the space 23552K,  99% used [0x147b0000, 0x15e77530, 0x15e77600, 0x15eb0000)
No shared spaces configured.

Card table byte_map: [0x01e80000,0x01f30000] byte_map_base: 0x01e5c280

Polling page: 0x003e0000

Code Cache  [0x027b0000, 0x02be8000, 0x047b0000)
 total_blobs=2152 nmethods=1930 adapters=158 free_code_cache=28474Kb largest_free_block=29146048

Compilation events (10 events):
Event: 3669.577 Thread 0x187f9c00 2002             java.io.OutputStreamWriter::flush (8 bytes)
Event: 3669.577 Thread 0x187f9c00 nmethod 2002 0x02b5fac8 code [0x02b5fc00, 0x02b5fed4]

Event: 3674.391 Thread 0x187f9c00 nmethod 2003 0x02b5f8c8 code [0x02b5f9c0, 0x02b5fa4c]
Event: 3675.815 Thread 0x187f9c00 2004   !         com.mercury.ftjadin.support.swt.cs.ControlCS::keyPressed (236 bytes)
Event: 3675.818 Thread 0x187f9c00 nmethod 2004 0x02b5c4c8 code [0x02b5c840, 0x02b5da64]
Event: 3677.079 Thread 0x187f9c00 2005             org.mortbay.util.IO::copy (119 bytes)
Event: 3677.079 Thread 0x187f9c00 nmethod 2005 0x02b5bf48 code [0x02b5c0a0, 0x02b5c35c]
Event: 3724.161 Thread 0x187f9c00 2006             org.eclipse.ui.internal.services.EvaluationAuthority::fireServiceChange (53 bytes)
Event: 3724.161 Thread 0x187f9c00 nmethod 2006 0x02b5bac8 code [0x02b5bbe0, 0x02b5bdbc]

GC Heap History (10 events):
Event: 3674.397 GC heap before
{Heap before GC invocations=180 (full 6):
 def new generation   total 20672K, used 19413K [0x047b0000, 0x05e10000, 0x09d00000)
  eden space 18432K, 100% used [0x047b0000, 0x059b0000, 0x059b0000)
  from space 2240K,  43% used [0x05be0000, 0x05cd57e0, 0x05e10000)
  to   space 2240K,   0% used [0x059b0000, 0x059b0000, 0x05be0000)
 tenured generation   total 45548K, used 18667K [0x09d00000, 0x0c97b000, 0x147b0000)
   the space 45548K,  40% used [0x09d00000, 0x0af3ac60, 0x0af3ae00, 0x0c97b000)
 compacting perm gen  total 23552K, used 23325K [0x147b0000, 0x15eb0000, 0x187b0000)
   the space 23552K,  99% used [0x147b0000, 0x15e77510, 0x15e77600, 0x15eb0000)
No shared spaces configured.
Event: 3674.399 GC heap after
Heap after GC invocations=181 (full 6):
 def new generation   total 20672K, used 622K [0x047b0000, 0x05e10000, 0x09d00000)
  eden space 18432K,   0% used [0x047b0000, 0x047b0000, 0x059b0000)
  from space 2240K,  27% used [0x059b0000, 0x05a4b900, 0x05be0000)
  to   space 2240K,   0% used [0x05be0000, 0x05be0000, 0x05e10000)
 tenured generation   total 45548K, used 18701K [0x09d00000, 0x0c97b000, 0x147b0000)
   the space 45548K,  41% used [0x09d00000, 0x0af43598, 0x0af43600, 0x0c97b000)
 compacting perm gen  total 23552K, used 23325K [0x147b0000, 0x15eb0000, 0x187b0000)
   the space 23552K,  99% used [0x147b0000, 0x15e77510, 0x15e77600, 0x15eb0000)
No shared spaces configured.
}
Event: 3697.671 GC heap before
{Heap before GC invocations=181 (full 6):
 def new generation   total 20672K, used 19054K [0x047b0000, 0x05e10000, 0x09d00000)
  eden space 18432K, 100% used [0x047b0000, 0x059b0000, 0x059b0000)
  from space 2240K,  27% used [0x059b0000, 0x05a4b900, 0x05be0000)
  to   space 2240K,   0% used [0x05be0000, 0x05be0000, 0x05e10000)
 tenured generation   total 45548K, used 18701K [0x09d00000, 0x0c97b000, 0x147b0000)
   the space 45548K,  41% used [0x09d00000, 0x0af43598, 0x0af43600, 0x0c97b000)
 compacting perm gen  total 23552K, used 23325K [0x147b0000, 0x15eb0000, 0x187b0000)
   the space 23552K,  99% used [0x147b0000, 0x15e77530, 0x15e77600, 0x15eb0000)
No shared spaces configured.
Event: 3697.673 GC heap after
Heap after GC invocations=182 (full 6):
 def new generation   total 20672K, used 744K [0x047b0000, 0x05e10000, 0x09d00000)
  eden space 18432K,   0% used [0x047b0000, 0x047b0000, 0x059b0000)
  from space 2240K,  33% used [0x05be0000, 0x05c9a370, 0x05e10000)
  to   space 2240K,   0% used [0x059b0000, 0x059b0000, 0x05be0000)
 tenured generation   total 45548K, used 18725K [0x09d00000, 0x0c97b000, 0x147b0000)
   the space 45548K,  41% used [0x09d00000, 0x0af497d8, 0x0af49800, 0x0c97b000)
 compacting perm gen  total 23552K, used 23325K [0x147b0000, 0x15eb0000, 0x187b0000)
   the space 23552K,  99% used [0x147b0000, 0x15e77530, 0x15e77600, 0x15eb0000)
No shared spaces configured.
}
Event: 3719.046 GC heap before
{Heap before GC invocations=182 (full 6):
 def new generation   total 20672K, used 19176K [0x047b0000, 0x05e10000, 0x09d00000)
  eden space 18432K, 100% used [0x047b0000, 0x059b0000, 0x059b0000)
  from space 2240K,  33% used [0x05be0000, 0x05c9a370, 0x05e10000)
  to   space 2240K,   0% used [0x059b0000, 0x059b0000, 0x05be0000)
 tenured generation   total 45548K, used 18725K [0x09d00000, 0x0c97b000, 0x147b0000)
   the space 45548K,  41% used [0x09d00000, 0x0af497d8, 0x0af49800, 0x0c97b000)
 compacting perm gen  total 23552K, used 23325K [0x147b0000, 0x15eb0000, 0x187b0000)
   the space 23552K,  99% used [0x147b0000, 0x15e77530, 0x15e77600, 0x15eb0000)
No shared spaces configured.
Event: 3719.050 GC heap after
Heap after GC invocations=183 (full 6):
 def new generation   total 20672K, used 904K [0x047b0000, 0x05e10000, 0x09d00000)
  eden space 18432K,   0% used [0x047b0000, 0x047b0000, 0x059b0000)
  from space 2240K,  40% used [0x059b0000, 0x05a92088, 0x05be0000)
  to   space 2240K,   0% used [0x05be0000, 0x05be0000, 0x05e10000)
 tenured generation   total 45548K, used 18725K [0x09d00000, 0x0c97b000, 0x147b0000)
   the space 45548K,  41% used [0x09d00000, 0x0af497d8, 0x0af49800, 0x0c97b000)
 compacting perm gen  total 23552K, used 23325K [0x147b0000, 0x15eb0000, 0x187b0000)
   the space 23552K,  99% used [0x147b0000, 0x15e77530, 0x15e77600, 0x15eb0000)
No shared spaces configured.
}
Event: 3749.865 GC heap before
{Heap before GC invocations=183 (full 6):
 def new generation   total 20672K, used 19336K [0x047b0000, 0x05e10000, 0x09d00000)
  eden space 18432K, 100% used [0x047b0000, 0x059b0000, 0x059b0000)
  from space 2240K,  40% used [0x059b0000, 0x05a92088, 0x05be0000)
  to   space 2240K,   0% used [0x05be0000, 0x05be0000, 0x05e10000)
 tenured generation   total 45548K, used 18725K [0x09d00000, 0x0c97b000, 0x147b0000)
   the space 45548K,  41% used [0x09d00000, 0x0af497d8, 0x0af49800, 0x0c97b000)
 compacting perm gen  total 23552K, used 23325K [0x147b0000, 0x15eb0000, 0x187b0000)
   the space 23552K,  99% used [0x147b0000, 0x15e77530, 0x15e77600, 0x15eb0000)
No shared spaces configured.
Event: 3749.869 GC heap after
Heap after GC invocations=184 (full 6):
 def new generation   total 20672K, used 806K [0x047b0000, 0x05e10000, 0x09d00000)
  eden space 18432K,   0% used [0x047b0000, 0x047b0000, 0x059b0000)
  from space 2240K,  36% used [0x05be0000, 0x05ca9b90, 0x05e10000)
  to   space 2240K,   0% used [0x059b0000, 0x059b0000, 0x05be0000)
 tenured generation   total 45548K, used 18725K [0x09d00000, 0x0c97b000, 0x147b0000)
   the space 45548K,  41% used [0x09d00000, 0x0af497d8, 0x0af49800, 0x0c97b000)
 compacting perm gen  total 23552K, used 23325K [0x147b0000, 0x15eb0000, 0x187b0000)
   the space 23552K,  99% used [0x147b0000, 0x15e77530, 0x15e77600, 0x15eb0000)
No shared spaces configured.
}
Event: 3780.088 GC heap before
{Heap before GC invocations=184 (full 6):
 def new generation   total 20672K, used 19238K [0x047b0000, 0x05e10000, 0x09d00000)
  eden space 18432K, 100% used [0x047b0000, 0x059b0000, 0x059b0000)
  from space 2240K,  36% used [0x05be0000, 0x05ca9b90, 0x05e10000)
  to   space 2240K,   0% used [0x059b0000, 0x059b0000, 0x05be0000)
 tenured generation   total 45548K, used 18725K [0x09d00000, 0x0c97b000, 0x147b0000)
   the space 45548K,  41% used [0x09d00000, 0x0af497d8, 0x0af49800, 0x0c97b000)
 compacting perm gen  total 23552K, used 23325K [0x147b0000, 0x15eb0000, 0x187b0000)
   the space 23552K,  99% used [0x147b0000, 0x15e77530, 0x15e77600, 0x15eb0000)
No shared spaces configured.
Event: 3780.090 GC heap after
Heap after GC invocations=185 (full 6):
 def new generation   total 20672K, used 743K [0x047b0000, 0x05e10000, 0x09d00000)
  eden space 18432K,   0% used [0x047b0000, 0x047b0000, 0x059b0000)
  from space 2240K,  33% used [0x059b0000, 0x05a69df8, 0x05be0000)
  to   space 2240K,   0% used [0x05be0000, 0x05be0000, 0x05e10000)
 tenured generation   total 45548K, used 18742K [0x09d00000, 0x0c97b000, 0x147b0000)
   the space 45548K,  41% used [0x09d00000, 0x0af4da10, 0x0af4dc00, 0x0c97b000)
 compacting perm gen  total 23552K, used 23325K [0x147b0000, 0x15eb0000, 0x187b0000)
   the space 23552K,  99% used [0x147b0000, 0x15e77530, 0x15e77600, 0x15eb0000)
No shared spaces configured.
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 3793.205 Thread 0x0053dc00 Threw 0x050ded40 at C:\re\jdk7u55\985\hotspot\src\share\vm\prims\jni.cpp:717
Event: 3793.206 Thread 0x0053dc00 Threw 0x050defa0 at C:\re\jdk7u55\985\hotspot\src\share\vm\prims\jni.cpp:717
Event: 3793.206 Thread 0x0053dc00 Threw 0x050df200 at C:\re\jdk7u55\985\hotspot\src\share\vm\prims\jni.cpp:717
Event: 3793.206 Thread 0x0053dc00 Threw 0x050df460 at C:\re\jdk7u55\985\hotspot\src\share\vm\prims\jni.cpp:717
Event: 3793.206 Thread 0x0053dc00 Threw 0x050df6c0 at C:\re\jdk7u55\985\hotspot\src\share\vm\prims\jni.cpp:717
Event: 3793.206 Thread 0x0053dc00 Threw 0x050df920 at C:\re\jdk7u55\985\hotspot\src\share\vm\prims\jni.cpp:717
Event: 3793.590 Thread 0x1aa2c000 Threw 0x04f7fb20 at C:\re\jdk7u55\985\hotspot\src\share\vm\prims\jni.cpp:743
Event: 3794.090 Thread 0x1aa2c000 Threw 0x04f7fca0 at C:\re\jdk7u55\985\hotspot\src\share\vm\prims\jni.cpp:743
Event: 3794.590 Thread 0x1aa2c000 Threw 0x04f7fe20 at C:\re\jdk7u55\985\hotspot\src\share\vm\prims\jni.cpp:743
Event: 3795.090 Thread 0x1aa2c000 Threw 0x04f7ffa0 at C:\re\jdk7u55\985\hotspot\src\share\vm\prims\jni.cpp:743

Events (10 events):
Event: 3793.214 Executing VM operation: RevokeBias
Event: 3793.214 Executing VM operation: RevokeBias done
Event: 3793.214 Executing VM operation: RevokeBias
Event: 3793.214 Executing VM operation: RevokeBias done
Event: 3793.214 Executing VM operation: RevokeBias
Event: 3793.214 Executing VM operation: RevokeBias done
Event: 3793.214 Executing VM operation: RevokeBias
Event: 3793.214 Executing VM operation: RevokeBias done
Event: 3793.214 Executing VM operation: RevokeBias
Event: 3793.215 Executing VM operation: RevokeBias done


Dynamic libraries:

0x77950000 - 0x77ad0000 	C:\Windows\SysWOW64\ntdll.dll
0x76c00000 - 0x76d10000 	C:\Windows\syswow64\kernel32.dll
0x755c0000 - 0x75607000 	C:\Windows\syswow64\KERNELBASE.dll
0x77050000 - 0x77150000 	C:\Windows\syswow64\USER32.dll
0x75760000 - 0x757f0000 	C:\Windows\syswow64\GDI32.dll
0x753f0000 - 0x753fa000 	C:\Windows\syswow64\LPK.dll
0x769c0000 - 0x76a5d000 	C:\Windows\syswow64\USP10.dll
0x76d80000 - 0x76e2c000 	C:\Windows\syswow64\msvcrt.dll
0x764c0000 - 0x76560000 	C:\Windows\syswow64\ADVAPI32.dll
0x75620000 - 0x75639000 	C:\Windows\SysWOW64\sechost.dll
0x76ed0000 - 0x76fc0000 	C:\Windows\syswow64\RPCRT4.dll
0x75380000 - 0x753e0000 	C:\Windows\syswow64\SspiCli.dll
0x75370000 - 0x7537c000 	C:\Windows\syswow64\CRYPTBASE.dll
0x74420000 - 0x744a4000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_ec80f00e8593ece5\COMCTL32.dll
0x76960000 - 0x769c0000 	C:\Windows\system32\IMM32.DLL
0x76560000 - 0x7662c000 	C:\Windows\syswow64\MSCTF.dll

0x74cd0000 - 0x74cd9000 	C:\Windows\system32\VERSION.dll
0x52bf0000 - 0x52f70000 	C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
0x74b50000 - 0x74b57000 	C:\Windows\system32\WSOCK32.dll
0x77370000 - 0x773a5000 	C:\Windows\syswow64\WS2_32.dll
0x76d10000 - 0x76d16000 	C:\Windows\syswow64\NSI.dll
0x6f570000 - 0x6f5a2000 	C:\Windows\system32\WINMM.dll
0x75610000 - 0x75615000 	C:\Windows\syswow64\PSAPI.DLL
0x68f10000 - 0x68fcf000 	C:\Windows\system32\MSVCR100.dll
0x736c0000 - 0x736cc000 	C:\Program Files (x86)\Java\jre7\bin\verify.dll
0x73620000 - 0x73640000 	C:\Program Files (x86)\Java\jre7\bin\java.dll
0x6f3f0000 - 0x6f41b000 	C:\Windows\system32\jvmhook.dll
0x75460000 - 0x755bc000 	C:\Windows\syswow64\ole32.dll
0x76e40000 - 0x76ecf000 	C:\Windows\syswow64\OLEAUT32.dll
0x70750000 - 0x707d5000 	C:\Windows\system32\MSVCP110.dll
0x70670000 - 0x70746000 	C:\Windows\system32\MSVCR110.dll
0x6ff70000 - 0x6ff83000 	C:\Program Files (x86)\Java\jre7\bin\zip.dll
0x74b30000 - 0x74b46000 	C:\Windows\system32\CRYPTSP.dll
0x74af0000 - 0x74b2b000 	C:\Windows\system32\rsaenh.dll
0x74b70000 - 0x74b87000 	C:\Windows\system32\USERENV.dll
0x74b60000 - 0x74b6b000 	C:\Windows\system32\profapi.dll
0x6f3d0000 - 0x6f3e4000 	C:\Program Files (x86)\Java\jre7\bin\net.dll
0x73f70000 - 0x73fac000 	C:\Windows\system32\mswsock.dll
0x72ab0000 - 0x72ab6000 	C:\Windows\System32\wship6.dll
0x74210000 - 0x7422c000 	C:\Windows\system32\IPHLPAPI.DLL
0x74200000 - 0x74207000 	C:\Windows\system32\WINNSI.DLL
0x71260000 - 0x7126d000 	C:\Windows\system32\dhcpcsvc6.DLL
0x73fb0000 - 0x73fc2000 	C:\Windows\system32\dhcpcsvc.DLL
0x73680000 - 0x7368f000 	C:\Program Files (x86)\Java\jre7\bin\nio.dll
0x6f7f0000 - 0x6f870000 	C:\Windows\system32\uxtheme.dll
0x756a0000 - 0x75723000 	C:\Windows\syswow64\CLBCatQ.DLL
0x70490000 - 0x704a0000 	C:\Windows\system32\NLAapi.dll
0x70480000 - 0x70490000 	C:\Windows\system32\napinsp.dll
0x70460000 - 0x70472000 	C:\Windows\system32\pnrpnsp.dll
0x72300000 - 0x72344000 	C:\Windows\system32\DNSAPI.dll
0x70450000 - 0x70458000 	C:\Windows\System32\winrnr.dll
0x70430000 - 0x7043d000 	C:\Windows\system32\wshbth.dll
0x73f60000 - 0x73f65000 	C:\Windows\System32\wshtcpip.dll
0x70100000 - 0x70106000 	C:\Windows\system32\rasadhlp.dll
0x70120000 - 0x70158000 	C:\Windows\System32\fwpuclnt.dll
0x70020000 - 0x7006c000 	C:\Windows\system32\apphelp.dll

0x76440000 - 0x764bb000 	C:\Windows\syswow64\comdlg32.dll
0x75640000 - 0x75697000 	C:\Windows\syswow64\SHLWAPI.dll
0x6fc80000 - 0x6fe1e000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x757f0000 - 0x7643a000 	C:\Windows\syswow64\SHELL32.dll
0x6de60000 - 0x6deb1000 	C:\Windows\system32\WINSPOOL.DRV
0x76640000 - 0x767fd000 	C:\Windows\syswow64\WININET.dll
0x76800000 - 0x76804000 	C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll
0x76e30000 - 0x76e34000 	C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll
0x773f0000 - 0x773f4000 	C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll
0x75450000 - 0x75453000 	C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll
0x76630000 - 0x76633000 	C:\Windows\syswow64\normaliz.DLL
0x77150000 - 0x77369000 	C:\Windows\syswow64\iertutil.dll
0x753e0000 - 0x753e5000 	C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll
0x77400000 - 0x77520000 	C:\Windows\syswow64\CRYPT32.dll
0x77920000 - 0x7792c000 	C:\Windows\syswow64\MSASN1.dll
0x6d3a0000 - 0x6d3b3000 	C:\Windows\system32\dwmapi.dll
0x6fe20000 - 0x6ff15000 	C:\Windows\system32\propsys.dll
0x68cb0000 - 0x68df3000 	C:\Program Files (x86)\Java\jre7\bin\awt.dll
0x6f3a0000 - 0x6f3a9000 	C:\Program Files (x86)\HP\Unified Functional Testing\bin\java\bin\jadin_utils.dll
0x6f350000 - 0x6f35e000 	C:\Program Files (x86)\HP\Unified Functional Testing\bin\java\bin\jadin_qt.dll
0x6ec00000 - 0x6ec18000 	C:\Program Files (x86)\HP\Unified Functional Testing\bin\MicPackVariant.dll

0x74df0000 - 0x74f80000 	C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18120_none_72d2e82386681b36\gdiplus.dll
0x727b0000 - 0x728e0000 	C:\Windows\system32\WindowsCodecs.dll
0x72a20000 - 0x72a5c000 	C:\Windows\system32\oleacc.dll
0x6bd00000 - 0x6be6f000 	C:\Windows\system32\explorerframe.dll
0x6dc70000 - 0x6dc9f000 	C:\Windows\system32\DUser.dll
0x6c070000 - 0x6c122000 	C:\Windows\system32\DUI70.dll
0x74230000 - 0x7423e000 	C:\Windows\system32\RpcRtRemote.dll


0x51190000 - 0x519e4000 	C:\Program Files (x86)\Common Files\Apple\Apple Application Support\WebKit.dll
0x682a0000 - 0x68500000 	C:\Program Files (x86)\Common Files\Apple\Apple Application Support\CFNetwork.dll
0x689b0000 - 0x68ab9000 	C:\Program Files (x86)\Common Files\Apple\Apple Application Support\CoreFoundation.dll
0x705d0000 - 0x7066b000 	C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_d09154e044272b9a\MSVCR80.dll
0x6ee80000 - 0x6ee90000 	C:\Program Files (x86)\Common Files\Apple\Apple Application Support\pthreadVC2.dll
0x6ebe0000 - 0x6ebfd000 	C:\Program Files (x86)\Common Files\Apple\Apple Application Support\objc.dll
0x70540000 - 0x705c7000 	C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_d09154e044272b9a\MSVCP80.dll
0x6edc0000 - 0x6edce000 	C:\Program Files (x86)\Common Files\Apple\Apple Application Support\libdispatch.dll
0x66bd0000 - 0x66d0a000 	C:\Program Files (x86)\Common Files\Apple\Apple Application Support\libicuin.dll
0x66ae0000 - 0x66bc3000 	C:\Program Files (x86)\Common Files\Apple\Apple Application Support\libicuuc.dll
0x4ad00000 - 0x4bc8b000 	C:\Program Files (x86)\Common Files\Apple\Apple Application Support\icudt46.dll
0x6aac0000 - 0x6aad1000 	C:\Program Files (x86)\Common Files\Apple\Apple Application Support\ASL.dll
0x68b50000 - 0x68bbf000 	C:\Program Files (x86)\Common Files\Apple\Apple Application Support\SQLite3.dll
0x68c90000 - 0x68ca4000 	C:\Program Files (x86)\Common Files\Apple\Apple Application Support\zlib1.dll
0x66820000 - 0x66953000 	C:\Program Files (x86)\Common Files\Apple\Apple Application Support\libxml2.dll
0x66460000 - 0x66815000 	C:\Program Files (x86)\Common Files\Apple\Apple Application Support\CoreGraphics.dll
0x53cb0000 - 0x53e2b000 	C:\Program Files (x86)\Common Files\Apple\Apple Application Support\JavaScriptCore.dll
0x68c20000 - 0x68c49000 	C:\Program Files (x86)\Common Files\Apple\Apple Application Support\WebKitQuartzCoreAdditions.dll
0x66310000 - 0x66454000 	C:\Program Files (x86)\Common Files\Apple\Apple Application Support\QuartzCore.dll
0x52ab0000 - 0x52bef000 	C:\Program Files (x86)\Common Files\Apple\Apple Application Support\CoreVideo.dll
0x72bc0000 - 0x72d83000 	C:\Windows\system32\d3d9.dll
0x72fa0000 - 0x72fa6000 	C:\Windows\system32\d3d8thk.dll
0x6f310000 - 0x6f341000 	C:\Windows\system32\EhStorShell.dll
0x76a60000 - 0x76bfd000 	C:\Windows\syswow64\SETUPAPI.dll
0x773b0000 - 0x773d7000 	C:\Windows\syswow64\CFGMGR32.dll
0x76940000 - 0x76952000 	C:\Windows\syswow64\DEVOBJ.dll
0x64270000 - 0x6467a000 	C:\PROGRA~2\MICROS~1\Office14\GROOVEEX.DLL
0x74240000 - 0x742e3000 	C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll
0x72ec0000 - 0x72f4e000 	C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCP90.dll
0x68ed0000 - 0x68efb000 	C:\Windows\WinSxS\x86_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.6161_none_51cd0a7abbe4e19b\ATL90.DLL
0x6eef0000 - 0x6f30a000 	C:\PROGRA~2\COMMON~1\MICROS~1\OFFICE14\Cultures\office.odf
0x63a00000 - 0x64265000 	C:\PROGRA~2\MICROS~1\Office14\1033\GrooveIntlResource.dll
0x6ee10000 - 0x6ee80000 	C:\Windows\system32\ntshrui.dll
0x704d0000 - 0x704e9000 	C:\Windows\system32\srvcli.dll
0x704a0000 - 0x704ab000 	C:\Windows\system32\cscapi.dll
0x6f380000 - 0x6f38a000 	C:\Windows\system32\slc.dll
0x66290000 - 0x66309000 	C:\Windows\system32\mscms.dll
0x6fc20000 - 0x6fc31000 	C:\Windows\system32\Cryptdll.dll

VM Arguments:
jvm_args: -agentlib:jvmhook -XX:+HeapDumpOnOutOfMemoryError -Xdump:system+heap+java:events=systhrow+user,filter=java/lang/OutOfMemoryError,request=exclusive+prepwalk+compact -Xrunjvmhook -Xbootclasspath/a:C:\Program Files (x86)\HP\Unified Functional Testing\bin\java_shared\classes;C:\Program Files (x86)\HP\Unified Functional Testing\bin\java_shared\classes\jasmine.jar 
java_command: <unknown>
Launcher Type: generic

Environment Variables:
JAVA_TOOL_OPTIONS=-agentlib:jvmhook
_JAVA_OPTIONS=-Xrunjvmhook -Xbootclasspath/a:"C:\Program Files (x86)\HP\Unified Functional Testing\bin\java_shared\classes";"C:\Program Files (x86)\HP\Unified Functional Testing\bin\java_shared\classes\jasmine.jar"
PATH=C:/Program Files (x86)/Java/jre7/bin/client;C:/Program Files (x86)/Java/jre7/bin;C:/Program Files (x86)/Java/jre7/lib/i386;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ZANTAZ\EAS Client\;C:\PROGRA~2\Worksoft\Certify\Client;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\HP\Unified Functional Testing\bin;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\HP\Unified Functional Testing\\bin
USERNAME=********
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 5, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows 7 , 64 bit Build 7601 Service Pack 1

CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 37 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, aes, ht, tsc, tscinvbit

Memory: 4k page, physical 3987304k(839500k free), swap 7972744k(4375500k free)

vm_info: Java HotSpot(TM) Client VM (24.55-b03) for windows-x86 JRE (1.7.0_55-b14), built on Apr 14 2014 18:25:32 by "java_re" with unknown MS VC++:1600

time: Tue Jun 24 14:12:21 2014
elapsed time: 3795 seconds

Thanks,
Sreejith
Comment 17 sreejith es CLA 2014-06-25 02:46:51 EDT
Created attachment 244498 [details]
crash log
Comment 18 sreejith es CLA 2014-06-25 02:51:36 EDT
I am getting similar problem while application is running. But again, its not always.
Application crashes after some iterations and generate the attached crash log file.
Comment 19 Kelly Wilkerson CLA 2017-01-17 12:03:39 EST
I got this crash on Windows 8 with an SWT browser and traced it, with the help of this issue, to an excessive (and I do mean EXCESSIVE) amount of javascript executions to jquery append into a list.

Massively reducing the js calls (and therefore the list size) fixed the issue.

So, in case anyone stumbles on this old issue, I hope that helps!
Comment 20 Eclipse Genie CLA 2020-06-14 16:40:13 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug.

If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.