nebomuk / scxmlgui

Automatically exported from code.google.com/p/scxmlgui
0 stars 0 forks source link

Choosing File->Open Crashes the Application #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.In windows 7 jdk 1.6.0 (I am using update 37, but the same error was seem in 
earlier version of jre 1.6.0 i.e. non jdk)
2.Choose file->open the application crashes with a crash log produced in the 
harddisk.  The error cannot be reproduced. Most of the time, the error doesnt 
appear.
3.See below for the crash log.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x776cd7ca, pid=284, tid=1892
#
# JRE version: 6.0_37-b06
# Java VM: Java HotSpot(TM) Client VM (20.12-b01 mixed mode, sharing 
windows-x86 )
# Problematic frame:
# C  [ole32.dll+0x2d7ca]
#
# 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 (0x03ab9400):  JavaThread "AWT-EventQueue-0" [_thread_in_native, 
id=1892, stack(0x03fe0000,0x04030000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x00000028

Registers:
EAX=0x0402e8cc, EBX=0x777e7758, ECX=0x00000000, EDX=0x00000000
ESP=0x0402e89c, EBP=0x0402e8a4, ESI=0x0402e8cc, EDI=0x00000028
EIP=0x776cd7ca, EFLAGS=0x00010246

Top of Stack: (sp=0x0402e89c)
0x0402e89c:   0774b700 0774dea8 0402e8e0 776cd300
0x0402e8ac:   0402e8cc 03aa11f8 0774b700 00000000
0x0402e8bc:   00000000 00182c98 0774dea8 00000000
0x0402e8cc:   00002000 0000011c 4076bd2a ba90b33d
0x0402e8dc:   3f3e3f80 0402e8fc 776cd369 03afc748
0x0402e8ec:   00000000 777dd6ee 03a5fbf8 0774b700
0x0402e8fc:   0402e948 7772e893 3f3e3e28 03a5fbf8
0x0402e90c:   03a5fbf8 03aa11f8 0402e92c 75c1ad96 

Instructions: (pc=0x776cd7ca)
0x776cd7aa:   00 83 c4 0c 89 45 fc 8b 45 fc c9 c2 30 00 90 90
0x776cd7ba:   90 90 90 8b ff 55 8b ec 56 8b 75 08 57 8d 79 28
0x776cd7ca:   a5 a5 a5 a5 5f 5e 5d c2 04 00 ff 75 0c ff 75 08
0x776cd7da:   e8 8d fe ff ff e9 15 f7 ff ff 90 90 90 90 90 8b 

Register to memory mapping:

EAX=0x0402e8cc is pointing into the stack for thread: 0x03ab9400
EBX=0x777e7758 is an unknown value
ECX=0x00000000 is an unknown value
EDX=0x00000000 is an unknown value
ESP=0x0402e89c is pointing into the stack for thread: 0x03ab9400
EBP=0x0402e8a4 is pointing into the stack for thread: 0x03ab9400
ESI=0x0402e8cc is pointing into the stack for thread: 0x03ab9400
EDI=0x00000028 is an unknown value

Stack: [0x03fe0000,0x04030000],  sp=0x0402e89c,  free space=314k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [ole32.dll+0x2d7ca]  CoGetTreatAsClass+0x309b
C  [ole32.dll+0x2d300]  CoGetTreatAsClass+0x2bd1
C  [ole32.dll+0x2d369]  CoGetTreatAsClass+0x2c3a
C  [ole32.dll+0x8e893]  CoLockObjectExternal+0x22

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  sun.awt.windows.WComponentPeer.addNativeDropTarget()J+0
j  sun.awt.windows.WComponentPeer.addDropTarget(Ljava/awt/dnd/DropTarget;)V+9
j  java.awt.dnd.DropTarget.addNotify(Ljava/awt/peer/ComponentPeer;)V+60
j  java.awt.Component.addNotify()V+297
j  java.awt.Container.addNotify()V+8
j  javax.swing.JComponent.addNotify()V+1
j  java.awt.Container.addNotify()V+61
j  javax.swing.JComponent.addNotify()V+1
j  java.awt.Container.addNotify()V+61
j  javax.swing.JComponent.addNotify()V+1
j  java.awt.Container.addNotify()V+61
j  javax.swing.JComponent.addNotify()V+1
j  javax.swing.JRootPane.addNotify()V+1
j  java.awt.Container.addNotify()V+61
j  java.awt.Window.addNotify()V+73
j  java.awt.Dialog.addNotify()V+51
j  java.awt.Window.pack()V+28
j  
javax.swing.JFileChooser.createDialog(Ljava/awt/Component;)Ljavax/swing/JDialog;
+126
j  
javax.swing.JFileChooser.showDialog(Ljava/awt/Component;Ljava/lang/String;)I+17
j  
com.mxgraph.examples.swing.editor.scxml.SCXMLFileChoser.<init>(Lcom/mxgraph/exam
ples/swing/SCXMLGraphEditor;Ljava/lang/String;Ljava/io/File;)V+117
j  
com.mxgraph.examples.swing.editor.scxml.SCXMLEditorActions$OpenAction.openInEdit
or(Lcom/mxgraph/examples/swing/SCXMLGraphEditor;)V+31
j  
com.mxgraph.examples.swing.editor.scxml.SCXMLEditorActions$OpenAction.actionPerf
ormed(Ljava/awt/event/ActionEvent;)V+117
j  
com.mxgraph.examples.swing.editor.utils.AbstractActionWrapper.actionPerformed(Lj
ava/awt/event/ActionEvent;)V+23
j  
javax.swing.AbstractButton.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+84
j  
javax.swing.AbstractButton$Handler.actionPerformed(Ljava/awt/event/ActionEvent;)
V+5
j  
javax.swing.DefaultButtonModel.fireActionPerformed(Ljava/awt/event/ActionEvent;)
V+35
j  javax.swing.DefaultButtonModel.setPressed(Z)V+117
j  javax.swing.AbstractButton.doClick(I)V+64
j  
javax.swing.plaf.basic.BasicMenuItemUI.doClick(Ljavax/swing/MenuSelectionManager
;)V+53
j  
javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Ljava/awt/event/Mou
seEvent;)V+62
j  java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+64
j  javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23
j  java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V+81
j  java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V+18
j  java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+573
j  java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
j  java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
j  
java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt
/event/MouseEvent;)V+320
j  
java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+1
39
j  java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z+50
j  java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+12
j  java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+65
j  java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
j  
java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+41
j  
java.awt.EventQueue.access$400(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lan
g/Object;)V+3
j  java.awt.EventQueue$2.run()Ljava/lang/Void;+12
j  java.awt.EventQueue$2.run()Ljava/lang/Object;+1
v  ~StubRoutines::call_stub
j  
java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljav
a/security/AccessControlContext;)Ljava/lang/Object;+0
j  
java.security.AccessControlContext$1.doIntersectionPrivilege(Ljava/security/Priv
ilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlCon
text;)Ljava/lang/Object;+28
j  
java.security.AccessControlContext$1.doIntersectionPrivilege(Ljava/security/Priv
ilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+6
j  java.awt.EventQueue$3.run()Ljava/lang/Void;+11
j  java.awt.EventQueue$3.run()Ljava/lang/Object;+1
v  ~StubRoutines::call_stub
j  
java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljav
a/security/AccessControlContext;)Ljava/lang/Object;+0
j  
java.security.AccessControlContext$1.doIntersectionPrivilege(Ljava/security/Priv
ilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlCon
text;)Ljava/lang/Object;+28
j  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+73
j  java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z+204
j  
java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/aw
t/EventFilter;)V+30
j  
java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava
/awt/Component;)V+11
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 )
  0x03ad1c00 JavaThread "Basic L&F File Loading Thread" [_thread_blocked, id=1960, stack(0x05fc0000,0x06010000)]
  0x012c9000 JavaThread "Swing-Shell" daemon [_thread_in_native, id=340, stack(0x041b0000,0x04200000)]
  0x012c8000 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=2036, stack(0x04160000,0x041b0000)]
  0x03b4e000 JavaThread "TimerQueue" daemon [_thread_blocked, id=2780, stack(0x07ad0000,0x07b20000)]
  0x03baa000 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=3076, stack(0x06af0000,0x06b40000)]
  0x005f9800 JavaThread "DestroyJavaVM" [_thread_blocked, id=3356, stack(0x00540000,0x00590000)]
  0x03ac6000 JavaThread "Validator" [_thread_blocked, id=3208, stack(0x040c0000,0x04110000)]
