EXCEPTION_ACCESS_VIOLATION durch Swt.OleControlSite

Zerwas

Mitglied
Hallo,

ich habe in meinem Programm Axis-Kameras eingebunden. Dieses habe ich über ein SWT.OleControlSite gemacht.
Bsp.:
Code:
OleFrame frame = new OleFrame(this, style);
OleControlSite controlSite = new OleControlSite(frame, SWT.NONE, "AxisMediaControl.AxisMediaControl.1");
OleAutomation automation = new OleAutomation(controlSite);

Mit
Code:
automation.getIDsOfNames(int ID)
und
Code:
automation.setProperty
habe ich die Kamera Konfiguriert und abgespielt.

Mein Problem ist, dass nach einer unbestimmten Zeit, ohne das irgendwelche Änderungen gemacht werden, mein Programm einfach geschlossen wird.
ich kriege Folgende Fehlermeldung:
Code:
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x77F48E20
Function=RtlFreeHeap+0x3E2
Library=C:\WINDOWS\System32\ntdll.dll

Current Java thread:
	at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1475)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2380)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
	at org.eclipse.ui.tutorials.rcp.part1.RcpApplication.run(RcpApplication.java:19)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:307)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:256)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
	at org.eclipse.core.launcher.Main.run(Main.java:644)
	at org.eclipse.core.launcher.Main.main(Main.java:628)

