Hello Everyone,
I am getting this error when trying to open a program.
#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00200073, pid=3836, tid=1256
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode, sharing)
# Problematic frame:
# C 0x00200073
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x003e6400): JavaThread "main" [_thread_in_native, id=1256]
siginfo: ExceptionCode=0xc0000005, writing address 0x00000000
Registers:
EAX=0x00000000, EBX=0x0010fe00, ECX=0x00000003, EDX=0x000a0608
ESP=0x0090dff8, EBP=0x000c7940, ESI=0x0010ff60, EDI=0x00000000
EIP=0x00200073, EFLAGS=0x00010202
Top of Stack: (sp=0x0090dff8)
0x0090dff8: 00610050 006b0063 00740065 00530020
0x0090e008: 00680063 00640065 006c0075 00720065
0x0090e018: 00200029 03250000 0010fe28 00000000
0x0090e028: 0010fe28 03983300 0325abe0 0402d474
0x0090e038: 0402d278 0090eca0 0325abe0 03a5a18b
0x0090e048: 0325abe0 0090eca0 00000001 0090edb8
0x0090e058: 003e64e8 00000003 00000000 00000000
0x0090e068: 00000000 00000000 7665445c 5c656369
Instructions: (pc=0x00200073)
0x00200063: 00 79 00 79 00 79 00 00 00 00 00 05 00 30 00 00
0x00200073: 00 00 00 01 00 17 00 31 00 00 00 63 00 61 00 6c
Stack: [0x008c0000,0x00910000), sp=0x0090dff8, free space=311k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x00200073
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j net.sourceforge.jpcap.capture.PacketCapture.open(ILjava/lang/String;IZI)V+0
j net.sourceforge.jpcap.capture.PacketCapture.open(Ljava/lang/String;IZI)V+10
j com.ufonurkka.warcraft3.monitor.AbstractMonitor.<init>()V+69
j com.ufonurkka.warcraft3.monitor.GameMonitor.<init>()V+1
j com.ufonurkka.warcraft3.autorefresh.Autorefresh.<init>()V+20
j autorefresh.View.createPartControl(Lorg/eclipse/swt/widgets/Composite;)V+86
j org.eclipse.ui.internal.ViewReference.createPartHelper()Lorg/eclipse/ui/IWorkbenchPart;+327
j org.eclipse.ui.internal.ViewReference.createPart()Lorg/eclipse/ui/IWorkbenchPart;+5
j org.eclipse.ui.internal.WorkbenchPartReference.getPart(Z)Lorg/eclipse/ui/IWorkbenchPart;+65
j org.eclipse.ui.internal.PartPane.setVisible(Z)V+18
j org.eclipse.ui.internal.ViewPane.setVisible(Z)V+2
j org.eclipse.ui.internal.presentations.PresentablePart.setVisible(Z)V+17
j org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(Lorg/eclipse/ui/presentations/IPresentablePart;)V+15
j org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(Lorg/eclipse/ui/presentations/IPresentablePart;)V+5
j org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(Lorg/eclipse/ui/presentations/IPresentablePart;)V+10
j org.eclipse.ui.internal.PartStack.refreshPresentationSelection()V+117
j org.eclipse.ui.internal.PartStack.setSelection(Lorg/eclipse/ui/internal/LayoutPart;)V+15
j org.eclipse.ui.internal.PartStack.showPart(Lorg/eclipse/ui/internal/LayoutPart;Ljava/lang/Object;)V+108
j org.eclipse.ui.internal.PartStack.createControl(Lorg/eclipse/swt/widgets/Composite;Lorg/eclipse/ui/presentations/StackPresentation;)V+68
j org.eclipse.ui.internal.PartStack.createControl(Lorg/eclipse/swt/widgets/Composite;)V+49
j org.eclipse.ui.internal.PartSashContainer.createControl(Lorg/eclipse/swt/widgets/Composite;)V+55
j org.eclipse.ui.internal.PerspectiveHelper.activate(Lorg/eclipse/swt/widgets/Composite;)V+72
j org.eclipse.ui.internal.Perspective.onActivate()V+100
j org.eclipse.ui.internal.WorkbenchPage.onActivate()V+18
j org.eclipse.ui.internal.WorkbenchWindow$6.run()V+107
j org.eclipse.swt.custom.BusyIndicator.showWhile(Lorg/eclipse/swt/widgets/Display;Ljava/lang/Runnable;)V+116
j org.eclipse.ui.internal.WorkbenchWindow.setActivePage(Lorg/eclipse/ui/IWorkbenchPage;)V+25
j org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(Ljava/lang/String;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/ui/IWorkbenchPage;+39
j org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Ljava/lang/String;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/ui/IWorkbenchWindow;+24
j org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow()V+14
j org.eclipse.ui.internal.Workbench.openFirstTimeWindow()V+17
j org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWindow()V+7
j org.eclipse.ui.application.WorkbenchAdvisor.openWindows()Z+45
j org.eclipse.ui.internal.Workbench.init()Z+157
j org.eclipse.ui.internal.Workbench.runUI()I+143
j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+11
j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j autorefresh.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;+100
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;+135
j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+162
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;+161
j org.eclipse.core.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+181
j org.eclipse.core.launcher.Main.basicRun([Ljava/lang/String;)V+107
j org.eclipse.core.launcher.Main.run([Ljava/lang/String;)I+4
j org.eclipse.core.launcher.Main.main([Ljava/lang/String;)V+10
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x03256c00 JavaThread "Worker-0" [_thread_blocked, id=1728]
0x0307c400 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=2872]
0x03006000 JavaThread "State Saver" [_thread_blocked, id=968]
0x03073400 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=2880]
0x02aacc00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1872]
0x02aaa800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2628]
0x02aa7000 JavaThread "Attach Listener" daemon [_thread_blocked, id=3308]
0x02aa6000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1064]
0x02a9e400 JavaThread "Finalizer" daemon [_thread_blocked, id=2776]
0x02a9d000 JavaThread "Reference Handler" daemon [_thread_blocked, id=3864]
=>0x003e6400 JavaThread "main" [_thread_in_native, id=1256]
Other Threads:
0x02a94000 VMThread [id=2560]
0x02aaf400 WatcherThread [id=2632]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 960K, used 829K [0x24040000, 0x24140000, 0x24520000)
eden space 896K, 87% used [0x24040000, 0x24103190, 0x24120000)
from space 64K, 76% used [0x24130000, 0x2413c510, 0x24140000)
to space 64K, 0% used [0x24120000, 0x24120000, 0x24130000)
tenured generation total 4096K, used 3381K [0x24520000, 0x24920000, 0x28040000)
the space 4096K, 82% used [0x24520000, 0x2486d4c0, 0x2486d600, 0x24920000)
compacting perm gen total 12288K, used 10723K [0x28040000, 0x28c40000, 0x2c040000)
the space 12288K, 87% used [0x28040000, 0x28ab8f50, 0x28ab9000, 0x28c40000)
ro space 8192K, 62% used [0x2c040000, 0x2c53b9c8, 0x2c53ba00, 0x2c840000)
rw space 12288K, 52% used [0x2c840000, 0x2ce7e348, 0x2ce7e400, 0x2d440000)
Dynamic libraries:
0x00400000 - 0x00423000 C:\WINDOWS\system32\javaw.exe
0x7c910000 - 0x7c9c7000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c904000 C:\WINDOWS\system32\kernel32.dll
0x77da0000 - 0x77e4c000 C:\WINDOWS\system32\ADVAPI32.dll
0x77e50000 - 0x77ee1000 C:\WINDOWS\system32\RPCRT4.dll
0x77d10000 - 0x77da0000 C:\WINDOWS\system32\USER32.dll
0x77ef0000 - 0x77f37000 C:\WINDOWS\system32\GDI32.dll
0x10000000 - 0x10036000 C:\WINDOWS\system32\sockspy.dll
0x7c340000 - 0x7c396000 C:\Program Files\Java\jre1.6.0\bin\msvcr71.dll
0x6d7c0000 - 0x6da07000 C:\Program Files\Java\jre1.6.0\bin\client\jvm.dll
0x76ae0000 - 0x76b0f000 C:\WINDOWS\system32\WINMM.dll
0x6d310000 - 0x6d318000 C:\Program Files\Java\jre1.6.0\bin\hpi.dll
0x76ba0000 - 0x76bab000 C:\WINDOWS\system32\PSAPI.DLL
0x6d770000 - 0x6d77c000 C:\Program Files\Java\jre1.6.0\bin\verify.dll
0x6d3b0000 - 0x6d3cf000 C:\Program Files\Java\jre1.6.0\bin\java.dll
0x6d7b0000 - 0x6d7bf000 C:\Program Files\Java\jre1.6.0\bin\zip.dll
0x6d570000 - 0x6d583000 C:\Program Files\Java\jre1.6.0\bin\net.dll
0x719f0000 - 0x71a07000 C:\WINDOWS\system32\WS2_32.dll
0x77be0000 - 0x77c38000 C:\WINDOWS\system32\msvcrt.dll
0x719e0000 - 0x719e8000 C:\WINDOWS\system32\WS2HELP.dll
0x6d590000 - 0x6d599000 C:\Program Files\Java\jre1.6.0\bin\nio.dll
0x03560000 - 0x035ab000 C:\Documents and Settings\X\Bureau\Warcraft_Autorefresh_1_1\configuration\org.eclipse.osgi\bundles\20\1\.cp\swt-win32-3320.dll
0x774a0000 - 0x775dd000 C:\WINDOWS\system32\ole32.dll
0x77390000 - 0x77492000 C:\WINDOWS\WinSxS\X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\COMCTL32.dll
0x77f40000 - 0x77fb6000 C:\WINDOWS\system32\SHLWAPI.dll
0x76340000 - 0x7638a000 C:\WINDOWS\system32\comdlg32.dll
0x7c9d0000 - 0x7d1f3000 C:\WINDOWS\system32\SHELL32.dll
0x770e0000 - 0x7716c000 C:\WINDOWS\system32\OLEAUT32.dll
0x76320000 - 0x7633d000 C:\WINDOWS\system32\IMM32.dll
0x753c0000 - 0x7542b000 C:\WINDOWS\system32\USP10.dll
0x77aa0000 - 0x77b47000 C:\WINDOWS\system32\WININET.dll
0x779e0000 - 0x77a76000 C:\WINDOWS\system32\CRYPT32.dll
0x77a80000 - 0x77a92000 C:\WINDOWS\system32\MSASN1.dll
0x58b50000 - 0x58be7000 C:\WINDOWS\system32\comctl32.dll
0x5b090000 - 0x5b0c8000 C:\WINDOWS\system32\uxtheme.dll
0x03680000 - 0x036a2000 C:\Program Files\Softwin\BitDefender10\bdoe.dll
0x037c0000 - 0x037d5000 C:\WINDOWS\system32\XCOMM.dll
0x77bd0000 - 0x77bd8000 C:\WINDOWS\system32\VERSION.dll
0x037f0000 - 0x037fb000 C:\Program Files\Softwin\BitDefender10\BDUtils.dll
0x7c140000 - 0x7c243000 C:\WINDOWS\system32\MFC71.DLL
0x7c3a0000 - 0x7c41b000 C:\WINDOWS\system32\MSVCP71.dll
0x74690000 - 0x746db000 C:\WINDOWS\system32\MSCTF.dll
0x10d00000 - 0x10d0d000 C:\Program Files\Logitech\SetPoint\GameHook.dll
0x10100000 - 0x1010e000 C:\Program Files\Logitech\SetPoint\lgscroll.dll
0x74bf0000 - 0x74c1c000 C:\WINDOWS\system32\oleacc.dll
0x76010000 - 0x76075000 C:\WINDOWS\system32\MSVCP60.dll
0x20000000 - 0x202da000 C:\WINDOWS\system32\xpsp2res.dll
0x03940000 - 0x03954000 C:\Documents and Settings\X\Bureau\Warcraft_Autorefresh_1_1\configuration\org.eclipse.osgi\bundles\6\1\.cp\jpcap.dll
0x03a50000 - 0x03a91000 C:\WINDOWS\system32\wpcap.dll
0x03980000 - 0x03995000 C:\WINDOWS\system32\packet.dll
0x03aa0000 - 0x03ab0000 C:\WINDOWS\system32\WanPacket.dll
0x669b0000 - 0x669c1000 C:\WINDOWS\system32\NPPTools.dll
0x72780000 - 0x7287e000 C:\WINDOWS\system32\MFC42u.DLL
0x76d10000 - 0x76d29000 C:\WINDOWS\system32\iphlpapi.dll
0x61d70000 - 0x61d7e000 C:\WINDOWS\system32\MFC42LOC.DLL
0x673f0000 - 0x67401000 C:\WINDOWS\system32\npp\ndisnpp.dll
0x76f80000 - 0x76fff000 C:\WINDOWS\system32\CLBCATQ.DLL
0x77000000 - 0x770d4000 C:\WINDOWS\system32\COMRes.dll
0x77fc0000 - 0x77fd1000 C:\WINDOWS\system32\Secur32.dll
VM Arguments:
java_command: C:\Documents and Settings\X\Bureau\Warcraft_Autorefresh_1_1\startup.jar -os win32 -ws win32 -arch x86 -launcher C:\Documents and Settings\X\Bureau\Warcraft_Autorefresh_1_1\Autorefresh.exe -name Autorefresh -showsplash 600 -exitdata 134_7c -vm C:\WINDOWS\system32\javaw.exe -vmargs -jar C:\Documents and Settings\X\Bureau\Warcraft_Autorefresh_1_1\startup.jar
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Fichiers communs\Adobe\AGL
USERNAME=X
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 6, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows XP Build 2600 Service Pack 2
CPU:total 2 family 6, cmov, cx8, fxsr, mmx, sse, sse2
Memory: 4k page, physical 522668k(157208k free), swap 1275052k(876232k free)
vm_info: Java HotSpot(TM) Client VM (1.6.0-b105) for windows-x86, built on Nov 29 2006 00:48:48 by "java_re" with unknown MS VC++:1310
Your help on this would be greatly appreciated.
Thanks.