=>0x03ab9400 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=1892, 
stack(0x03fe0000,0x04030000)]
  0x03a21000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2648, stack(0x03f40000,0x03f90000)]
  0x03a20800 JavaThread "AWT-Shutdown" [_thread_blocked, id=3104, stack(0x03ef0000,0x03f40000)]
  0x03a20400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2712, stack(0x03ea0000,0x03ef0000)]
  0x012a4400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=936, stack(0x03980000,0x039d0000)]
  0x0129d800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=3232, stack(0x03930000,0x03980000)]
  0x0129c800 JavaThread "Attach Listener" daemon [_thread_blocked, id=4052, stack(0x038e0000,0x03930000)]
  0x0129b800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2380, stack(0x03890000,0x038e0000)]
  0x01291000 JavaThread "Finalizer" daemon [_thread_blocked, id=2268, stack(0x03840000,0x03890000)]
  0x01289400 JavaThread "Reference Handler" daemon [_thread_blocked, id=2292, stack(0x037f0000,0x03840000)]

Other Threads:
  0x0124cc00 VMThread [stack: 0x037a0000,0x037f0000] [id=3972]
  0x012b8800 WatcherThread [stack: 0x039d0000,0x03a20000] [id=2376]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 4928K, used 1564K [0x237d0000, 0x23d20000, 0x28d20000)
  eden space 4416K,  24% used [0x237d0000, 0x238e0c38, 0x23c20000)
  from space 512K,  92% used [0x23c20000, 0x23c96468, 0x23ca0000)
  to   space 512K,   0% used [0x23ca0000, 0x23ca0000, 0x23d20000)
 tenured generation   total 10944K, used 1807K [0x28d20000, 0x297d0000, 0x337d0000)
   the space 10944K,  16% used [0x28d20000, 0x28ee3c70, 0x28ee3e00, 0x297d0000)
 compacting perm gen  total 12288K, used 7486K [0x337d0000, 0x343d0000, 0x377d0000)
   the space 12288K,  60% used [0x337d0000, 0x33f1f9d8, 0x33f1fa00, 0x343d0000)
    ro space 10240K,  51% used [0x377d0000, 0x37d00500, 0x37d00600, 0x381d0000)
    rw space 12288K,  55% used [0x381d0000, 0x3886bd40, 0x3886be00, 0x38dd0000)