Dynamic libraries:
0x00400000 - 0x00407000 	C:\WINDOWS\system32\javaw.exe
0x77F40000 - 0x77FEE000 	C:\WINDOWS\System32\ntdll.dll
0x77E40000 - 0x77F38000 	C:\WINDOWS\system32\kernel32.dll
0x77DA0000 - 0x77E3C000 	C:\WINDOWS\system32\ADVAPI32.dll
0x78000000 - 0x78086000 	C:\WINDOWS\system32\RPCRT4.dll
0x77D10000 - 0x77D9C000 	C:\WINDOWS\system32\USER32.dll
0x77C40000 - 0x77C80000 	C:\WINDOWS\system32\GDI32.dll
0x77BE0000 - 0x77C33000 	C:\WINDOWS\system32\MSVCRT.dll
0x76330000 - 0x7634C000 	C:\WINDOWS\System32\IMM32.DLL
0x62E10000 - 0x62E18000 	C:\WINDOWS\system32\LPK.DLL
0x72F10000 - 0x72F6A000 	C:\WINDOWS\system32\USP10.dll
0x08000000 - 0x08138000 	C:\Programme\Java\j2re1.4.2_03\bin\client\jvm.dll
0x76AF0000 - 0x76B1D000 	C:\WINDOWS\system32\WINMM.dll
0x10000000 - 0x10007000 	C:\Programme\Java\j2re1.4.2_03\bin\hpi.dll
0x00830000 - 0x0083E000 	C:\Programme\Java\j2re1.4.2_03\bin\verify.dll
0x00840000 - 0x00859000 	C:\Programme\Java\j2re1.4.2_03\bin\java.dll
0x00860000 - 0x0086D000 	C:\Programme\Java\j2re1.4.2_03\bin\zip.dll
0x02EE0000 - 0x02EEF000 	C:\Programme\Java\j2re1.4.2_03\bin\net.dll
0x71A10000 - 0x71A25000 	C:\WINDOWS\system32\WS2_32.dll
0x71A00000 - 0x71A08000 	C:\WINDOWS\system32\WS2HELP.dll
0x02EF0000 - 0x02EF8000 	C:\Programme\Java\j2re1.4.2_03\bin\nio.dll
0x03300000 - 0x0334D000 	C:\Dokumente und Einstellungen\Buchallik\Desktop\SimagoGekürzt\plugins\org.eclipse.swt.win32_3.0.0\os\win32\x86\swt-win32-3052.dll
0x7CCC0000 - 0x7CDE1000 	C:\WINDOWS\system32\ole32.dll
0x77310000 - 0x7739B000 	C:\WINDOWS\system32\COMCTL32.dll
0x76350000 - 0x76396000 	C:\WINDOWS\system32\comdlg32.dll
0x70A70000 - 0x70AD5000 	C:\WINDOWS\system32\SHLWAPI.dll
0x773A0000 - 0x77B9C000 	C:\WINDOWS\system32\SHELL32.dll
0x770F0000 - 0x7717B000 	C:\WINDOWS\system32\OLEAUT32.dll
0x78090000 - 0x78174000 	C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll
0x5B0F0000 - 0x5B124000 	C:\WINDOWS\System32\uxtheme.dll
0x746A0000 - 0x746E4000 	C:\WINDOWS\System32\MSCTF.dll
0x03530000 - 0x0355B000 	C:\WINDOWS\System32\msctfime.ime
0x74C00000 - 0x74C2C000 	C:\WINDOWS\system32\oleacc.dll
0x76020000 - 0x76081000 	C:\WINDOWS\system32\MSVCP60.dll
0x74670000 - 0x74696000 	C:\WINDOWS\System32\Msimtf.dll
0x76320000 - 0x76325000 	C:\WINDOWS\system32\msimg32.dll
0x719B0000 - 0x719EC000 	C:\WINDOWS\system32\mswsock.dll
0x719F0000 - 0x719F8000 	C:\WINDOWS\System32\wshtcpip.dll
0x76EE0000 - 0x76F05000 	C:\WINDOWS\system32\DNSAPI.dll
0x76D20000 - 0x76D37000 	C:\WINDOWS\system32\iphlpapi.dll
0x76F70000 - 0x76F77000 	C:\WINDOWS\System32\winrnr.dll
0x76F20000 - 0x76F4D000 	C:\WINDOWS\system32\WLDAP32.dll
0x76F80000 - 0x76F85000 	C:\WINDOWS\system32\rasadhlp.dll
0x76F90000 - 0x77008000 	C:\WINDOWS\system32\CLBCATQ.DLL
0x77010000 - 0x770E3000 	C:\WINDOWS\system32\COMRes.dll
0x77BD0000 - 0x77BD7000 	C:\WINDOWS\system32\VERSION.dll
0x03E00000 - 0x03E76000 	C:\PROGRA~1\AXISCO~1\AXISME~1\AXISME~1.DLL
0x63000000 - 0x63097000 	C:\WINDOWS\system32\WININET.dll
0x76260000 - 0x762E9000 	C:\WINDOWS\system32\CRYPT32.dll
0x76240000 - 0x76250000 	C:\WINDOWS\system32\MSASN1.dll
0x73B40000 - 0x73B60000 	C:\WINDOWS\System32\MSVFW32.dll
0x76F50000 - 0x76F60000 	C:\WINDOWS\system32\Secur32.dll
0x60000000 - 0x6002E000 	C:\PROGRA~1\AXISCO~1\AXISME~1\ijl.dll
0x75E30000 - 0x75ED8000 	C:\WINDOWS\system32\SXS.DLL
0x71A30000 - 0x71A39000 	C:\WINDOWS\system32\wsock32.dll
0x76EA0000 - 0x76ED7000 	C:\WINDOWS\system32\RASAPI32.DLL
0x76E50000 - 0x76E61000 	C:\WINDOWS\system32\rasman.dll
0x71BA0000 - 0x71BEE000 	C:\WINDOWS\system32\NETAPI32.dll
0x76E70000 - 0x76E9B000 	C:\WINDOWS\system32\TAPI32.dll
0x76E40000 - 0x76E4D000 	C:\WINDOWS\system32\rtutils.dll
0x72240000 - 0x72245000 	C:\WINDOWS\system32\sensapi.dll
0x75A10000 - 0x75AB7000 	C:\WINDOWS\system32\USERENV.dll
0x1A400000 - 0x1A47A000 	C:\WINDOWS\system32\urlmon.dll
0x73B30000 - 0x73B36000 	C:\WINDOWS\system32\DCIMAN32.DLL
0x76C50000 - 0x76C72000 	C:\WINDOWS\system32\imagehlp.dll
0x6DA00000 - 0x6DA7D000 	C:\WINDOWS\system32\DBGHELP.dll
0x76BB0000 - 0x76BBB000 	C:\WINDOWS\system32\PSAPI.DLL

Heap at VM Abort:
Heap
 def new generation   total 576K, used 401K [0x10010000, 0x100b0000, 0x104f0000)
  eden space 512K,  75% used [0x10010000, 0x100700c8, 0x10090000)
  from space 64K,  26% used [0x10090000, 0x100943b8, 0x100a0000)
  to   space 64K,   0% used [0x100a0000, 0x100a0000, 0x100b0000)
 tenured generation   total 5128K, used 2680K [0x104f0000, 0x109f2000, 0x14010000)
   the space 5128K,  52% used [0x104f0000, 0x1078e218, 0x1078e400, 0x109f2000)
 compacting perm gen  total 11008K, used 10903K [0x14010000, 0x14ad0000, 0x18010000)
   the space 11008K,  99% used [0x14010000, 0x14ab5dc0, 0x14ab5e00, 0x14ad0000)

Local Time = Fri Sep 03 17:05:14 2004
Elapsed Time = 3198
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_03-b02 mixed mode)
#
 

Neue Beiträge

Zurück