Regina Ochotzki wrote: > I'm working on windows 2000 and my xml Mind is crashing all the time. After > reboot it works fine for a while, but after one crash it will crash again and > again. > > Maybe you can help me?
Well, not really. It is not XMLmind XML Editor which crashes. It is Java. (I know, for you, there is not much difference.) What you describe looks very much like this bug: http://bugs.sun.com/bugdatabase/view_bug.do;:YfiG?bug_id=6225432 Does this bug happen after you take several screenshots (or after you copy images to the clipboard by other means)? It would help other "XXE on Windows" users if you could answer this question, so please take the time to send us another email answering this question. *If* *this* *is* *the* *case*, this means that, in order to avoid this crash, * for now, do not use Alt-Printscreen and do not copy image to the clipboard by any other mean; * in the future, upgrade your Java runtime in the hope that Sun, the author of Java, will fix this bug. > # > # An unexpected error has been detected by HotSpot Virtual Machine: > # > # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x780104ac, pid=2244, > tid=1204 > # > # Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode, sharing) > # Problematic frame: > # C [MSVCRT.dll+0x104ac] > # > > --------------- T H R E A D --------------- > > Current thread (0x045bade8): JavaThread "AWT-EventQueue-0" > [_thread_in_native, id=1204] > > siginfo: ExceptionCode=0xc0000005, reading address 0x0318c000 > > Registers: > EAX=0x0318c000, EBX=0x2b5df070, ECX=0x010126e8, EDX=0xffffffff > ESP=0x04c5f314, EBP=0x04c5f33c, ESI=0x0318b780, EDI=0x045bade8 > EIP=0x780104ac, EFLAGS=0x00010206 > > Top of Stack: (sp=0x04c5f314) > 0x04c5f314: 6d0cac06 0318b780 045bade8 2ac82740 > 0x04c5f324: 2b5df070 045bb780 04c5f31c 04c5fd60 > 0x04c5f334: 6d0f36e8 00000000 04c5f370 00a0826f > 0x04c5f344: 045baea8 04c5f378 00000011 00000000 > 0x04c5f354: 04c5f354 00000000 04c5f384 2b5df4d0 > 0x04c5f364: 00000000 2b5df070 04c5f380 04c5f3a4 > 0x04c5f374: 00a029fa 2b5df478 00a06453 00000011 > 0x04c5f384: 00000000 04c5f388 2ac826a4 04c5f3b4 > > Instructions: (pc=0x780104ac) > 0x7801049c: 42 42 66 85 c0 75 f1 8b 44 24 04 c3 8b 44 24 04 > 0x780104ac: 66 8b 08 40 40 66 85 c9 75 f6 2b 44 24 04 d1 f8 > > > Stack: [0x04b60000,0x04c60000), sp=0x04c5f314, free space=1020k > Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native > code) > C [MSVCRT.dll+0x104ac] > j > sun.awt.windows.WDataTransferer.getClipboardFormatName(J)Ljava/lang/String;+0 > j sun.awt.windows.WDataTransferer.getNativeForFormat(J)Ljava/lang/String;+20 > j > sun.awt.datatransfer.DataTransferer.getFlavorsForFormats([JLjava/awt/datatransfer/FlavorTable;)Ljava/util/Map;+51 > j > sun.awt.datatransfer.ClipboardTransferable.<init>(Lsun/awt/datatransfer/SunClipboard;)V+55 > j > sun.awt.datatransfer.SunClipboard.getContents(Ljava/lang/Object;)Ljava/awt/datatransfer/Transferable;+17 > j > com.xmlmind.xmledit.guiutil.Clipboard.getImpl(Ljava/awt/Component;)Ljava/lang/String;+22 > j > com.xmlmind.xmledit.guiutil.Clipboard.get(Ljava/awt/Component;)Ljava/lang/String;+15 > j > com.xmlmind.xmledit.command.Paste.prepareCommand(Lcom/xmlmind/xmledit/gadget/Gadget;Ljava/lang/String;II)Z+206 > J com.xmlmind.xmleditapp.kit.EditAction.updateEnabled()V > J com.xmlmind.xmleditapp.kit.AppAction.editingContextChanged()V > J > com.xmlmind.xmleditapp.kit.App.editingContextChanged(Lcom/xmlmind/xmleditapp/kit/OpenedDocument;)V > j > com.xmlmind.xmleditapp.kit.OpenedDocument.contextChanged(Lcom/xmlmind/xmledit/edit/ContextChangeEvent;)V+5 > j com.xmlmind.xmledit.edit.MarkManager.notifyContextChangeListeners(Z)V+26 > j > com.xmlmind.xmledit.edit.MarkManager.notifyContextChangeListeners([Lcom/xmlmind/xmledit/edit/MarkChangeEvent$Change;)V+552 > j > com.xmlmind.xmledit.edit.MarkManager.notifyMarkChangeListeners([Lcom/xmlmind/xmledit/edit/MarkChangeEvent$Change;)V+54 > j com.xmlmind.xmledit.edit.MarkManager.endBatchMarking()V+37 > j > com.xmlmind.xmledit.command.SelectAt.doExecuteCommand(Lcom/xmlmind/xmledit/view/DocumentView;Ljava/lang/String;II)Ljava/lang/Object;+126 > j > com.xmlmind.xmledit.command.RecordableCommand.executeCommand(Lcom/xmlmind/xmledit/gadget/Gadget;Ljava/lang/String;II)Ljava/lang/Object;+21 > j > com.xmlmind.xmledit.gadget.Bindings.executeCommand(Ljava/util/EventObject;Lcom/xmlmind/xmledit/gadget/Command;Ljava/lang/String;II)V+28 > j > com.xmlmind.xmledit.gadget.Bindings.handleMouseEvent(Ljava/awt/event/MouseEvent;)V+142 > j > com.xmlmind.xmledit.view.DocumentView.handleMouseEvent(Ljava/awt/event/MouseEvent;)V+5 > j > com.xmlmind.xmledit.gadget.EventDispatcher.dispatchMouseEvent(Ljava/awt/event/MouseEvent;Lcom/xmlmind/xmledit/gadget/EventDispatcher$MouseEventTargets;)V+83 > j > com.xmlmind.xmledit.gadget.EventDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)V+236 > J > com.xmlmind.xmledit.view.DocumentViewEventDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)V > J com.xmlmind.xmledit.gadget.GadgetPanel.processEvent(Ljava/awt/AWTEvent;)V > J java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V > J java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V > J > java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V > J > java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z > J java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z > J java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V > J java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V > J java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V > J > java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z > j > java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26 > j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4 > j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3 > j java.awt.EventDispatchThread.run()V+9 > v ~StubRoutines::call_stub > V [jvm.dll+0x845a9] > V [jvm.dll+0xd9317] > V [jvm.dll+0x8447a] > V [jvm.dll+0x841d7] > V [jvm.dll+0x9ed69] > V [jvm.dll+0x109fe3] > V [jvm.dll+0x109fb1] > C [MSVCRT.dll+0x85bc] > C [KERNEL32.dll+0xb388] > > Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) > j > sun.awt.windows.WDataTransferer.getClipboardFormatName(J)Ljava/lang/String;+0 > j sun.awt.windows.WDataTransferer.getNativeForFormat(J)Ljava/lang/String;+20 > j > sun.awt.datatransfer.DataTransferer.getFlavorsForFormats([JLjava/awt/datatransfer/FlavorTable;)Ljava/util/Map;+51 > j > sun.awt.datatransfer.ClipboardTransferable.<init>(Lsun/awt/datatransfer/SunClipboard;)V+55 > j > sun.awt.datatransfer.SunClipboard.getContents(Ljava/lang/Object;)Ljava/awt/datatransfer/Transferable;+17 > j > com.xmlmind.xmledit.guiutil.Clipboard.getImpl(Ljava/awt/Component;)Ljava/lang/String;+22 > j > com.xmlmind.xmledit.guiutil.Clipboard.get(Ljava/awt/Component;)Ljava/lang/String;+15 > j > com.xmlmind.xmledit.command.Paste.prepareCommand(Lcom/xmlmind/xmledit/gadget/Gadget;Ljava/lang/String;II)Z+206 > J com.xmlmind.xmleditapp.kit.EditAction.updateEnabled()V > J com.xmlmind.xmleditapp.kit.AppAction.editingContextChanged()V > J > com.xmlmind.xmleditapp.kit.App.editingContextChanged(Lcom/xmlmind/xmleditapp/kit/OpenedDocument;)V > j > com.xmlmind.xmleditapp.kit.OpenedDocument.contextChanged(Lcom/xmlmind/xmledit/edit/ContextChangeEvent;)V+5 > j com.xmlmind.xmledit.edit.MarkManager.notifyContextChangeListeners(Z)V+26 > j > com.xmlmind.xmledit.edit.MarkManager.notifyContextChangeListeners([Lcom/xmlmind/xmledit/edit/MarkChangeEvent$Change;)V+552 > j > com.xmlmind.xmledit.edit.MarkManager.notifyMarkChangeListeners([Lcom/xmlmind/xmledit/edit/MarkChangeEvent$Change;)V+54 > j com.xmlmind.xmledit.edit.MarkManager.endBatchMarking()V+37 > j > com.xmlmind.xmledit.command.SelectAt.doExecuteCommand(Lcom/xmlmind/xmledit/view/DocumentView;Ljava/lang/String;II)Ljava/lang/Object;+126 > j > com.xmlmind.xmledit.command.RecordableCommand.executeCommand(Lcom/xmlmind/xmledit/gadget/Gadget;Ljava/lang/String;II)Ljava/lang/Object;+21 > j > com.xmlmind.xmledit.gadget.Bindings.executeCommand(Ljava/util/EventObject;Lcom/xmlmind/xmledit/gadget/Command;Ljava/lang/String;II)V+28 > j > com.xmlmind.xmledit.gadget.Bindings.handleMouseEvent(Ljava/awt/event/MouseEvent;)V+142 > j > com.xmlmind.xmledit.view.DocumentView.handleMouseEvent(Ljava/awt/event/MouseEvent;)V+5 > j > com.xmlmind.xmledit.gadget.EventDispatcher.dispatchMouseEvent(Ljava/awt/event/MouseEvent;Lcom/xmlmind/xmledit/gadget/EventDispatcher$MouseEventTargets;)V+83 > j > com.xmlmind.xmledit.gadget.EventDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)V+236 > J > com.xmlmind.xmledit.view.DocumentViewEventDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)V > J com.xmlmind.xmledit.gadget.GadgetPanel.processEvent(Ljava/awt/AWTEvent;)V > J java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V > J java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V > J > java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V > J > java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z > J java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z > J java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V > J java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V > J java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V > J > java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z > j > java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26 > j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4 > j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3 > j java.awt.EventDispatchThread.run()V+9 > v ~StubRoutines::call_stub > > --------------- P R O C E S S --------------- > > Java Threads: ( => current thread ) > 0x00737c60 JavaThread "DestroyJavaVM" [_thread_blocked, id=1804] > 0x047a39f0 JavaThread "TimerQueue" daemon [_thread_blocked, id=1496] > =>0x045bade8 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=1204] > 0x045bdc90 JavaThread "AWT-Shutdown" [_thread_blocked, id=2424] > 0x0458bda8 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2032] > 0x03228518 JavaThread "AWT-Windows" daemon [_thread_in_native, id=1200] > 0x0099a878 JavaThread "Low Memory Detector" daemon [_thread_blocked, > id=2408] > 0x00737840 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1240] > 0x00998828 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2160] > 0x009937a8 JavaThread "Finalizer" daemon [_thread_blocked, id=588] > 0x00992290 JavaThread "Reference Handler" daemon [_thread_blocked, id=2404] > > Other Threads: > 0x0098f9a8 VMThread [id=824] > 0x009b5818 WatcherThread [id=828] > > VM state:not at safepoint (normal execution) > > VM Mutex/Monitor currently owned by a thread: None > > Heap > def new generation total 2240K, used 633K [0x1ea80000, 0x1ece0000, > 0x1f450000) > eden space 2048K, 30% used [0x1ea80000, 0x1eb1e5c0, 0x1ec80000) > from space 192K, 0% used [0x1ec80000, 0x1ec80000, 0x1ecb0000) > to space 192K, 0% used [0x1ecb0000, 0x1ecb0000, 0x1ece0000) > tenured generation total 28364K, used 24247K [0x1f450000, 0x21003000, > 0x26a80000) > the space 28364K, 85% used [0x1f450000, 0x20bfdcf8, 0x20bfde00, > 0x21003000) > compacting perm gen total 8192K, used 7123K [0x26a80000, 0x27280000, > 0x2aa80000) > the space 8192K, 86% used [0x26a80000, 0x27174ed0, 0x27175000, 0x27280000) > ro space 8192K, 63% used [0x2aa80000, 0x2af8b178, 0x2af8b200, 0x2b280000) > rw space 12288K, 46% used [0x2b280000, 0x2b819fa8, 0x2b81a000, > 0x2be80000) > > Dynamic libraries: > 0x00400000 - 0x0040c000 C:\Programme\Java\jre1.5.0_06\bin\javaw.exe > 0x77880000 - 0x77902000 C:\WINNT\system32\ntdll.dll > 0x79350000 - 0x793b5000 C:\WINNT\system32\ADVAPI32.dll > 0x77e70000 - 0x77f30000 C:\WINNT\system32\KERNEL32.dll > 0x77d20000 - 0x77d98000 C:\WINNT\system32\RPCRT4.dll > 0x77e00000 - 0x77e69000 C:\WINNT\system32\USER32.dll > 0x77f40000 - 0x77f7c000 C:\WINNT\system32\GDI32.dll > 0x78000000 - 0x78045000 C:\WINNT\system32\MSVCRT.dll > 0x6d670000 - 0x6d804000 C:\Programme\Java\jre1.5.0_06\bin\client\jvm.dll > 0x77540000 - 0x77571000 C:\WINNT\system32\WINMM.dll > 0x6d280000 - 0x6d288000 C:\Programme\Java\jre1.5.0_06\bin\hpi.dll > 0x68f30000 - 0x68f3b000 C:\WINNT\system32\PSAPI.DLL > 0x6d640000 - 0x6d64c000 C:\Programme\Java\jre1.5.0_06\bin\verify.dll > 0x6d300000 - 0x6d31d000 C:\Programme\Java\jre1.5.0_06\bin\java.dll > 0x6d660000 - 0x6d66f000 C:\Programme\Java\jre1.5.0_06\bin\zip.dll > 0x6d000000 - 0x6d167000 C:\Programme\Java\jre1.5.0_06\bin\awt.dll > 0x777f0000 - 0x7780e000 C:\WINNT\system32\WINSPOOL.DRV > 0x782f0000 - 0x78301000 C:\WINNT\system32\MPR.DLL > 0x75df0000 - 0x75e0a000 C:\WINNT\system32\IMM32.dll > 0x7ce80000 - 0x7cf6f000 C:\WINNT\system32\ole32.dll > 0x51000000 - 0x51049000 C:\WINNT\system32\ddraw.dll > 0x72810000 - 0x72816000 C:\WINNT\system32\DCIMAN32.dll > 0x5c000000 - 0x5c0c8000 C:\WINNT\system32\D3DIM700.DLL > 0x10000000 - 0x100d4000 C:\WINNT\system32\nView.dll > 0x772a0000 - 0x77306000 C:\WINNT\system32\SHLWAPI.dll > 0x7cf90000 - 0x7d1db000 C:\WINNT\system32\SHELL32.dll > 0x71710000 - 0x71794000 C:\WINNT\system32\COMCTL32.dll > 0x77810000 - 0x77817000 C:\WINNT\system32\VERSION.dll > 0x75940000 - 0x75946000 C:\WINNT\system32\LZ32.DLL > 0x69470000 - 0x69499000 C:\WINNT\system32\OLEPRO32.DLL > 0x779a0000 - 0x77a3b000 C:\WINNT\system32\OLEAUT32.dll > 0x6e330000 - 0x6e336000 C:\WINNT\system32\INDICDLL.dll > 0x63000000 - 0x63014000 C:\WINNT\system32\SynTPFcs.dll > 0x04320000 - 0x0433d000 C:\WINNT\system32\kmw_dll.dll > 0x0ffc0000 - 0x0ffff000 C:\WINNT\system32\wow32.dll > 0x0f000000 - 0x0f0a2000 C:\WINNT\system32\ntvdm.exe > 0x76b00000 - 0x76b3f000 C:\WINNT\system32\comdlg32.dll > 0x694d0000 - 0x694ef000 C:\WINNT\system32\OLEACC.dll > 0x6d240000 - 0x6d27d000 > C:\Programme\Java\jre1.5.0_06\bin\fontmanager.dll > 0x6d4c0000 - 0x6d4d3000 C:\Programme\Java\jre1.5.0_06\bin\net.dll > 0x74fa0000 - 0x74fb4000 C:\WINNT\system32\WS2_32.dll > 0x74f90000 - 0x74f98000 C:\WINNT\system32\WS2HELP.DLL > 0x6d4e0000 - 0x6d4e9000 C:\Programme\Java\jre1.5.0_06\bin\nio.dll > 0x6d3c0000 - 0x6d3df000 C:\Programme\Java\jre1.5.0_06\bin\jpeg.dll > 0x6d190000 - 0x6d1bf000 C:\Programme\Java\jre1.5.0_06\bin\cmm.dll > 0x784a0000 - 0x7852f000 C:\WINNT\system32\CLBCATQ.DLL > 0x04de0000 - 0x04e4f000 C:\Programme\TortoiseSVN\bin\tortoisesvn.dll > 0x09bd0000 - 0x09c67000 C:\WINNT\system32\WININET.dll > 0x799d0000 - 0x79a5c000 C:\WINNT\system32\CRYPT32.dll > 0x77400000 - 0x77411000 C:\WINNT\system32\MSASN1.dll > 0x6eec0000 - 0x6eee2000 C:\Programme\TortoiseSVN\bin\libapr.dll > 0x74f60000 - 0x74f73000 C:\WINNT\system32\MSWSOCK.dll > 0x77970000 - 0x77994000 C:\WINNT\system32\DNSAPI.DLL > 0x74fc0000 - 0x74fc9000 C:\WINNT\system32\WSOCK32.dll > 0x78130000 - 0x781cb000 C:\WINNT\system32\MSVCR80.dll > 0x6ee60000 - 0x6ee88000 C:\Programme\TortoiseSVN\bin\libaprutil.dll > 0x6ee50000 - 0x6ee5d000 C:\Programme\TortoiseSVN\bin\libapriconv.dll > 0x09c70000 - 0x09c7c000 C:\Programme\TortoiseSVN\bin\intl3_svn.dll > 0x7c420000 - 0x7c4a7000 C:\WINNT\system32\MSVCP80.dll > 0x77840000 - 0x7787f000 C:\WINNT\system32\cscui.dll > 0x77090000 - 0x770b3000 C:\WINNT\system32\CSCDLL.DLL > 0x09d90000 - 0x09eac000 C:\Programme\TortoiseCVS\TrtseShl.dll > 0x7c3a0000 - 0x7c41b000 C:\WINNT\system32\MSVCP71.dll > 0x7c340000 - 0x7c396000 C:\WINNT\system32\MSVCR71.dll > 0x750d0000 - 0x750dc000 C:\WINNT\System32\ntlanman.dll > 0x7ce20000 - 0x7ce73000 C:\WINNT\System32\NETAPI32.dll > 0x75130000 - 0x75136000 C:\WINNT\System32\NETRAP.dll > 0x77be0000 - 0x77bf1000 C:\WINNT\System32\NTDSAPI.dll > 0x77940000 - 0x7796c000 C:\WINNT\system32\WLDAP32.DLL > 0x79430000 - 0x7943f000 C:\WINNT\System32\SECUR32.DLL > 0x750c0000 - 0x750d0000 C:\WINNT\System32\SAMLIB.dll > 0x75180000 - 0x75195000 C:\WINNT\System32\NETUI0.dll > 0x75140000 - 0x75178000 C:\WINNT\System32\NETUI1.dll > 0x766a0000 - 0x766a9000 C:\WINNT\system32\LINKINFO.DLL > 0x76f70000 - 0x76f7f000 C:\WINNT\system32\ntshrui.dll > 0x773b0000 - 0x773c5000 C:\WINNT\system32\ATL.DLL > > VM Arguments: > jvm_args: -Xss1m -Xmx128m -DXXE_GUI= -DXXE_ADDON_PATH= > java_command: com.xmlmind.xmleditapp.start.Start > E:\Developer\Documents\Projects\DynaCAD1.1\SPEC\sec-alternator.xml > Launcher Type: SUN_STANDARD > > Environment Variables: > CLASSPATH=C:\Apple\Library\Java\xml4j.jar;C:\Apple\Library\JDK\lib\swingall.jar;C:\Programme\Java\jre1.5.0_04\lib\ext\QTJava.zip > PATH=C:\Apple\Developer\Executables\Utilities;C:\Apple\Developer\Executables;C:\Apple\Local\Library\Executables;C:\Apple\Library\JDK\bin;C:\Apple\Library\Executables;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Programme\QuickTime\QTSystem\;C:\Programme\Gemeinsame > Dateien\GTK\2.0\bin;C:\Programme\Microsoft Visual > Studio\Common\Tools\WinNT;C:\Programme\Microsoft Visual > Studio\Common\MSDev98\Bin;C:\Programme\Microsoft Visual > Studio\Common\Tools;C:\Programme\Microsoft Visual Studio\VC98\bin; > USERNAME=ochotzki > OS=Windows_NT > PROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 6, GenuineIntel > > > > --------------- S Y S T E M --------------- > > OS: Windows 2000 Build 2195 Service Pack 4 > > CPU:total 1 family 6, cmov, cx8, fxsr, mmx, sse, sse2 > > Memory: 4k page, physical 1047536k(73172k free), swap 2520728k(1217084k free) > > vm_info: Java HotSpot(TM) Client VM (1.5.0_06-b05) for windows-x86, built on > Nov 10 2005 11:12:14 by "java_re" with MS VC++ 6.0 > > >