Code Cache  [0x01660000, 0x01768000, 0x03660000)
 total_blobs=612 nmethods=369 adapters=179 free_code_cache=32489792 largest_free_block=0

Dynamic libraries:
0x00400000 - 0x00425000     C:\Program Files\Java\jre6\bin\javaw.exe
0x77a00000 - 0x77b3c000     C:\Windows\SYSTEM32\ntdll.dll
0x76360000 - 0x76434000     C:\Windows\system32\kernel32.dll
0x75c10000 - 0x75c5b000     C:\Windows\system32\KERNELBASE.dll
0x770b0000 - 0x77150000     C:\Windows\system32\ADVAPI32.dll
0x77240000 - 0x772ec000     C:\Windows\system32\msvcrt.dll
0x760f0000 - 0x76109000     C:\Windows\SYSTEM32\sechost.dll
0x77950000 - 0x779f1000     C:\Windows\system32\RPCRT4.dll
0x77800000 - 0x778c9000     C:\Windows\system32\USER32.dll
0x774b0000 - 0x774fe000     C:\Windows\system32\GDI32.dll
0x77b40000 - 0x77b4a000     C:\Windows\system32\LPK.dll
0x772f0000 - 0x7738d000     C:\Windows\system32\USP10.dll
0x76440000 - 0x7645f000     C:\Windows\system32\IMM32.DLL
0x75e90000 - 0x75f5c000     C:\Windows\system32\MSCTF.dll
0x7c340000 - 0x7c396000     C:\Program Files\Java\jre6\bin\msvcr71.dll
0x6d7f0000 - 0x6daa0000     C:\Program Files\Java\jre6\bin\client\jvm.dll
0x70a50000 - 0x70a82000     C:\Windows\system32\WINMM.dll
0x75ac0000 - 0x75b0c000     C:\Windows\system32\apphelp.dll
0x6d7a0000 - 0x6d7ac000     C:\Program Files\Java\jre6\bin\verify.dll
0x6d320000 - 0x6d33f000     C:\Program Files\Java\jre6\bin\java.dll
0x6d7e0000 - 0x6d7ef000     C:\Program Files\Java\jre6\bin\zip.dll
0x6d000000 - 0x6d14c000     C:\Program Files\Java\jre6\bin\awt.dll
0x71700000 - 0x71751000     C:\Windows\system32\WINSPOOL.DRV
0x776a0000 - 0x777fc000     C:\Windows\system32\ole32.dll
0x74be0000 - 0x74d7e000 
    C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.76
