Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » RCP Application crash(RCP Application crash on swt drawing code)
RCP Application crash [message #631251] Wed, 06 October 2010 16:56 Go to next message
No real name is currently offline No real nameFriend
Messages: 1
Registered: October 2010
Junior Member
I hope I am posting this in the correct place, first time on the forums. I have an RCP application that is crashing on some internal SWT drawing routines. Is this something that should be reported as a bug using the provided link? This application was built with Eclipse Helios Build id: 20100617-1415. Any suggestions would be appreciated. Thanks!

Here is the error log generated:



#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6970b68c, pid=4112, tid=4200
#
# JRE version: 6.0_20-b02
# Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode windows-x86 )
# Problematic frame:
# C
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/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 (0x008f6800): JavaThread "main"

siginfo: ExceptionCode=0xc0000005, reading address 0x1d1783c4

Registers:
EAX=0x1d176a80, EBX=0x1c8ca000, ECX=0x00000072, EDX=0x7c90e514
ESP=0x0012e498, EBP=0x00000000, ESI=0x1d1783c0, EDI=0x1c8ca000
EIP=0x6970b68c, EFLAGS=0x00010206

Top of Stack: (sp=0x0012e498)
0x0012e498: 1814c600 1814c738 0012e4bc 1814c738
0x0012e4a8: 00000000 4ec5248a 18140000 00000000
0x0012e4b8: 1c8ca248 0012e4d4 4ec6297d 1c8ca248
0x0012e4c8: 1814c738 4ec629b1 00000000 0012e54c
0x0012e4d8: 4ec6304c 00000001 1814c098 1814c098
0x0012e4e8: 00000001 4ec58d64 74614d31 ffffffff
0x0012e4f8: 3f800000 00000000 00000000 3f800000
0x0012e508: 00000000 00000000 00000000 4ec5b0b1

Instructions: (pc=0x6970b68c)
0x6970b67c: 8b f7 c1 ee 0c 81 e6 ff 03 00 00 c1 e6 05 03 f0
0x6970b68c: 83 7e 04 00 74 5d f6 46 18 01 75 05 83 3e 05 75


Stack: , sp=0x0012e498, free space=3f90012dfcck
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C



Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.eclipse.swt.internal.gdip.Gdip.Graphics_DrawLine(IIIIII) I+0
j org.eclipse.swt.graphics.GC.drawLine(IIII)V+68
j com.ngc.esl.tron.spectral.FallingRasterDisplay.drawTimeframe (Lorg/eclipse/swt/graphics/GC;)V+90
j com.ngc.esl.tron.spectral.FallingRasterDisplay.paint(Lorg/ec lipse/swt/events/PaintEvent;)V+27
j com.ngc.esl.tron.spectral.FallingRasterDisplay$1.paintContro l(Lorg/eclipse/swt/events/PaintEvent;)V+5
j org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclip se/swt/widgets/Event;)V+947
J org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/sw t/widgets/Event;)V
j org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/wi dgets/Event;)V+25
j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/w idgets/Event;Z)V+73
j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/w idgets/Event;)V+4
j org.eclipse.swt.widgets.Composite.WM_PAINT(II)Lorg/eclipse/s wt/internal/win32/LRESULT;+1429
J org.eclipse.swt.widgets.Control.windowProc(IIII)I
j org.eclipse.swt.widgets.Canvas.windowProc(IIII)I+45
J org.eclipse.swt.widgets.Display.windowProc(IIII)I
v ~StubRoutines::call_stub
j org.eclipse.swt.internal.win32.OS.PeekMessageW(Lorg/eclipse/ swt/internal/win32/MSG;IIII)Z+0
j org.eclipse.swt.internal.win32.OS.PeekMessage(Lorg/eclipse/s wt/internal/win32/MSG;IIII)Z+12
j org.eclipse.swt.widgets.Display.readAndDispatch()Z+35
j org.eclipse.ui.application.WorkbenchAdvisor.openWindows()Z+4 4
j org.eclipse.ui.internal.Workbench$31.runWithException()V+27
j org.eclipse.ui.internal.StartupThreading$StartupRunnable.run ()V+1
j org.eclipse.swt.widgets.Synchronizer.syncExec(Ljava/lang/Run nable;)V+121
j org.eclipse.ui.internal.UISynchronizer.syncExec(Ljava/lang/R unnable;)V+91
j org.eclipse.swt.widgets.Display.syncExec(Ljava/lang/Runnable ;)V+64
j org.eclipse.ui.internal.StartupThreading.runWithoutException s(Lorg/eclipse/ui/internal/StartupThreading$StartupRunnable; )V+7
j org.eclipse.ui.internal.Workbench.init()Z+218
j org.eclipse.ui.internal.Workbench.runUI()I+409
j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/i nternal/Workbench;)I+1
j org.eclipse.ui.internal.Workbench$7.run()V+55
j org.eclipse.core.databinding.observable.Realm.runWithDefault (Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/R unnable;)V+12
j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg /eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/Wor kbenchAdvisor;)I+18
j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse /swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAd visor;)I+2
j com.ngc.esl.tron.Application.start(Lorg/eclipse/equinox/app/ IApplicationContext;)Ljava/lang/Object;+12
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/la ng/Object;)Ljava/lang/Object;+149
j org.eclipse.core.runtime.adaptor.EclipseStarter.run(
0x17f81800 JavaThread "Timer-8"
0x17f9b400 JavaThread "Timer-6"
0x17f7d800 JavaThread "Image Fetcher 1" daemon
0x17f6c800 JavaThread "AWT-EventQueue-0"
0x17f6c000 JavaThread "AWT-Shutdown"
0x17f39800 JavaThread "Image Fetcher 0" daemon
0x17f2e000 JavaThread "TimerQueue" daemon
0x1aef8c00 JavaThread "Layer Resource Retriever i-cubed Landsat" daemon
0x1ae70800 JavaThread "Layer Resource Retriever Blue Marble (WMS) 2004" daemon
0x17eafc00 JavaThread "Idle World Wind Retriever" daemon
0x17eaf400 JavaThread "ElevationModel Resource Retriever Earth Elevation Model (USA 10m, WordWide 30m, Ocean 900m)" daemon
0x1ae2a400 JavaThread "Idle World Wind Retriever" daemon
0x1afb4800 JavaThread "Layer Resource Retriever i-cubed Landsat" daemon
0x17f2c400 JavaThread "Idle World Wind Retriever" daemon
0x17f43400 JavaThread "Layer Resource Retriever Blue Marble (WMS) 2004" daemon
0x17f32800 JavaThread "Idle World Wind Retriever" daemon
0x1aed2c00 JavaThread "ElevationModel Resource Retriever Earth Elevation Model (USA 10m, WordWide 30m, Ocean 900m)" daemon
0x17cd8c00 JavaThread "AWT-Windows" daemon
0x17ed3800 JavaThread "Java2D Disposer" daemon
0x16bcc800 JavaThread "Timer-5"
0x16bc3400 JavaThread "Worker-0"
0x16b74800 JavaThread "ipatest-Ice.SelectorThread"
0x17459800 JavaThread "ipatest-Ice.ThreadPool.Client-0"
0x16bab800 JavaThread "ipatest-Ice.EndpointHostResolverThread"
0x16bab400 JavaThread "ipatest-Ice.ThreadPool.Server-0"
0x16b71400 JavaThread "ipatest-Ice.Timer"
0x17d13400 JavaThread "Timer-4"
0x17dae400 JavaThread "Timer-3"
0x16bdd800 JavaThread "Timer-2"
0x17cd3400 JavaThread "Timer-1"
0x17516c00 JavaThread "ipatest-Ice.ThreadPool.Server-0"
0x17d9c000 JavaThread "ipatest-Ice.SelectorThread"
0x17d9d800 JavaThread "ipatest-Ice.ThreadPool.Client-0"
0x17d8d800 JavaThread "ipatest-Ice.EndpointHostResolverThread"
0x17d7a000 JavaThread "ipatest-Ice.Timer"
0x17d6fc00 JavaThread "Timer-0"
0x1753dc00 JavaThread "Worker-JM"
0x174ea800 JavaThread "Framework Event Dispatcher" daemon
0x17517400 JavaThread "Start Level Event Dispatcher" daemon
0x174c0000 JavaThread "State Data Manager" daemon
0x174af400 JavaThread "OSGi Console"
0x16ba0000 JavaThread "Low Memory Detector" daemon
0x16b9a400 JavaThread "CompilerThread0" daemon
0x16b98c00 JavaThread "Attach Listener" daemon
0x16b97800 JavaThread "Signal Dispatcher" daemon
0x16b87400 JavaThread "Finalizer" daemon
0x16b82800 JavaThread "Reference Handler" daemon
=>0x008f6800 JavaThread "main"

Other Threads:
0x16b7fc00 VMThread
0x16ba3000 WatcherThread [id=1176]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 6144K, used 4247K [0x029d0000, 0x03070000, 0x07f20000)
eden space 5504K, 77% used [0x029d0000, 0x02df5ca0, 0x02f30000)
from space 640K, 0% used [0x02f30000, 0x02f30000, 0x02fd0000)
to space 640K, 0% used [0x02fd0000, 0x02fd0000, 0x03070000)
tenured generation total 13312K, used 7986K [0x07f20000, 0x08c20000, 0x129d0000)
the space 13312K, 59% used [0x07f20000, 0x086eca18, 0x086ecc00, 0x08c20000)
compacting perm gen total 31232K, used 31157K [0x129d0000, 0x14850000, 0x169d0000)
the space 31232K, 99% used [0x129d0000, 0x1483d778, 0x1483d800, 0x14850000)
No shared spaces configured.

Dynamic libraries:
0x00400000 - 0x0040d000 C:\ARGUS.100410-2\TRON\TRON.exe
0x7c900000 - 0x7c9b2000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f6000 C:\WINDOWS\system32\kernel32.dll
0x7e410000 - 0x7e4a1000 C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f59000 C:\WINDOWS\system32\GDI32.dll
0x5d090000 - 0x5d12a000 C:\WINDOWS\system32\COMCTL32.dll
0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 - 0x77f02000 C:\WINDOWS\system32\RPCRT4.dll
0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
0x77c10000 - 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
0x72000000 - 0x7200d000 C:\ARGUS.100410-2\TRON\plugins\org.eclipse.equinox.launcher. win32.win32.x86_1.1.0.v20100503\eclipse_1307.dll
0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
0x6d8b0000 - 0x6db47000 C:\ARGUS.100410-2\TRON\jre\jre\bin\client\jvm.dll
0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
0x7c360000 - 0x7c3b6000 C:\WINDOWS\system32\MSVCR71.dll
0x6d860000 - 0x6d86c000 C:\ARGUS.100410-2\TRON\jre\jre\bin\verify.dll
0x6d3e0000 - 0x6d3ff000 C:\ARGUS.100410-2\TRON\jre\jre\bin\java.dll
0x6d340000 - 0x6d348000 C:\ARGUS.100410-2\TRON\jre\jre\bin\hpi.dll
0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
0x6d8a0000 - 0x6d8af000 C:\ARGUS.100410-2\TRON\jre\jre\bin\zip.dll
0x68000000 - 0x68036000 C:\WINDOWS\system32\rsaenh.dll
0x769c0000 - 0x76a74000 C:\WINDOWS\system32\USERENV.dll
0x5b860000 - 0x5b8b5000 C:\WINDOWS\system32\netapi32.dll
0x6d6c0000 - 0x6d6d3000 C:\ARGUS.100410-2\TRON\jre\jre\bin\net.dll
0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
0x71a50000 - 0x71a8f000 C:\WINDOWS\System32\mswsock.dll
0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
0x6d6e0000 - 0x6d6e9000 C:\ARGUS.100410-2\TRON\jre\jre\bin\nio.dll
0x17fc0000 - 0x18023000 C:\ARGUS.100410-2\TRON\configuration\org.eclipse.osgi\bundle s\27\1\.cp\swt-win32-3650.dll
0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
0x77120000 - 0x771ab000 C:\WINDOWS\system32\OLEAUT32.dll
0x763b0000 - 0x763f9000 C:\WINDOWS\system32\comdlg32.dll
0x773d0000 - 0x774d3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595 b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.dll
0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
0x7c9c0000 - 0x7d1d7000 C:\WINDOWS\system32\SHELL32.dll
0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.dll
0x74d90000 - 0x74dfb000 C:\WINDOWS\system32\USP10.dll
0x771b0000 - 0x7725a000 C:\WINDOWS\system32\WININET.dll
0x77a80000 - 0x77b15000 C:\WINDOWS\system32\CRYPT32.dll
0x77b20000 - 0x77b32000 C:\WINDOWS\system32\MSASN1.dll
0x74720000 - 0x7476c000 C:\WINDOWS\system32\MSCTF.dll
0x180f0000 - 0x1810d000 C:\ARGUS.100410-2\TRON\configuration\org.eclipse.osgi\bundle s\27\1\.cp\swt-gdip-win32-3650.dll
0x4ec50000 - 0x4edf6000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144cc f1df_1.0.2600.5581_x-ww_dfbc4fc4\gdiplus.dll
0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
0x76d40000 - 0x76d58000 C:\WINDOWS\system32\MPRAPI.dll
0x77cc0000 - 0x77cf2000 C:\WINDOWS\system32\ACTIVEDS.dll
0x76e10000 - 0x76e35000 C:\WINDOWS\system32\adsldpc.dll
0x76b20000 - 0x76b31000 C:\WINDOWS\system32\ATL.DLL
0x76e80000 - 0x76e8e000 C:\WINDOWS\system32\rtutils.dll
0x71bf0000 - 0x71c03000 C:\WINDOWS\system32\SAMLIB.dll
0x77920000 - 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll
0x5ad70000 - 0x5ada8000 C:\WINDOWS\system32\uxtheme.dll
0x74c80000 - 0x74cac000 C:\WINDOWS\system32\oleacc.dll
0x76080000 - 0x760e5000 C:\WINDOWS\system32\MSVCP60.dll
0x1a170000 - 0x1a435000 C:\WINDOWS\system32\xpsp2res.dll
0x6d0b0000 - 0x6d1fa000 C:\ARGUS.100410-2\TRON\jre\jre\bin\awt.dll
0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
0x1a7f0000 - 0x1a83d000 C:\ARGUS.100410-2\TRON\configuration\org.eclipse.osgi\bundle s\3\1\.cp\jogl.dll
0x5ed00000 - 0x5edcc000 C:\WINDOWS\system32\OPENGL32.dll
0x68b20000 - 0x68b40000 C:\WINDOWS\system32\GLU32.dll
0x73760000 - 0x737ab000 C:\WINDOWS\system32\DDRAW.dll
0x73bc0000 - 0x73bc6000 C:\WINDOWS\system32\DCIMAN32.dll
0x6d2e0000 - 0x6d334000 C:\ARGUS.100410-2\TRON\jre\jre\bin\fontmanager.dll
0x4fdd0000 - 0x4ff76000 C:\WINDOWS\system32\d3d9.dll
0x1ab40000 - 0x1ab46000 C:\WINDOWS\system32\d3d8thk.dll
0x76380000 - 0x76385000 C:\WINDOWS\system32\msimg32.dll
0x6d410000 - 0x6d416000 C:\ARGUS.100410-2\TRON\jre\jre\bin\jawt.dll
0x1cc50000 - 0x1cc55000 C:\ARGUS.100410-2\TRON\configuration\org.eclipse.osgi\bundle s\3\1\.cp\jogl_awt.dll
0x69500000 - 0x69d89000 C:\WINDOWS\system32\nvoglnt.dll

VM Arguments:
jvm_args: -ea
java_command: <unknown>
Launcher Type: generic

Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.6.0_21
PATH=C:/ARGUS.100410-2/TRON/jre/bin/../jre/bin/client;C:/ARG US.100410-2/TRON/jre/bin/../jre/bin;C:/ARGUS.100410-2/TRON/j re/bin/../jre/lib/i386;C:\Perl\site\bin;C:\Perl\bin;C:\Pytho n26\Scripts;C:\Python26\;C:\WINDOWS\system32;C:\WINDOWS;C:\W INDOWS\System32\Wbem;c:\Program Files\Common Files\Roxio Shared\DLLShared\;c:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\;C:\VXIPNP\WinNT\Bin;C:\Program Files\Java\jdk1.6.0_21\bin;APPDATA\Python\Scripts
USERNAME=Administrator
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel



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

OS: Windows XP Build 2600 Service Pack 3

CPU:total 8 (4 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1

Memory: 4k page, physical 3143236k(2204188k free), swap 7148248k(6219524k free)

vm_info: Java HotSpot(TM) Client VM (16.3-b01) for windows-x86 JRE (1.6.0_20-b02), built on Apr 12 2010 13:52:23 by "java_re" with MS VC++ 7.1 (VS2003)

time: Wed Oct 06 07:47:26 2010
elapsed time: 71 seconds



Re: RCP Application crash [message #631426 is a reply to message #631251] Thu, 07 October 2010 14:10 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Hi,

Firstly have a look at https://bugs.eclipse.org/bugs/show_bug.cgi?id=231368
, I found it be searching for the top line in your stack. In that bug's
case it was a GDI+ bug that has since been fixed. Follow the link to MS at
the bottom of the report to see if it provides any help.

If it doesn't then please log a new report with swt at
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform &component=SWT ,
and be sure to provide some means of reproducing the problem, otherwise it
will be difficult to investigate. If the crashing rcp app is publicly
available then a pointer to it with steps would be good. Or if not, a
stand-alone swt snippet (template:
http://www.eclipse.org/swt/faq.php#whatisasnippet) that shows the crash
would be ideal.

Grant


<Natron3030@gmail.com> wrote in message
news:i8i9i8$999$1@news.eclipse.org...
>I hope I am posting this in the correct place, first time on the forums. I
>have an RCP application that is crashing on some internal SWT drawing
>routines. Is this something that should be reported as a bug using the
>provided link? This application was built with Eclipse Helios Build id:
>20100617-1415. Any suggestions would be appreciated. Thanks!
> Here is the error log generated:
>
>
>
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6970b68c, pid=4112,
> tid=4200
> #
> # JRE version: 6.0_20-b02
> # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode windows-x86 )
> # Problematic frame:
> # C #
> # If you would like to submit a bug report, please visit:
> # http://java.sun.com/webapps/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 (0x008f6800): JavaThread "main"
> siginfo: ExceptionCode=0xc0000005, reading address 0x1d1783c4
>
> Registers:
> EAX=0x1d176a80, EBX=0x1c8ca000, ECX=0x00000072, EDX=0x7c90e514
> ESP=0x0012e498, EBP=0x00000000, ESI=0x1d1783c0, EDI=0x1c8ca000
> EIP=0x6970b68c, EFLAGS=0x00010206
>
> Top of Stack: (sp=0x0012e498)
> 0x0012e498: 1814c600 1814c738 0012e4bc 1814c738
> 0x0012e4a8: 00000000 4ec5248a 18140000 00000000
> 0x0012e4b8: 1c8ca248 0012e4d4 4ec6297d 1c8ca248
> 0x0012e4c8: 1814c738 4ec629b1 00000000 0012e54c
> 0x0012e4d8: 4ec6304c 00000001 1814c098 1814c098
> 0x0012e4e8: 00000001 4ec58d64 74614d31 ffffffff
> 0x0012e4f8: 3f800000 00000000 00000000 3f800000
> 0x0012e508: 00000000 00000000 00000000 4ec5b0b1
> Instructions: (pc=0x6970b68c)
> 0x6970b67c: 8b f7 c1 ee 0c 81 e6 ff 03 00 00 c1 e6 05 03 f0
> 0x6970b68c: 83 7e 04 00 74 5d f6 46 18 01 75 05 83 3e 05 75
>
> Stack: , sp=0x0012e498, free space=3f90012dfcck
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native
> code)
> C
>
>
> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> j org.eclipse.swt.internal.gdip.Gdip.Graphics_DrawLine(IIIIII) I+0
> j org.eclipse.swt.graphics.GC.drawLine(IIII)V+68
> j com.ngc.esl.tron.spectral.FallingRasterDisplay.drawTimeframe
> (Lorg/eclipse/swt/graphics/GC;)V+90
> j com.ngc.esl.tron.spectral.FallingRasterDisplay.paint(Lorg/ec
> lipse/swt/events/PaintEvent;)V+27
> j com.ngc.esl.tron.spectral.FallingRasterDisplay$1.paintContro
> l(Lorg/eclipse/swt/events/PaintEvent;)V+5
> j org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclip
> se/swt/widgets/Event;)V+947
> J org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/sw
> t/widgets/Event;)V
> j org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/wi
> dgets/Event;)V+25
> j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/w
> idgets/Event;Z)V+73
> j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/w
> idgets/Event;)V+4
> j org.eclipse.swt.widgets.Composite.WM_PAINT(II)Lorg/eclipse/s
> wt/internal/win32/LRESULT;+1429
> J org.eclipse.swt.widgets.Control.windowProc(IIII)I
> j org.eclipse.swt.widgets.Canvas.windowProc(IIII)I+45
> J org.eclipse.swt.widgets.Display.windowProc(IIII)I
> v ~StubRoutines::call_stub
> j org.eclipse.swt.internal.win32.OS.PeekMessageW(Lorg/eclipse/
> swt/internal/win32/MSG;IIII)Z+0
> j org.eclipse.swt.internal.win32.OS.PeekMessage(Lorg/eclipse/s
> wt/internal/win32/MSG;IIII)Z+12
> j org.eclipse.swt.widgets.Display.readAndDispatch()Z+35
> j org.eclipse.ui.application.WorkbenchAdvisor.openWindows()Z+4 4
> j org.eclipse.ui.internal.Workbench$31.runWithException()V+27
> j org.eclipse.ui.internal.StartupThreading$StartupRunnable.run ()V+1
> j org.eclipse.swt.widgets.Synchronizer.syncExec(Ljava/lang/Run
> nable;)V+121
> j org.eclipse.ui.internal.UISynchronizer.syncExec(Ljava/lang/R
> unnable;)V+91
> j org.eclipse.swt.widgets.Display.syncExec(Ljava/lang/Runnable ;)V+64
> j org.eclipse.ui.internal.StartupThreading.runWithoutException
> s(Lorg/eclipse/ui/internal/StartupThreading$StartupRunnable; )V+7
> j org.eclipse.ui.internal.Workbench.init()Z+218
> j org.eclipse.ui.internal.Workbench.runUI()I+409
> j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/i
> nternal/Workbench;)I+1
> j org.eclipse.ui.internal.Workbench$7.run()V+55
> j org.eclipse.core.databinding.observable.Realm.runWithDefault
> (Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/R unnable;)V+12
> j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg
> /eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/Wor
> kbenchAdvisor;)I+18
> j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse
> /swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAd visor;)I+2
> j com.ngc.esl.tron.Application.start(Lorg/eclipse/equinox/app/
> IApplicationContext;)Ljava/lang/Object;+12
> 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/la
> ng/Object;)Ljava/lang/Object;+149
> j org.eclipse.core.runtime.adaptor.EclipseStarter.run(
> 0x17f81800 JavaThread "Timer-8" 0x17f9b400 JavaThread "Timer-6"
> 0x17f7d800 JavaThread "Image Fetcher 1" daemon 0x17f6c800 JavaThread
> "AWT-EventQueue-0" 0x17f6c000 JavaThread "AWT-Shutdown" 0x17f39800
> JavaThread "Image Fetcher 0" daemon 0x17f2e000 JavaThread "TimerQueue"
> daemon 0x1aef8c00 JavaThread "Layer Resource Retriever i-cubed Landsat"
> daemon 0x1ae70800 JavaThread "Layer Resource Retriever Blue Marble (WMS)
> 2004" daemon 0x17eafc00 JavaThread "Idle World Wind Retriever" daemon
> 0x17eaf400 JavaThread "ElevationModel Resource Retriever Earth Elevation
> Model (USA 10m, WordWide 30m, Ocean 900m)" daemon 0x1ae2a400 JavaThread
> "Idle World Wind Retriever" daemon 0x1afb4800 JavaThread "Layer Resource
> Retriever i-cubed Landsat" daemon 0x17f2c400 JavaThread "Idle World Wind
> Retriever" daemon 0x17f43400 JavaThread "Layer Resource Retriever Blue
> Marble (WMS) 2004" daemon 0x17f32800 JavaThread "Idle World Wind
> Retriever" daemon 0x1aed2c00 JavaThread "ElevationModel Resource Retriever
> Earth Elevation Model (USA 10m, WordWide 30m, Ocean 900m)" daemon
> 0x17cd8c00 JavaThread "AWT-Windows" daemon 0x17ed3800 JavaThread "Java2D
> Disposer" daemon 0x16bcc800 JavaThread "Timer-5" 0x16bc3400 JavaThread
> "Worker-0" 0x16b74800 JavaThread "ipatest-Ice.SelectorThread" 0x17459800
> JavaThread "ipatest-Ice.ThreadPool.Client-0" 0x16bab800 JavaThread
> "ipatest-Ice.EndpointHostResolverThread" 0x16bab400 JavaThread
> "ipatest-Ice.ThreadPool.Server-0" 0x16b71400 JavaThread
> "ipatest-Ice.Timer" 0x17d13400 JavaThread "Timer-4" 0x17dae400 JavaThread
> "Timer-3" 0x16bdd800 JavaThread "Timer-2" 0x17cd3400 JavaThread "Timer-1"
> 0x17516c00 JavaThread "ipatest-Ice.ThreadPool.Server-0" 0x17d9c000
> JavaThread "ipatest-Ice.SelectorThread" 0x17d9d800 JavaThread
> "ipatest-Ice.ThreadPool.Client-0" 0x17d8d800 JavaThread
> "ipatest-Ice.EndpointHostResolverThread" 0x17d7a000 JavaThread
> "ipatest-Ice.Timer" 0x17d6fc00 JavaThread "Timer-0" 0x1753dc00 JavaThread
> "Worker-JM" 0x174ea800 JavaThread "Framework Event Dispatcher" daemon
> 0x17517400 JavaThread "Start Level Event Dispatcher" daemon 0x174c0000
> JavaThread "State Data Manager" daemon 0x174af400 JavaThread "OSGi
> Console" 0x16ba0000 JavaThread "Low Memory Detector" daemon 0x16b9a400
> JavaThread "CompilerThread0" daemon 0x16b98c00 JavaThread "Attach
> Listener" daemon 0x16b97800 JavaThread "Signal Dispatcher" daemon
> 0x16b87400 JavaThread "Finalizer" daemon 0x16b82800 JavaThread "Reference
> Handler" daemon =>0x008f6800 JavaThread "main"
> Other Threads:
> 0x16b7fc00 VMThread 0x16ba3000 WatcherThread [id=1176]
>
> VM state:not at safepoint (normal execution)
>
> VM Mutex/Monitor currently owned by a thread: None
>
> Heap
> def new generation total 6144K, used 4247K [0x029d0000, 0x03070000,
> 0x07f20000)
> eden space 5504K, 77% used [0x029d0000, 0x02df5ca0, 0x02f30000)
> from space 640K, 0% used [0x02f30000, 0x02f30000, 0x02fd0000)
> to space 640K, 0% used [0x02fd0000, 0x02fd0000, 0x03070000)
> tenured generation total 13312K, used 7986K [0x07f20000, 0x08c20000,
> 0x129d0000)
> the space 13312K, 59% used [0x07f20000, 0x086eca18, 0x086ecc00,
> 0x08c20000)
> compacting perm gen total 31232K, used 31157K [0x129d0000, 0x14850000,
> 0x169d0000)
> the space 31232K, 99% used [0x129d0000, 0x1483d778, 0x1483d800,
> 0x14850000)
> No shared spaces configured.
>
> Dynamic libraries:
> 0x00400000 - 0x0040d000 C:\ARGUS.100410-2\TRON\TRON.exe
> 0x7c900000 - 0x7c9b2000 C:\WINDOWS\system32\ntdll.dll
> 0x7c800000 - 0x7c8f6000 C:\WINDOWS\system32\kernel32.dll
> 0x7e410000 - 0x7e4a1000 C:\WINDOWS\system32\USER32.dll
> 0x77f10000 - 0x77f59000 C:\WINDOWS\system32\GDI32.dll
> 0x5d090000 - 0x5d12a000 C:\WINDOWS\system32\COMCTL32.dll
> 0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
> 0x77e70000 - 0x77f02000 C:\WINDOWS\system32\RPCRT4.dll
> 0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
> 0x77c10000 - 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
> 0x72000000 - 0x7200d000
> C:\ARGUS.100410-2\TRON\plugins\org.eclipse.equinox.launcher.
> win32.win32.x86_1.1.0.v20100503\eclipse_1307.dll
> 0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
> 0x6d8b0000 - 0x6db47000 C:\ARGUS.100410-2\TRON\jre\jre\bin\client\jvm.dll
> 0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
> 0x7c360000 - 0x7c3b6000 C:\WINDOWS\system32\MSVCR71.dll
> 0x6d860000 - 0x6d86c000 C:\ARGUS.100410-2\TRON\jre\jre\bin\verify.dll
> 0x6d3e0000 - 0x6d3ff000 C:\ARGUS.100410-2\TRON\jre\jre\bin\java.dll
> 0x6d340000 - 0x6d348000 C:\ARGUS.100410-2\TRON\jre\jre\bin\hpi.dll
> 0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
> 0x6d8a0000 - 0x6d8af000 C:\ARGUS.100410-2\TRON\jre\jre\bin\zip.dll
> 0x68000000 - 0x68036000 C:\WINDOWS\system32\rsaenh.dll
> 0x769c0000 - 0x76a74000 C:\WINDOWS\system32\USERENV.dll
> 0x5b860000 - 0x5b8b5000 C:\WINDOWS\system32\netapi32.dll
> 0x6d6c0000 - 0x6d6d3000 C:\ARGUS.100410-2\TRON\jre\jre\bin\net.dll
> 0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
> 0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
> 0x71a50000 - 0x71a8f000 C:\WINDOWS\System32\mswsock.dll
> 0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
> 0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
> 0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
> 0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
> 0x6d6e0000 - 0x6d6e9000 C:\ARGUS.100410-2\TRON\jre\jre\bin\nio.dll
> 0x17fc0000 - 0x18023000
> C:\ARGUS.100410-2\TRON\configuration\org.eclipse.osgi\bundle
> s\27\1\.cp\swt-win32-3650.dll
> 0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
> 0x77120000 - 0x771ab000 C:\WINDOWS\system32\OLEAUT32.dll
> 0x763b0000 - 0x763f9000 C:\WINDOWS\system32\comdlg32.dll
> 0x773d0000 - 0x774d3000
> C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595
> b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.dll
> 0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
> 0x7c9c0000 - 0x7d1d7000 C:\WINDOWS\system32\SHELL32.dll
> 0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.dll
> 0x74d90000 - 0x74dfb000 C:\WINDOWS\system32\USP10.dll
> 0x771b0000 - 0x7725a000 C:\WINDOWS\system32\WININET.dll
> 0x77a80000 - 0x77b15000 C:\WINDOWS\system32\CRYPT32.dll
> 0x77b20000 - 0x77b32000 C:\WINDOWS\system32\MSASN1.dll
> 0x74720000 - 0x7476c000 C:\WINDOWS\system32\MSCTF.dll
> 0x180f0000 - 0x1810d000
> C:\ARGUS.100410-2\TRON\configuration\org.eclipse.osgi\bundle
> s\27\1\.cp\swt-gdip-win32-3650.dll
> 0x4ec50000 - 0x4edf6000
> C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144cc
> f1df_1.0.2600.5581_x-ww_dfbc4fc4\gdiplus.dll
> 0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
> 0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
> 0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
> 0x76d40000 - 0x76d58000 C:\WINDOWS\system32\MPRAPI.dll
> 0x77cc0000 - 0x77cf2000 C:\WINDOWS\system32\ACTIVEDS.dll
> 0x76e10000 - 0x76e35000 C:\WINDOWS\system32\adsldpc.dll
> 0x76b20000 - 0x76b31000 C:\WINDOWS\system32\ATL.DLL
> 0x76e80000 - 0x76e8e000 C:\WINDOWS\system32\rtutils.dll
> 0x71bf0000 - 0x71c03000 C:\WINDOWS\system32\SAMLIB.dll
> 0x77920000 - 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll
> 0x5ad70000 - 0x5ada8000 C:\WINDOWS\system32\uxtheme.dll
> 0x74c80000 - 0x74cac000 C:\WINDOWS\system32\oleacc.dll
> 0x76080000 - 0x760e5000 C:\WINDOWS\system32\MSVCP60.dll
> 0x1a170000 - 0x1a435000 C:\WINDOWS\system32\xpsp2res.dll
> 0x6d0b0000 - 0x6d1fa000 C:\ARGUS.100410-2\TRON\jre\jre\bin\awt.dll
> 0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
> 0x1a7f0000 - 0x1a83d000
> C:\ARGUS.100410-2\TRON\configuration\org.eclipse.osgi\bundle
> s\3\1\.cp\jogl.dll
> 0x5ed00000 - 0x5edcc000 C:\WINDOWS\system32\OPENGL32.dll
> 0x68b20000 - 0x68b40000 C:\WINDOWS\system32\GLU32.dll
> 0x73760000 - 0x737ab000 C:\WINDOWS\system32\DDRAW.dll
> 0x73bc0000 - 0x73bc6000 C:\WINDOWS\system32\DCIMAN32.dll
> 0x6d2e0000 - 0x6d334000 C:\ARGUS.100410-2\TRON\jre\jre\bin\fontmanager.dll
> 0x4fdd0000 - 0x4ff76000 C:\WINDOWS\system32\d3d9.dll
> 0x1ab40000 - 0x1ab46000 C:\WINDOWS\system32\d3d8thk.dll
> 0x76380000 - 0x76385000 C:\WINDOWS\system32\msimg32.dll
> 0x6d410000 - 0x6d416000 C:\ARGUS.100410-2\TRON\jre\jre\bin\jawt.dll
> 0x1cc50000 - 0x1cc55000
> C:\ARGUS.100410-2\TRON\configuration\org.eclipse.osgi\bundle
> s\3\1\.cp\jogl_awt.dll
> 0x69500000 - 0x69d89000 C:\WINDOWS\system32\nvoglnt.dll
>
> VM Arguments:
> jvm_args: -ea java_command: <unknown>
> Launcher Type: generic
>
> Environment Variables:
> JAVA_HOME=C:\Program Files\Java\jdk1.6.0_21
> PATH=C:/ARGUS.100410-2/TRON/jre/bin/../jre/bin/client;C:/ARG
> US.100410-2/TRON/jre/bin/../jre/bin;C:/ARGUS.100410-2/TRON/j
> re/bin/../jre/lib/i386;C:\Perl\site\bin;C:\Perl\bin;C:\Pytho
> n26\Scripts;C:\Python26\;C:\WINDOWS\system32;C:\WINDOWS;C:\W
> INDOWS\System32\Wbem;c:\Program Files\Common Files\Roxio
> Shared\DLLShared\;c:\Program Files\Common Files\Roxio
> Shared\10.0\DLLShared\;C:\VXIPNP\WinNT\Bin;C:\Program
> Files\Java\jdk1.6.0_21\bin;APPDATA\Python\Scripts
> USERNAME=Administrator
> OS=Windows_NT
> PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel
>
>
>
> --------------- S Y S T E M ---------------
>
> OS: Windows XP Build 2600 Service Pack 3
>
> CPU:total 8 (4 cores per cpu, 1 threads per core) family 6 model 23
> stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1
>
> Memory: 4k page, physical 3143236k(2204188k free), swap 7148248k(6219524k
> free)
>
> vm_info: Java HotSpot(TM) Client VM (16.3-b01) for windows-x86 JRE
> (1.6.0_20-b02), built on Apr 12 2010 13:52:23 by "java_re" with MS VC++
> 7.1 (VS2003)
>
> time: Wed Oct 06 07:47:26 2010
> elapsed time: 71 seconds
>
>
>
>
Previous Topic:AutoCompleteField - activation on focus
Next Topic:Toggle View in Eclipse
Goto Forum:
  


Current Time: Sat May 04 00:20:49 GMT 2024

Powered by FUDForum. Page generated in 0.02283 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top