All, I am facing some issues while using QT plugin with eclipse. I try to create my own custom widget and add it to another Frame/widget.
I can do this in eclipse but when I restart eclipse, it crashes. QT eclips eplugin version is qtjambi-eclipse-integration-win32-4.5.0_01 QT version I am using is qtjambi-win32-lgpl-4.5.0_01 I have also tried using qtjambi-win32-gpl-4.4.3_01 I also notice that when I drag a custom widget to another window/frame, I dont see the actual dialog/widget but only a small square box. I have tried these versions in different eclipse versions (Europa, Ganymede, Galelio) It seems to crash in all eclipse versions (only whn I add a custom widget to a frame) Can some find dirct me how to fix this. Eclipse Log file is attached below. # # An unexpected error has been detected by Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6504d1ad, pid=4264, tid=2188 # # Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode windows-x86) # Problematic frame: # C [QtGui4.dll+0x4d1ad] # # 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 (0x0209ec00): JavaThread "main" [_thread_in_native, id=2188, stack(0x00030000,0x00130000)] siginfo: ExceptionCode=0xc0000005, reading address 0x00000004 Registers: EAX=0x2873e1e8, EBX=0x00000000, ECX=0x00000000, EDX=0x6549fed0 ESP=0x0012d334, EBP=0x0012d354, ESI=0x00000000, EDI=0x00000000 EIP=0x6504d1ad, EFLAGS=0x00010216 Top of Stack: (sp=0x0012d334) 0x0012d334: 00000000 283e15a8 ffffffff 00000000 0x0012d344: 00000000 0012d434 654c0c09 00000000 0x0012d354: 0012d390 2761fcdf 0000004e 00000008 0x0012d364: 283e15a8 6541ec70 6541ecbe 00000008 0x0012d374: 283e15a8 276206d5 276206de 283e15a8 0x0012d384: 2873beb0 0012d960 283e15a8 0012d444 0x0012d394: 65054887 0012d960 f4c7b0d8 0012d960 0x0012d3a4: 283e15a8 0012d960 00000012 28563d00 Instructions: (pc=0x6504d1ad) 0x6504d19d: cc cc cc 55 8b ec 83 e4 f8 83 ec 14 53 8b d9 56 0x6504d1ad: 8b 73 04 57 8b ce 89 74 24 0c e8 e4 bc ff ff 8b Stack: [0x00030000,0x00130000], sp=0x0012d334, free space=1012k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [QtGui4.dll+0x4d1ad] C [QtDesignerComponents4.dll+0xbfcdf] C [QtGui4.dll+0x54887] C [QtGui4.dll+0x352f26] C [QtGui4.dll+0x3c5dba] C [QtGui4.dll+0x3edcd8] Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j org.eclipse.swt.internal.ole.win32.COM.VtblCall(IIILorg/eclipse/swt/internal/ole/win32/GUID;IILorg/eclipse/swt/internal/ole/win32/DISPPARAMS;ILorg/eclipse/swt/internal/ole/win32/EXCEPINFO;[I)I+0 j org.eclipse.swt.internal.ole.win32.IDispatch.Invoke(ILorg/eclipse/swt/internal/ole/win32/GUID;IILorg/eclipse/swt/internal/ole/win32/DISPPARAMS;ILorg/eclipse/swt/internal/ole/win32/EXCEPINFO;[I)I+19 j org.eclipse.swt.ole.win32.OleAutomation.invoke(II[Lorg/eclipse/swt/ole/win32/Variant;[ILorg/eclipse/swt/ole/win32/Variant;)I+232 j org.eclipse.swt.ole.win32.OleAutomation.invoke(I[Lorg/eclipse/swt/ole/win32/Variant;)Lorg/eclipse/swt/ole/win32/Variant;+14 j com.trolltech.qtdesigner.views.embedded.WidgetBoxW.initializeJambiPlugins(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z+92 j com.trolltech.qtdesigner.qtjambi.QtJambiConnection.loadPlugins(Lcom/trolltech/common/JambiCompatible;)V+228 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 com.trolltech.qtdesigner.views.embedded.WidgetBoxW.<init>(Lorg/eclipse/swt/widgets/Composite;I)V+404 j com.trolltech.qtdesigner.views.WidgetBoxView.createPartControl(Lorg/eclipse/swt/widgets/Composite;)V+8 j org.eclipse.ui.internal.ViewReference.createPartHelper()Lorg/eclipse/ui/IWorkbenchPart;+351 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.createControl(Lorg/eclipse/swt/widgets/Composite;Lorg/eclipse/ui/presentations/StackPresentation;)V+146 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+208 j org.eclipse.ui.internal.WorkbenchPage.onActivate()V+18 j org.eclipse.ui.internal.WorkbenchWindow$25.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$19.runWithException()V+8 j org.eclipse.ui.internal.StartupThreading$StartupRunnable.run()V+1 j org.eclipse.swt.widgets.RunnableLock.run()V+11 j org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z+29 j org.eclipse.swt.widgets.Display.runAsyncMessages(Z)Z+5 j org.eclipse.swt.widgets.Display.readAndDispatch()Z+74 j org.eclipse.ui.application.WorkbenchAdvisor.openWindows()Z+44 j org.eclipse.ui.internal.Workbench$27.runWithException()V+17 j org.eclipse.ui.internal.StartupThreading$StartupRunnable.run()V+1 j org.eclipse.swt.widgets.RunnableLock.run()V+11 j org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z+29 j org.eclipse.swt.widgets.Display.runAsyncMessages(Z)Z+5 j org.eclipse.swt.widgets.Display.readAndDispatch()Z+74 j org.eclipse.ui.internal.Workbench.runUI()I+220 j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1 j org.eclipse.ui.internal.Workbench$5.run()V+23 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.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+84 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;+161 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+114 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 ) 0x26adf800 JavaThread "Thread-4" daemon [_thread_blocked, id=4904, stack(0x287d0000,0x288d0000)] 0x26a89400 JavaThread "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon [_thread_blocked, id=3596, stack(0x27210000,0x27310000)] 0x25cdd400 JavaThread "Java indexing" daemon [_thread_blocked, id=4316, stack(0x270a0000,0x271a0000)] 0x25b8d800 JavaThread "Thread-2" [_thread_blocked, id=5124, stack(0x26570000,0x26670000)] 0x24e1a800 JavaThread "Thread-1" [_thread_blocked, id=4688, stack(0x26370000,0x26470000)] 0x25a8dc00 JavaThread "Worker-0" [_thread_blocked, id=4616, stack(0x26200000,0x26300000)] 0x24d67000 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=5364, stack(0x255d0000,0x256d0000)] 0x24d3ac00 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=2164, stack(0x25420000,0x25520000)] 0x24d3a800 JavaThread "State Data Manager" daemon [_thread_blocked, id=5828, stack(0x252c0000,0x253c0000)] 0x0213e800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5576, stack(0x24a70000,0x24b70000)] 0x0213a400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4156, stack(0x24970000,0x24a70000)] 0x02136c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=4592, stack(0x24870000,0x24970000)] 0x0212e400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5188, stack(0x24770000,0x24870000)] 0x0211a000 JavaThread "Finalizer" daemon [_thread_blocked, id=1840, stack(0x24670000,0x24770000)] 0x02118800 JavaThread "Reference Handler" daemon [_thread_blocked, id=5792, stack(0x24570000,0x24670000)] =>0x0209ec00 JavaThread "main" [_thread_in_native, id=2188, stack(0x00030000,0x00130000)] Other Threads: 0x02113c00 VMThread [stack: 0x24470000,0x24570000] [id=5316] 0x02141800 WatcherThread [stack: 0x24b70000,0x24c70000] [id=1060] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap def new generation total 2880K, used 442K [0x04250000, 0x04570000, 0x05600000) eden space 2560K, 10% used [0x04250000, 0x04295a40, 0x044d0000) from space 320K, 51% used [0x044d0000, 0x044f8e68, 0x04520000) to space 320K, 0% used [0x04520000, 0x04520000, 0x04570000) tenured generation total 37824K, used 22843K [0x05600000, 0x07af0000, 0x14250000) the space 37824K, 60% used [0x05600000, 0x06c4ec50, 0x06c4ee00, 0x07af0000) compacting perm gen total 42752K, used 42638K [0x14250000, 0x16c10000, 0x24250000) the space 42752K, 99% used [0x14250000, 0x16bf39e8, 0x16bf3a00, 0x16c10000) No shared spaces configured. Dynamic libraries: 0x00400000 - 0x0040e000 C:\Downloads\eclipse-SDK-3.4-win32\eclipse\eclipse.exe 0x77610000 - 0x77737000 C:\Windows\system32\ntdll.dll 0x76df0000 - 0x76ecc000 C:\Windows\system32\kernel32.dll 0x77150000 - 0x771ed000 C:\Windows\system32\USER32.dll 0x75cc0000 - 0x75d0b000 C:\Windows\system32\GDI32.dll 0x773b0000 - 0x77476000 C:\Windows\system32\ADVAPI32.dll 0x76c70000 - 0x76d33000 C:\Windows\system32\RPCRT4.dll 0x73680000 - 0x73705000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.6001.18000_none_886786f450a74a05\COMCTL32.dll 0x76d40000 - 0x76dea000 C:\Windows\system32\MSVCRT.dll 0x777f0000 - 0x7780e000 C:\Windows\system32\IMM32.DLL 0x772e0000 - 0x773a8000 C:\Windows\system32\MSCTF.dll 0x77750000 - 0x77759000 C:\Windows\system32\LPK.DLL 0x75da0000 - 0x75e1d000 C:\Windows\system32\USP10.dll 0x6c1b0000 - 0x6c1b5000 C:\Windows\system32\avgrsstx.dll 0x72000000 - 0x72014000 C:\Downloads\eclipse-SDK-3.4-win32\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.100.v20080509-1800\eclipse_1114.dll 0x74f10000 - 0x74f18000 C:\Windows\system32\VERSION.dll 0x76010000 - 0x76155000 C:\Windows\system32\ole32.dll 0x6d800000 - 0x6da56000 C:\Program Files\Java\jre6\bin\client\jvm.dll 0x742f0000 - 0x74322000 C:\Windows\system32\WINMM.dll 0x75d10000 - 0x75d9d000 C:\Windows\system32\OLEAUT32.dll 0x741c0000 - 0x741f9000 C:\Windows\system32\OLEACC.dll 0x7c340000 - 0x7c396000 C:\Program Files\Java\jre6\bin\MSVCR71.dll 0x75af0000 - 0x75b1c000 C:\Windows\system32\apphelp.dll 0x6d290000 - 0x6d298000 C:\Program Files\Java\jre6\bin\hpi.dll 0x75c20000 - 0x75c27000 C:\Windows\system32\PSAPI.DLL 0x6d7b0000 - 0x6d7bc000 C:\Program Files\Java\jre6\bin\verify.dll 0x6d330000 - 0x6d34f000 C:\Program Files\Java\jre6\bin\java.dll 0x6d7f0000 - 0x6d7ff000 C:\Program Files\Java\jre6\bin\zip.dll 0x74ff0000 - 0x7502b000 C:\Windows\system32\rsaenh.dll 0x75b70000 - 0x75b8e000 C:\Windows\system32\USERENV.dll 0x75b50000 - 0x75b64000 C:\Windows\system32\Secur32.dll 0x6d610000 - 0x6d623000 C:\Program Files\Java\jre6\bin\net.dll 0x77010000 - 0x7703d000 C:\Windows\system32\WS2_32.dll 0x77740000 - 0x77746000 C:\Windows\system32\NSI.dll 0x75270000 - 0x752ab000 C:\Windows\system32\mswsock.dll 0x752d0000 - 0x752d5000 C:\Windows\System32\wship6.dll 0x74860000 - 0x7486f000 C:\Windows\system32\NLAapi.dll 0x754b0000 - 0x754c9000 C:\Windows\system32\IPHLPAPI.DLL 0x75470000 - 0x754a5000 C:\Windows\system32\dhcpcsvc.DLL 0x756f0000 - 0x7571c000 C:\Windows\system32\DNSAPI.dll 0x75460000 - 0x75467000 C:\Windows\system32\WINNSI.DLL 0x75430000 - 0x75452000 C:\Windows\system32\dhcpcsvc6.DLL 0x73b60000 - 0x73b6f000 C:\Windows\system32\napinsp.dll 0x73430000 - 0x73442000 C:\Windows\system32\pnrpnsp.dll 0x003c0000 - 0x003e5000 C:\Program Files\Bonjour\mdnsNSP.dll 0x73510000 - 0x73518000 C:\Windows\System32\winrnr.dll 0x77810000 - 0x77859000 C:\Windows\system32\WLDAP32.dll 0x74e40000 - 0x74e45000 C:\Windows\System32\wshtcpip.dll 0x73fd0000 - 0x73fd6000 C:\Windows\system32\rasadhlp.dll 0x6d630000 - 0x6d639000 C:\Program Files\Java\jre6\bin\nio.dll 0x256d0000 - 0x25725000 C:\Downloads\eclipse-SDK-3.4-win32\eclipse\configuration\org.eclipse.osgi\bundles\136\1\.cp\swt-win32-3448.dll 0x77040000 - 0x770b3000 C:\Windows\system32\comdlg32.dll 0x77760000 - 0x777b9000 C:\Windows\system32\SHLWAPI.dll 0x74b80000 - 0x74d1e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6002.18005_none_5cb72f96088b0de0\COMCTL32.dll 0x76160000 - 0x76c70000 C:\Windows\system32\SHELL32.dll 0x771f0000 - 0x772d6000 C:\Windows\system32\WININET.dll 0x77860000 - 0x77863000 C:\Windows\system32\Normaliz.dll 0x76ed0000 - 0x77001000 C:\Windows\system32\urlmon.dll 0x75e20000 - 0x76008000 C:\Windows\system32\iertutil.dll 0x74900000 - 0x7493f000 C:\Windows\system32\uxtheme.dll 0x019e0000 - 0x019f4000 C:\Downloads\eclipse-SDK-3.4-win32\eclipse\configuration\org.eclipse.osgi\bundles\136\1\.cp\swt-gdip-win32-3448.dll 0x74390000 - 0x7453b000 C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.6002.18005_none_9e50b396ca17ae07\gdiplus.dll 0x02180000 - 0x02188000 C:\Downloads\eclipse-SDK-3.4-win32\eclipse\configuration\org.eclipse.osgi\bundles\28\1\.cp\os\win32\x86\localfile_1_0_0.dll 0x770c0000 - 0x77144000 C:\Windows\system32\CLBCatQ.DLL 0x6ca30000 - 0x6ca60000 C:\Windows\system32\mlang.dll 0x27510000 - 0x2755d000 C:\Downloads\QT\qtjambi-win32-lgpl-4.5.0_01\qtjambi-win32-lgpl-4.5.0_01\bin\qtdesigner.dll 0x27560000 - 0x27732000 C:\Downloads\QT\qtjambi-win32-lgpl-4.5.0_01\qtjambi-win32-lgpl-4.5.0_01\bin\QtDesignerComponents4.dll 0x27750000 - 0x279d6000 C:\Downloads\QT\qtjambi-win32-lgpl-4.5.0_01\qtjambi-win32-lgpl-4.5.0_01\bin\QtDesigner4.dll 0x279f0000 - 0x27a98000 C:\Downloads\QT\qtjambi-win32-lgpl-4.5.0_01\qtjambi-win32-lgpl-4.5.0_01\bin\QtScript4.dll 0x67000000 - 0x671e2000 C:\Downloads\QT\qtjambi-win32-lgpl-4.5.0_01\qtjambi-win32-lgpl-4.5.0_01\bin\QtCore4.dll 0x72200000 - 0x72287000 C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4016_none_d0893820442e7fe4\MSVCP80.dll 0x759f0000 - 0x75a8b000 C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4016_none_d0893820442e7fe4\MSVCR80.dll 0x61000000 - 0x61054000 C:\Downloads\QT\qtjambi-win32-lgpl-4.5.0_01\qtjambi-win32-lgpl-4.5.0_01\bin\QtXml4.dll 0x65000000 - 0x6573d000 C:\Downloads\QT\qtjambi-win32-lgpl-4.5.0_01\qtjambi-win32-lgpl-4.5.0_01\bin\QtGui4.dll 0x73760000 - 0x737a2000 C:\Windows\system32\WINSPOOL.DRV 0x71310000 - 0x7131c000 C:\Windows\system32\dwmapi.dll 0x75a90000 - 0x75aef000 C:\Windows\system32\SXS.DLL 0x27ca0000 - 0x27cd2000 C:\Downloads\QT\qtjambi-win32-lgpl-4.5.0_01\qtjambi-win32-lgpl-4.5.0_01\bin\qtjambi.dll 0x27ce0000 - 0x27ce9000 C:\Downloads\QT\qtjambi-win32-lgpl-4.5.0_01\qtjambi-win32-lgpl-4.5.0_01\plugins\designer\JambiCustomWidget.dll 0x27d00000 - 0x27d15000 C:\Downloads\QT\qtjambi-win32-lgpl-4.5.0_01\qtjambi-win32-lgpl-4.5.0_01\plugins\designer\JambiLanguage.dll 0x288d0000 - 0x2898d000 C:\Downloads\QT\qtjambi-win32-lgpl-4.5.0_01\qtjambi-win32-lgpl-4.5.0_01\bin\com_trolltech_qt_core.dll 0x28990000 - 0x28e3e000 C:\Downloads\QT\qtjambi-win32-lgpl-4.5.0_01\qtjambi-win32-lgpl-4.5.0_01\bin\com_trolltech_qt_gui.dll 0x66000000 - 0x66041000 C:\Downloads\QT\qtjambi-win32-lgpl-4.5.0_01\qtjambi-win32-lgpl-4.5.0_01\bin\QtSvg4.dll 0x27d60000 - 0x27d72000 C:\Downloads\QT\qtjambi-win32-lgpl-4.5.0_01\qtjambi-win32-lgpl-4.5.0_01\bin\com_trolltech_tools_designer.dll 0x29640000 - 0x29681000 C:\Downloads\QT\qtjambi-win32-lgpl-4.5.0_01\qtjambi-win32-lgpl-4.5.0_01\bin\com_trolltech_qt_xml.dll 0x64000000 - 0x640e0000 C:\Downloads\QT\qtjambi-win32-lgpl-4.5.0_01\qtjambi-win32-lgpl-4.5.0_01\bin\QtNetwork4.dll 0x29790000 - 0x297cf000 C:\Downloads\QT\qtjambi-win32-lgpl-4.5.0_01\qtjambi-win32-lgpl-4.5.0_01\bin\phonon4.dll 0x297d0000 - 0x2a097000 C:\Downloads\QT\qtjambi-win32-lgpl-4.5.0_01\qtjambi-win32-lgpl-4.5.0_01\bin\QtWebKit4.dll 0x2a0b0000 - 0x2a0de000 C:\Downloads\QT\qtjambi-win32-lgpl-4.5.0_01\qtjambi-win32-lgpl-4.5.0_01\bin\com_trolltech_qt_webkit.dll VM Arguments: jvm_args: -Xms40m -Xmx256m -XX:MaxPermSize=256m java_command: <unknown> Launcher Type: generic Environment Variables: CLASSPATH=.;C:\Program Files\Java\jre1.6.0_07\lib\ext\QTJava.zip PATH=C:/Program Files/Java/jre6/bin/client;C:/Program Files/Java/jre6/bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\YourKit Java Profiler 8.0.8\bin\win32;C:\Program Files\OpenVPN\bin;C:\Program Files\YourKit Java Profiler 8.0.8\bin\win32 USERNAME=deepaka OS=Windows_NT PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel --------------- S Y S T E M --------------- OS: Windows Vista Build 6002 Service Pack 2 CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 7 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3 Memory: 4k page, physical 2097151k(1939872k free), swap 4194303k(4194303k free) vm_info: Java HotSpot(TM) Client VM (11.3-b02) for windows-x86 JRE (1.6.0_13-b03), built on Mar 9 2009 01:15:24 by "java_re" with MS VC++ 7.1 time: Wed Jul 08 08:11:22 2009 elapsed time: 5 seconds -- ------ Deepak Milton Keynes
_______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