01.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x77150000 - 0x771a7000     C:\Windows\system32\SHLWAPI.dll
0x74770000 - 0x74783000     C:\Windows\system32\DWMAPI.DLL
0x74ba0000 - 0x74be0000     C:\Windows\system32\uxtheme.dll
0x75b10000 - 0x75b1c000     C:\Windows\system32\CRYPTBASE.dll
0x76460000 - 0x770aa000     C:\Windows\system32\shell32.dll
0x6d230000 - 0x6d27f000     C:\Program Files\Java\jre6\bin\fontmanager.dll
0x6d600000 - 0x6d613000     C:\Program Files\Java\jre6\bin\net.dll
0x76320000 - 0x76355000     C:\Windows\system32\WS2_32.dll
0x75f60000 - 0x75f66000     C:\Windows\system32\NSI.dll
0x75600000 - 0x7563c000     C:\Windows\system32\mswsock.dll
0x755f0000 - 0x755f6000     C:\Windows\System32\wship6.dll
0x6d620000 - 0x6d629000     C:\Program Files\Java\jre6\bin\nio.dll
0x66e30000 - 0x66ff3000     C:\Windows\system32\d3d9.dll
0x75040000 - 0x75049000     C:\Windows\system32\VERSION.dll
0x72c70000 - 0x72c76000     C:\Windows\system32\d3d8thk.dll
0x714e0000 - 0x71564000     C:\Windows\system32\aticfx32.dll
0x70590000 - 0x7059a000     C:\Windows\system32\atiu9pag.dll
0x66a50000 - 0x66e2d000     C:\Windows\system32\atiumdag.dll
0x66700000 - 0x66a43000     C:\Windows\system32\atiumdva.dll
0x6d550000 - 0x6d559000     C:\Program Files\Java\jre6\bin\management.dll
0x77ba0000 - 0x77c2f000     C:\Windows\system32\OLEAUT32.DLL
0x77500000 - 0x7769d000     C:\Windows\system32\SETUPAPI.dll
0x75e40000 - 0x75e67000     C:\Windows\system32\CFGMGR32.dll
0x75e70000 - 0x75e82000     C:\Windows\system32\DEVOBJ.dll
0x771b0000 - 0x77233000     C:\Windows\system32\CLBCatQ.DLL
0x74790000 - 0x74885000     C:\Windows\system32\propsys.dll
0x740e0000 - 0x74101000     C:\Windows\system32\ntmarta.dll
0x76110000 - 0x76155000     C:\Windows\system32\WLDAP32.dll
0x72f80000 - 0x73118000     C:\Windows\system32\NetworkExplorer.dll
0x74ef0000 - 0x74f1e000     C:\Windows\System32\shdocvw.dll
0x75b90000 - 0x75b9b000     C:\Windows\system32\profapi.dll
0x73d80000 - 0x73d8a000     C:\Windows\system32\slc.dll
0x74640000 - 0x7473b000     C:\Windows\system32\WindowsCodecs.dll
0x71170000 - 0x711a1000     C:\Windows\system32\EhStorShell.dll
0x710f0000 - 0x7115a000     C:\Windows\System32\cscui.dll
0x710e0000 - 0x710e9000     C:\Windows\System32\CSCDLL.dll
0x710d0000 - 0x710db000     C:\Windows\system32\CSCAPI.dll
0x71060000 - 0x710d0000     C:\Windows\system32\ntshrui.dll
0x75850000 - 0x75869000     C:\Windows\system32\srvcli.dll
0x71a80000 - 0x71a92000     C:\Windows\system32\MPR.dll
0x733f0000 - 0x733f8000     C:\Windows\System32\drprov.dll
0x75270000 - 0x75299000     C:\Windows\System32\WINSTA.dll
0x72860000 - 0x72874000     C:\Windows\System32\ntlanman.dll
0x727a0000 - 0x727b7000     C:\Windows\System32\davclnt.dll
0x72bf0000 - 0x72bf8000     C:\Windows\System32\DAVHLPR.dll
0x74360000 - 0x7436f000     C:\Windows\system32\wkscli.dll
0x753d0000 - 0x753d9000     C:\Windows\system32\netutils.dll
0x72560000 - 0x72798000     C:\Windows\system32\wpdshext.dll
0x74a10000 - 0x74ba0000 
    C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17825
