facebook

[Closed] Crash on doing Save As to GIF format. Image lost

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #247329 Reply

    bcichowlas
    Participant

    The title pretty much covers it. I’m using:

    Version: 4.1.0
    Build id: 20060122-4.1-GA

    The object would have been a 50×20 rectangle with a thick black border and a transparent inside.

    Here’s the Eclipse dump. (Should I have made it an attachment somehow?)

    #
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x77c47fd4, pid=2708, tid=5156
    #
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode, sharing)
    # Problematic frame:
    # C [MSVCRT.dll+0x37fd4]
    #

    ————— T H R E A D —————

    Current thread (0x3d616df0): JavaThread “AWT-EventQueue-0” [_thread_in_native, id=5156]

    siginfo: ExceptionCode=0xc0000005, reading address 0x2ff2b000

    Registers:
    EAX=0x2ff2b000, EBX=0x2b8e9348, ECX=0x2e18253b, EDX=0x7c90eb94
    ESP=0x2e18f5d8, EBP=0x2e18f5d8, ESI=0x2ff2abe0, EDI=0x3d616df0
    EIP=0x77c47fd4, EFLAGS=0x00010202

    Top of Stack: (sp=0x2e18f5d8)
    0x2e18f5d8: 2e18f604 6d0ca9f6 2ff2abe0 3d616df0
    0x2e18f5e8: 2af923a8 2b8e9348 308bb6d0 2e18f5e4
    0x2e18f5f8: 2e18fbe4 6d0f3508 00000000 2e18f638
    0x2e18f608: 00c6826f 3d616eac 2e18f640 00000011
    0x2e18f618: 00000000 2e18f61c 00000000 2e18f64c
    0x2e18f628: 2b8e9798 00000000 2b8e9348 2e18f648
    0x2e18f638: 2e18f66c 00c629fa 2b8e9740 00c66453
    0x2e18f648: 00000011 00000000 2e18f650 2af9230c

    Instructions: (pc=0x77c47fd4)
    0x77c47fc4: 5b 5d c3 cc cc cc cc cc 8b ff 55 8b ec 8b 45 08
    0x77c47fd4: 66 8b 08 40 40 66 85 c9 75 f6 2b 45 08 d1 f8 48

    Stack: [0x2e150000,0x2e190000), sp=0x2e18f5d8, free space=253k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [MSVCRT.dll+0x37fd4]
    C [awt.dll+0xca9f6]
    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.jhlabs.ie.CompositionController$PasteAction.isEnabled()Z+4
    J com.jhlabs.app.DocumentController.enableCommands()V
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    j com.jhlabs.app.DocumentController.propertyChange(Ljava/beans/PropertyChangeEvent;)V+26
    J java.beans.PropertyChangeSupport.firePropertyChange(Ljava/beans/PropertyChangeEvent;)V
    j java.beans.PropertyChangeSupport.firePropertyChange(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V+32
    j com.jhlabs.app.Document.setFile(Ljava/io/File;)V+69
    j com.jhlabs.app.DocumentController.doSaveAs(Lcom/jhlabs/app/Document;)Z+139
    j com.jhlabs.ie.CompositionController.doSaveAs(Lcom/jhlabs/app/Document;Lcom/jhlabs/ie/FileFormat;)Z+191
    j com.genuitec.eclipse.imageeditor.editor.ImageEditor$3.run()V+46
    j java.awt.event.InvocationEvent.dispatch()V+47
    J java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V
    J java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    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+0x8295c]
    V [jvm.dll+0xd752e]
    V [jvm.dll+0x8282d]
    V [jvm.dll+0x8258a]
    V [jvm.dll+0x9d476]
    V [jvm.dll+0x1042ae]
    V [jvm.dll+0x10427c]
    C [MSVCRT.dll+0x2a3b0]
    C [kernel32.dll+0xb50b]

    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.jhlabs.ie.CompositionController$PasteAction.isEnabled()Z+4
    J com.jhlabs.app.DocumentController.enableCommands()V
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    j com.jhlabs.app.DocumentController.propertyChange(Ljava/beans/PropertyChangeEvent;)V+26
    J java.beans.PropertyChangeSupport.firePropertyChange(Ljava/beans/PropertyChangeEvent;)V
    j java.beans.PropertyChangeSupport.firePropertyChange(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V+32
    j com.jhlabs.app.Document.setFile(Ljava/io/File;)V+69
    j com.jhlabs.app.DocumentController.doSaveAs(Lcom/jhlabs/app/Document;)Z+139
    j com.jhlabs.ie.CompositionController.doSaveAs(Lcom/jhlabs/app/Document;Lcom/jhlabs/ie/FileFormat;)Z+191
    j com.genuitec.eclipse.imageeditor.editor.ImageEditor$3.run()V+46
    j java.awt.event.InvocationEvent.dispatch()V+47
    J java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V
    J java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    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 )
    0x3d6237e0 JavaThread “Thread-17” [_thread_blocked, id=4636]
    =>0x3d616df0 JavaThread “AWT-EventQueue-0” [_thread_in_native, id=5156]
    0x308bbe80 JavaThread “Worker-14” [_thread_blocked, id=4300]
    0x307ef810 JavaThread “TimerQueue” daemon [_thread_blocked, id=1208]
    0x30884630 JavaThread “Worker-12” [_thread_blocked, id=5056]
    0x3086ba70 JavaThread “org.eclipse.jdt.debug: JDI Event Dispatcher” daemon [_thread_blocked, id=5168]
    0x308695c0 JavaThread “Packet Send Manager” daemon [_thread_blocked, id=5764]
    0x30868110 JavaThread “Packet Receive Manager” daemon [_thread_in_native, id=5372]
    0x0091fb10 JavaThread “Process monitor” daemon [_thread_in_native, id=4612]
    0x3083fb20 JavaThread “Input Stream Monitor” daemon [_thread_blocked, id=3452]
    0x30839100 JavaThread “Output Stream Monitor” daemon [_thread_in_native, id=4076]
    0x30839680 JavaThread “Output Stream Monitor” daemon [_thread_in_native, id=4004]
    0x30850090 JavaThread “Caret Delay Timer” daemon [_thread_blocked, id=5532]
    0x3084aa60 JavaThread “com.genuitec.eclipse.javascript.editor.MEStructuredTextReconciler” daemon [_thread_blocked, id=248]
    0x3082fa30 JavaThread “Worker-6” [_thread_blocked, id=4396]
    0x307fe2c0 JavaThread “Caret Delay Timer” daemon [_thread_blocked, id=4800]
    0x30801360 JavaThread “com.genuitec.eclipse.javascript.editor.MEStructuredTextReconciler” daemon [_thread_blocked, id=5180]
    0x008f4590 JavaThread “org.eclipse.jdt.internal.ui.text.JavaReconciler” daemon [_thread_blocked, id=5596]
    0x008fda40 JavaThread “Main message loop” daemon [_thread_in_native, id=1728]
    0x008cae80 JavaThread “BrowserEventLoop.1” daemon [_thread_in_native, id=4756]
    0x00846890 JavaThread “Java2D Disposer” daemon [_thread_blocked, id=5436]
    0x008c6300 JavaThread “AWT-Windows” daemon [_thread_in_native, id=5356]
    0x008c4cc0 JavaThread “AWT-Shutdown” [_thread_blocked, id=976]
    0x008bc060 JavaThread “com.ibm.sse.editor.StructuredTextReconciler” daemon [_thread_blocked, id=3232]
    0x0088de80 JavaThread “Cleanup” daemon [_thread_in_native, id=220]
    0x00891830 JavaThread “Java indexing” daemon [_thread_blocked, id=4228]
    0x0088a8d0 JavaThread “com.jniwrapper.NativeResourceCollector” daemon [_thread_blocked, id=4220]
    0x008412a0 JavaThread “Start Level Event Dispatcher” daemon [_thread_blocked, id=3916]
    0x00841610 JavaThread “Framework Event Dispatcher” daemon [_thread_blocked, id=4688]
    0x00840de0 JavaThread “State Data Manager” daemon [_thread_blocked, id=6116]
    0x00831b90 JavaThread “Low Memory Detector” daemon [_thread_blocked, id=2828]
    0x00824830 JavaThread “CompilerThread0” daemon [_thread_blocked, id=4624]
    0x0082fe50 JavaThread “Signal Dispatcher” daemon [_thread_blocked, id=4984]
    0x0082d140 JavaThread “Finalizer” daemon [_thread_blocked, id=4976]
    0x0082de80 JavaThread “Reference Handler” daemon [_thread_blocked, id=3992]
    0x00823490 JavaThread “main” [_thread_in_native, id=3948]

    Other Threads:
    0x0082b0b0 VMThread [id=5600]
    0x00832740 WatcherThread [id=4704]

    VM state:not at safepoint (normal execution)

    VM Mutex/Monitor currently owned by a thread: None

    Heap
    def new generation total 9216K, used 990K [0x02d90000, 0x03780000, 0x054f0000)
    eden space 8256K, 11% used [0x02d90000, 0x02e7a770, 0x035a0000)
    from space 960K, 5% used [0x035a0000, 0x035ad1e0, 0x03690000)
    to space 960K, 0% used [0x03690000, 0x03690000, 0x03780000)
    tenured generation total 121024K, used 38899K [0x054f0000, 0x0cb20000, 0x22d90000)
    the space 121024K, 32% used [0x054f0000, 0x07aece08, 0x07aed000, 0x0cb20000)
    compacting perm gen total 65536K, used 42775K [0x22d90000, 0x26d90000, 0x2ad90000)
    the space 65536K, 65% used [0x22d90000, 0x25755dc0, 0x25755e00, 0x26d90000)
    ro space 8192K, 62% used [0x2ad90000, 0x2b29a3a0, 0x2b29a400, 0x2b590000)
    rw space 12288K, 46% used [0x2b590000, 0x2bb203d8, 0x2bb20400, 0x2c190000)

    Dynamic libraries:
    0x00400000 – 0x0040c000 C:\WINDOWS\system32\javaw.exe
    0x7c900000 – 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll
    0x7c800000 – 0x7c8f4000 C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 – 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 – 0x77f01000 C:\WINDOWS\system32\RPCRT4.dll
    0x77d40000 – 0x77dd0000 C:\WINDOWS\system32\USER32.dll
    0x77f10000 – 0x77f57000 C:\WINDOWS\system32\GDI32.dll
    0x77c10000 – 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
    0x76390000 – 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
    0x629c0000 – 0x629c9000 C:\WINDOWS\system32\LPK.DLL
    0x74d90000 – 0x74dfb000 C:\WINDOWS\system32\USP10.dll
    0x6d640000 – 0x6d7cc000 C:\Java\jre1.5.0_05\bin\client\jvm.dll
    0x76b40000 – 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
    0x6bc00000 – 0x6bc14000 C:\WINDOWS\system32\DrvTrNTm.dll
    0x6bc20000 – 0x6bc45000 C:\WINDOWS\system32\DrvTrNTl.dll
    0x6d280000 – 0x6d288000 C:\Java\jre1.5.0_05\bin\hpi.dll
    0x76bf0000 – 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
    0x6d610000 – 0x6d61c000 C:\Java\jre1.5.0_05\bin\verify.dll
    0x6d300000 – 0x6d31d000 C:\Java\jre1.5.0_05\bin\java.dll
    0x6d630000 – 0x6d63f000 C:\Java\jre1.5.0_05\bin\zip.dll
    0x6d4c0000 – 0x6d4d3000 C:\Java\jre1.5.0_05\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
    0x662b0000 – 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
    0x58d40000 – 0x58d47000 C:\WINDOWS\System32\wship6.dll
    0x6d4e0000 – 0x6d4e9000 C:\Java\jre1.5.0_05\bin\nio.dll
    0x2d420000 – 0x2d470000 C:\a3\eclipse\configuration\org.eclipse.osgi\bundles\61\1\.cp\swt-win32-3139.dll
    0x774e0000 – 0x7761d000 C:\WINDOWS\system32\ole32.dll
    0x5d090000 – 0x5d127000 C:\WINDOWS\system32\COMCTL32.dll
    0x763b0000 – 0x763f9000 C:\WINDOWS\system32\comdlg32.dll
    0x77f60000 – 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
    0x7c9c0000 – 0x7d1d5000 C:\WINDOWS\system32\SHELL32.dll
    0x77120000 – 0x771ac000 C:\WINDOWS\system32\OLEAUT32.dll
    0x773d0000 – 0x774d2000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x5ad70000 – 0x5ada8000 C:\WINDOWS\system32\uxtheme.dll
    0x67320000 – 0x6734f000 C:\PROGRA~1\COMMON~1\SYMANT~1\ANTISPAM\asOEHook.dll
    0x7c340000 – 0x7c396000 C:\WINDOWS\system32\MSVCR71.dll
    0x755c0000 – 0x755ee000 C:\WINDOWS\system32\msctfime.ime
    0x2d770000 – 0x2d778000 C:\a3\eclipse\configuration\org.eclipse.osgi\bundles\13\1\.cp\os\win32\x86\core_3_1_0.dll
    0x74c80000 – 0x74cac000 C:\WINDOWS\system32\oleacc.dll
    0x76080000 – 0x760e5000 C:\WINDOWS\system32\MSVCP60.dll
    0x2d9a0000 – 0x2dc65000 C:\WINDOWS\system32\xpsp2res.dll
    0x2dc70000 – 0x2dc7b000 C:\a3\MyEclipse\eclipse\plugins\com.genuitec.eclipse.webdesigner_4.1.0\jniwrap.dll
    0x76f20000 – 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 – 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
    0x76f60000 – 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
    0x66580000 – 0x6658f000 C:\WINDOWS\system32\pnrpnsp.dll
    0x76fc0000 – 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
    0x2df00000 – 0x2df13000 C:\WINDOWS\system32\vlsp.dll
    0x71a90000 – 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
    0x76380000 – 0x76385000 C:\WINDOWS\system32\msimg32.dll
    0x6d000000 – 0x6d167000 C:\Java\jre1.5.0_05\bin\awt.dll
    0x73000000 – 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
    0x73760000 – 0x737a9000 C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 – 0x73bc6000 C:\WINDOWS\system32\DCIMAN32.dll
    0x73940000 – 0x73a10000 C:\WINDOWS\system32\D3DIM700.DLL
    0x6d240000 – 0x6d27d000 C:\Java\jre1.5.0_05\bin\fontmanager.dll
    0x76fd0000 – 0x7704f000 C:\WINDOWS\system32\CLBCATQ.DLL
    0x77050000 – 0x77115000 C:\WINDOWS\system32\COMRes.dll
    0x77c00000 – 0x77c08000 C:\WINDOWS\system32\VERSION.dll
    0x77760000 – 0x778ce000 C:\WINDOWS\system32\shdocvw.dll
    0x77a80000 – 0x77b14000 C:\WINDOWS\system32\CRYPT32.dll
    0x77b20000 – 0x77b32000 C:\WINDOWS\system32\MSASN1.dll
    0x754d0000 – 0x75550000 C:\WINDOWS\system32\CRYPTUI.dll
    0x76c30000 – 0x76c5e000 C:\WINDOWS\system32\WINTRUST.dll
    0x76c90000 – 0x76cb8000 C:\WINDOWS\system32\IMAGEHLP.dll
    0x5b860000 – 0x5b8b4000 C:\WINDOWS\system32\NETAPI32.dll
    0x771b0000 – 0x77256000 C:\WINDOWS\system32\WININET.dll
    0x77fe0000 – 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
    0x77260000 – 0x772ff000 C:\WINDOWS\system32\urlmon.dll
    0x2edb0000 – 0x2ee38000 C:\WINDOWS\system32\shdoclc.dll
    0x7d4a0000 – 0x7d787000 C:\WINDOWS\system32\mshtml.dll
    0x746c0000 – 0x746e7000 C:\WINDOWS\system32\msls31.dll
    0x75cf0000 – 0x75d81000 C:\WINDOWS\system32\MLANG.dll
    0x6d360000 – 0x6d366000 C:\Java\jre1.5.0_05\bin\jawt.dll
    0x746f0000 – 0x7471a000 C:\WINDOWS\system32\msimtf.dll
    0x74720000 – 0x7476b000 C:\WINDOWS\system32\MSCTF.dll
    0x77920000 – 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll
    0x77b40000 – 0x77b62000 C:\WINDOWS\system32\appHelp.dll
    0x76200000 – 0x76271000 C:\WINDOWS\system32\mshtmled.dll
    0x75e90000 – 0x75f40000 C:\WINDOWS\system32\SXS.DLL
    0x30460000 – 0x30726000 C:\WINDOWS\system32\msi.dll
    0x6d1c0000 – 0x6d1e3000 C:\Java\jre1.5.0_05\bin\dcpr.dll
    0x3d110000 – 0x3d17a000 C:\Program Files\TortoiseSVN\bin\tortoisesvn.dll
    0x6eec0000 – 0x6eee0000 C:\Program Files\TortoiseSVN\bin\libapr.dll
    0x6ee60000 – 0x6ee89000 C:\Program Files\TortoiseSVN\bin\libaprutil.dll
    0x3d180000 – 0x3d226000 C:\Program Files\TortoiseSVN\bin\libdb43.dll
    0x7c3a0000 – 0x7c41b000 C:\Program Files\TortoiseSVN\bin\MSVCP71.dll
    0x6ee50000 – 0x6ee5d000 C:\Program Files\TortoiseSVN\bin\libapriconv.dll
    0x3d090000 – 0x3d09f000 C:\Program Files\TortoiseSVN\bin\intl3_svn.dll
    0x77a20000 – 0x77a74000 C:\WINDOWS\System32\cscui.dll
    0x76600000 – 0x7661d000 C:\WINDOWS\System32\CSCDLL.dll
    0x75f80000 – 0x7607d000 C:\WINDOWS\system32\browseui.dll
    0x769c0000 – 0x76a73000 C:\WINDOWS\system32\USERENV.dll
    0x76990000 – 0x769b5000 C:\WINDOWS\system32\ntshrui.dll
    0x76b20000 – 0x76b31000 C:\WINDOWS\system32\ATL.DLL
    0x71b20000 – 0x71b32000 C:\WINDOWS\system32\MPR.dll
    0x75f60000 – 0x75f67000 C:\WINDOWS\System32\drprov.dll
    0x71c10000 – 0x71c1e000 C:\WINDOWS\System32\ntlanman.dll
    0x71cd0000 – 0x71ce7000 C:\WINDOWS\System32\NETUI0.dll
    0x71c90000 – 0x71cd0000 C:\WINDOWS\System32\NETUI1.dll
    0x71c80000 – 0x71c87000 C:\WINDOWS\System32\NETRAP.dll
    0x71bf0000 – 0x71c03000 C:\WINDOWS\System32\SAMLIB.dll
    0x75f70000 – 0x75f79000 C:\WINDOWS\System32\davclnt.dll
    0x75970000 – 0x75a67000 C:\WINDOWS\system32\MSGINA.dll
    0x76360000 – 0x76370000 C:\WINDOWS\system32\WINSTA.dll
    0x74320000 – 0x7435d000 C:\WINDOWS\system32\ODBC32.dll
    0x3d250000 – 0x3d267000 C:\WINDOWS\system32\odbcint.dll

    VM Arguments:
    jvm_args: -Duser.language=en -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M -Dosgi.splashLocation=C:\a3\MyEclipse\eclipse\MyEclipseSplash.bmp
    java_command: C:\a3\eclipse\startup.jar -os win32 -ws win32 -arch x86 -launcher C:\a3\eclipse\eclipse.exe -name Eclipse -showsplash 600 -exitdata e48_4c -vm C:\WINDOWS\system32\javaw.exe -vmargs -Duser.language=en -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M -Dosgi.splashLocation=C:\a3\MyEclipse\eclipse\MyEclipseSplash.bmp -jar C:\a3\eclipse\startup.jar

    Environment Variables:
    JAVA_HOME=c:\java\jdk1.5.0_04
    CLASSPATH=C:\Java\jdk1.5.0_04\lib\ext\QTJava.zip
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Intel\Wireless\Bin;C:\Program Files\Microsoft SQL Server\80\Tools\Binn;C:\Program Files\MySQL\MySQL Server 4.1\bin;C:\Java\apache-ant-1.6.2\bin;C:\Program Files\QuickTime\QTSystem\;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\
    USERNAME=Bruce Cichowlas
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 8, GenuineIntel

    ————— S Y S T E M —————

    OS: Windows XP Build 2600 Service Pack 2

    CPU:total 1 family 6, cmov, cx8, fxsr, mmx, sse, sse2

    Memory: 4k page, physical 1047856k(306984k free), swap 2519552k(1554320k free)

    vm_info: Java HotSpot(TM) Client VM (1.5.0_05-b05) for windows-x86, built on Aug 26 2005 15:36:02 by “java_re” with MS VC++ 6.0

    #247336 Reply

    Riyad Kalla
    Member

    What is your Eclipse Build ID (Help > About)

    And are you referring to using the Image Editor trying to save as a gift, or were you trying to export a diagram?

    Also did you get a stack trace of any kind in your log file (<workspace dir>\.metadata\.log) or did Eclipse just straight die?

    #247351 Reply

    Greg
    Member

    It does indeed look like you were using our Image Editor. Is this reproducable at all?

    From the crash , it looks like a jvm error and those are very rare indeed. Upgrading to latest jvm on windows might be an idea. Sorry for the inconvenience, I now how it feels to lose work.

    #247357 Reply

    bcichowlas
    Participant

    I wasn’t doing any kind of export. I was using your Image Editor. When I tried again, I didn’t go through the same steps. I don’t know what it would take to reproduce it, as I don’t know what the critical steps were.

    I am updating my JDK. I was using 1.5.0_04.

    Here’s all the recent entries:

    !SESSION 2006-02-22 11:14:18.437 ———————————————–
    eclipse.buildId=M20060118-1600
    java.version=1.5.0_05
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86

    !ENTRY com.genuitec.eclipse.easie.core 1 0 2006-02-22 14:03:50.171
    !MESSAGE Hard Shutdown: jboss4Server

    !ENTRY com.genuitec.eclipse.easie.core 1 0 2006-02-23 00:05:36.102
    !MESSAGE Hard Shutdown: jboss4Server

    !ENTRY com.genuitec.eclipse.easie.core 1 0 2006-02-23 13:53:46.250
    !MESSAGE Hard Shutdown: jboss4Server

    !ENTRY com.genuitec.eclipse.easie.core 1 0 2006-02-23 15:18:53.593
    !MESSAGE Hard Shutdown: jboss4Server

    !ENTRY com.genuitec.eclipse.easie.core 1 0 2006-02-23 17:36:29.609
    !MESSAGE Hard Shutdown: tomcat5Server
    !SESSION 2006-02-24 17:42:26.343 ———————————————–
    eclipse.buildId=M20060118-1600
    java.version=1.5.0_05
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86

    !ENTRY org.eclipse.core.resources 2 10035 2006-02-24 17:42:30.531
    !MESSAGE A workspace crash was detected. The previous session did not exit normally.

    #247365 Reply

    Riyad Kalla
    Member

    When I tried again, I didn’t go through the same steps. I don’t know what it would take to reproduce it, as I don’t know what the critical steps were.

    So it’s working for you now but you were able to reproduce it just that one time or you can reproduce this ever time?

    #247393 Reply

    bcichowlas
    Participant

    I haven’t seen it again so far. I don’t think I understand the circumstances enough to be able to reproduce it.

    Bruce

    #247407 Reply

    Riyad Kalla
    Member

    Let us know if you are able to reproduce it and we will pounce on it and get it fixed.

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: [Closed] Crash on doing Save As to GIF format. Image lost

You must be logged in to post in the forum log in