_none_72d273598668a06b\gdiplus.dll
0x6fae0000 - 0x6fb69000     C:\Windows\system32\PortableDeviceApi.dll
0x75c60000 - 0x75c8d000     C:\Windows\system32\WINTRUST.dll
0x75c90000 - 0x75dae000     C:\Windows\system32\CRYPT32.dll
0x75c00000 - 0x75c0c000     C:\Windows\system32\MSASN1.dll
0x6f430000 - 0x6f45b000     C:\Windows\system32\PortableDeviceTypes.dll
0x724e0000 - 0x7251f000     C:\Windows\system32\audiodev.dll
0x72270000 - 0x724d7000     C:\Windows\system32\WMVCore.DLL
0x72230000 - 0x7226d000     C:\Windows\system32\WMASF.DLL
0x72200000 - 0x72222000     C:\Windows\system32\EhStorAPI.dll
0x74ee0000 - 0x74ee9000     C:\Windows\system32\LINKINFO.dll
0x75950000 - 0x75958000     C:\Windows\system32\Secur32.dll
0x75aa0000 - 0x75abb000     C:\Windows\system32\SSPICLI.DLL
0x75640000 - 0x75656000     C:\Windows\system32\CRYPTSP.dll
0x753e0000 - 0x7541b000     C:\Windows\system32\rsaenh.dll
0x75b80000 - 0x75b8e000     C:\Windows\system32\RpcRtRemote.dll
0x77b80000 - 0x77b85000     C:\Windows\system32\PSAPI.DLL

VM Arguments:
java_command: D:\fsm-editor.jar
Launcher Type: SUN_STANDARD

Environment Variables:
CLASSPATH=.;C:\Program Files\QuickTime\QTSystem\QTJava.zip
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32
\WindowsPowerShell\v1.0\;C:\Program Files\Common Files\Roxio 
Shared\DLLShared\;C:\Program 
Files\QuickTime\QTSystem\;C:\CSC_APP\Vista\Local;C:\Program Files\IDM Computer 
Solutions\UltraEdit\
USERNAME=webpac
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 30 Stepping 5, GenuineIntel

---------------  S Y S T E M  ---------------

OS: Windows 7 Build 7601 Service Pack 1

CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 30 stepping 5, 
cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt

Memory: 4k page, physical 3603752k(2219896k free), swap 7205752k(5678988k free)

vm_info: Java HotSpot(TM) Client VM (20.12-b01) for windows-x86 JRE 
(1.6.0_37-b06), built on Sep 24 2012 12:44:35 by "java_re" with MS VC++ 7.1 
(VS2003)

time: Thu Nov 15 15:48:17 2012
elapsed time: 36 seconds

Original issue reported on code.google.com by msqwe...@yahoo.com on 15 Nov 2012 at 8:01

Attachments:

GoogleCodeExporter commented 9 years ago
I'm not sure if the application writes anythig to the windows registry.  I 
assume it does since it can remember the "Ignore Stored Layout" option I used 
the last time.  If this is the case, then it is likely the error happens the 
first time (when nothing was written to the registry) the application runs in 
the computer and the user immediately choose File->Open after startup.

Original comment by msqwe...@yahoo.com on 15 Nov 2012 at 8:13

GoogleCodeExporter commented 9 years ago
can you prove your hypothesis?
From the stack trace this looks like a java bug, no application code is 
actually involved, the one that fails is the awt code and there is no 
exception, it's a memory violation that should be impossible to achieve from 
user code given that memory allocation is all automatically handled by Java.

Original comment by fmorbini on 15 Nov 2012 at 4:18

GoogleCodeExporter commented 9 years ago
Closing the issue as this doesn't seem a report of a problem of this software.

Original comment by fmorbini on 26 Nov 2012 at 9:07