Thanks for your reply. The issue happens in IE 6.0 as well as hosted mode (my IE version is 6.0 and I guess the hosted mode uses that). I pasted the log of the crash from hosted mode.
I don't have a crash log from IE. I thought the log from the hosted mode would give some pointers. Regards On Feb 15, 1:10 am, Adam T <[email protected]> wrote: > Not sure why this would be a GWT issue since it is the Java hotspot > machine that is having the error and once you're in web mode you're > using JavaScript so, unless I'm mistaken, no HotSpot use - are yo > running some other Java (applet?) on your site? > > Still, if you try doing a web search you can dig up a few pointers on > the hotspot access violation, > i.e.http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6349849 > (which is running an applet on IE with Java 1.5) or look through the > GWT issue log (http://code.google.com/p/google-web-toolkit/issues/ > list), to see if you find similar, for > examplehttp://code.google.com/p/google-web-toolkit/issues/detail?id=1532&can..., > but again, that is hosted mode not web mode (and seems not > reproducable). > > //Adam > > On 15 Feb, 08:46, GWTFan <[email protected]> wrote: > > > We have developed a fairly large scale application using GWT 1.5.3. > > While the application works reasonably well in IE7.0, Firefox, and > > chrome, it crashes during some operations in IE6.0. The crash log is > > below. > > > We are scheduled to go to production and most of our users use IE6.0. > > > Need help! > > > Regards, > > Mukund > > > # > > # An unexpected error has been detected by HotSpot Virtual Machine: > > # > > # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7dcdc6f4, pid=5536, > > tid=2508 > > # > > # Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode) > > # Problematic frame: > > # C [mshtml.dll+0xac6f4] > > # > > > --------------- T H R E A D --------------- > > > Current thread (0x00824290): JavaThread "main" [_thread_in_native, > > id=2508] > > > siginfo: ExceptionCode=0xc0000005, reading address 0x00000000 > > > Registers: > > EAX=0x2d36039a, EBX=0x0006a084, ECX=0x00000000, EDX=0x00000072 > > ESP=0x00069e64, EBP=0x00069f94, ESI=0x000001a9, EDI=0x00000000 > > EIP=0x7dcdc6f4, EFLAGS=0x00010206 > > > Top of Stack: (sp=0x00069e64) > > 0x00069e64: 00000000 0006f4d0 0006a084 00069e7c > > 0x00069e74: 7dcb53ba 0006a0fc 00069eb4 7dcab6b4 > > 0x00069e84: 2cfe6e80 00069ea4 7dcaf232 00069ec8 > > 0x00069e94: 7dcdf5ab 0006f458 2cfb2850 289a0778 > > 0x00069ea4: 00000000 00003bc6 00003bc6 289a0750 > > 0x00069eb4: 0006a148 00069ed4 7dcaf232 00069ef8 > > 0x00069ec4: 00069f70 00000000 00000000 00000000 > > 0x00069ed4: 00069ee8 7dcaed15 00069fa0 0006a148 > > > Instructions: (pc=0x7dcdc6f4) > > 0x7dcdc6e4: 75 f4 8d 8d 0c ff ff ff e8 40 ce fd ff 8b 4d f8 > > 0x7dcdc6f4: 8b 01 a8 08 0f 85 4c b0 07 00 a8 03 0f 85 43 fe > > > Stack: [0x00030000,0x00070000), sp=0x00069e64, free space=231k > > Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, > > C=native code) > > C [mshtml.dll+0xac6f4] > > C [mshtml.dll+0xafdbe] > > C [mshtml.dll+0x21847e] > > C [mshtml.dll+0xacb91] > > C [mshtml.dll+0xad8a4] > > C [mshtml.dll+0xad7d8] > > C [mshtml.dll+0xacffc] > > C [mshtml.dll+0xad8a4] > > C [mshtml.dll+0xad7d8] > > C [mshtml.dll+0xaeb7c] > > C [mshtml.dll+0xad8a4] > > C [mshtml.dll+0xad7d8] > > C [mshtml.dll+0xaeb7c] > > C [mshtml.dll+0xad8a4] > > C [mshtml.dll+0xad7d8] > > C [mshtml.dll+0xacffc] > > C [mshtml.dll+0xad8a4] > > C [mshtml.dll+0xad7d8] > > C [mshtml.dll+0xacffc] > > C [mshtml.dll+0xad8a4] > > C [mshtml.dll+0xad7d8] > > C [mshtml.dll+0xacffc] > > C [mshtml.dll+0xad8a4] > > C [mshtml.dll+0xad7d8] > > C [mshtml.dll+0xaeb7c] > > C [mshtml.dll+0xad8a4] > > C [mshtml.dll+0xad7d8] > > C [mshtml.dll+0xaeb7c] > > C [mshtml.dll+0xad8a4] > > C [mshtml.dll+0xad7d8] > > C [mshtml.dll+0xaeb7c] > > C [mshtml.dll+0xad8a4] > > C [mshtml.dll+0xad7d8] > > C [mshtml.dll+0xacffc] > > C [mshtml.dll+0xad8a4] > > C [mshtml.dll+0xbcd44] > > C [mshtml.dll+0x124f03] > > C [mshtml.dll+0xaded7] > > C [mshtml.dll+0xadcc7] > > C [mshtml.dll+0x83080] > > C [mshtml.dll+0x83024] > > C [mshtml.dll+0x68a9a] > > C [USER32.dll+0x8724] > > C [USER32.dll+0x8806] > > C [USER32.dll+0xb4b0] > > C [USER32.dll+0xb4fc] > > C [ntdll.dll+0xeae3] > > C [USER32.dll+0x8a00] > > C [swt-win32-3235.dll+0x2273] > > j org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/ > > internal/win32/MSG;)I+0 > > j org.eclipse.swt.internal.win32.OS.DispatchMessage(Lorg/eclipse/swt/ > > internal/win32/MSG;)I+7 > > j org.eclipse.swt.widgets.Display.readAndDispatch()Z+50 > > j com.google.gwt.dev.GWTShell.pumpEventLoop()V+16 > > j com.google.gwt.dev.GWTShell.run()V+23 > > j com.google.gwt.dev.GWTShell.main([Ljava/lang/String;)V+20 > > v ~StubRoutines::call_stub > > V [jvm.dll+0x845a9] > > V [jvm.dll+0xd9317] > > V [jvm.dll+0x8447a] > > V [jvm.dll+0x8b44a] > > C [javaw.exe+0x14c5] > > C [javaw.exe+0x3151] > > C [kernel32.dll+0x16fd7] > > > Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) > > j org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/ > > internal/win32/MSG;)I+0 > > j org.eclipse.swt.internal.win32.OS.DispatchMessage(Lorg/eclipse/swt/ > > internal/win32/MSG;)I+7 > > j org.eclipse.swt.widgets.Display.readAndDispatch()Z+50 > > j com.google.gwt.dev.GWTShell.pumpEventLoop()V+16 > > j com.google.gwt.dev.GWTShell.run()V+23 > > j com.google.gwt.dev.GWTShell.main([Ljava/lang/String;)V+20 > > v ~StubRoutines::call_stub > > > --------------- P R O C E S S --------------- > > > Java Threads: ( => current thread ) > > 0x2b177a10 JavaThread "Java2D Disposer" daemon [_thread_blocked, > > id=5844] > > 0x008b4d00 JavaThread "http-8888-Monitor" [_thread_blocked, id=3364] > > 0x008b2aa0 JavaThread "http-8888-Processor4" daemon > > [_thread_in_native, id=4528] > > 0x008b26b0 JavaThread "http-8888-Processor3" daemon > > [_thread_in_native, id=2940] > > 0x008b1ad0 JavaThread "http-8888-Processor2" daemon > > [_thread_in_native, id=4620] > > 0x008b1e70 JavaThread "http-8888-Processor1" daemon > > [_thread_blocked, id=5020] > > 0x008a87e0 JavaThread "ContainerBackgroundProcessor[StandardEngine > > [gwt]]" daemon [_thread_blocked, id=1500] > > 0x0083d020 JavaThread "Low Memory Detector" daemon [_thread_blocked, > > id=5792] > > 0x0083c550 JavaThread "CompilerThread0" daemon [_thread_blocked, > > id=5396] > > 0x0083b360 JavaThread "Signal Dispatcher" daemon [_thread_blocked, > > id=3964] > > 0x008381b0 JavaThread "JDWP Command Reader" daemon > > [_thread_in_native, id=1608] > > 0x008374f0 JavaThread "JDWP Event Helper Thread" daemon > > [_thread_blocked, id=6112] > > 0x00836e60 JavaThread "JDWP Transport Listener: dt_socket" daemon > > [_thread_blocked, id=1228] > > 0x0082e500 JavaThread "Finalizer" daemon [_thread_blocked, id=6048] > > 0x0082d230 JavaThread "Reference Handler" daemon [_thread_blocked, > > id=4708] > > =>0x00824290 JavaThread "main" [_thread_in_native, id=2508] > > > Other Threads: > > 0x0082c530 VMThread [id=5880] > > 0x0083fa50 WatcherThread [id=5696] > > > VM state:not at safepoint (normal execution) > > > VM Mutex/Monitor currently owned by a thread: None > > > Heap > > def new generation total 19264K, used 17368K [0x02b70000, > > 0x04050000, 0x052d0000) > > eden space 17152K, 94% used [0x02b70000, 0x03b46b08, 0x03c30000) > > from space 2112K, 54% used [0x03e40000, 0x03f5f8b8, 0x04050000) > > to space 2112K, 0% used [0x03c30000, 0x03c30000, 0x03e40000) > > tenured generation total 256168K, used 77385K [0x052d0000, > > 0x14cfa000, 0x22b70000) > > the space 256168K, 30% used [0x052d0000, 0x09e627c8, 0x09e62800, > > 0x14cfa000) > > compacting perm gen total 25600K, used 25451K [0x22b70000, > > 0x24470000, 0x26b70000) > > the space 25600K, 99% used [0x22b70000, 0x2444ad30, 0x2444ae00, > > 0x24470000) > > No shared spaces configured. > > > Dynamic libraries: > > 0x00400000 - 0x0040c000 C:\Program Files\Java\jre1.5.0_06\bin > > \javaw.exe > > 0x7c900000 - 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll > > 0x7c800000 - 0x7c8f5000 C:\WINDOWS\system32\kernel32.dll > > 0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll > > 0x77e70000 - 0x77f02000 C:\WINDOWS\system32\RPCRT4.dll > > 0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll > > 0x7e410000 - 0x7e4a1000 C:\WINDOWS\system32\USER32.dll > > 0x77f10000 - 0x77f58000 C:\WINDOWS\system32\GDI32.dll > > 0x77c10000 - 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll > > 0x6d670000 - 0x6d804000 C:\Program Files\Java\jre1.5.0_06\bin\client > > \jvm.dll > > 0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll > > 0x6d280000 - 0x6d288000 C:\Program > > Files\Java\jre1.5.0_06\bin\hpi.dll > > 0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL > > 0x6d380000 - 0x6d3b5000 C:\Program Files\Java\jre1.5.0_06\bin > > \jdwp.dll > > 0x6d640000 - 0x6d64c000 C:\Program Files\Java\jre1.5.0_06\bin > > \verify.dll > > 0x6d300000 - 0x6d31d000 C:\Program Files\Java\jre1.5.0_06\bin > > \java.dll > > 0x6d660000 - 0x6d66f000 C:\Program > > Files\Java\jre1.5.0_06\bin\zip.dll > > 0x6d220000 - 0x6d227000 C:\Program Files\Java\jre1.5.0_06\bin > > \dt_socket.dll > > 0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll > > 0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll > > 0x71a50000 - 0x71a8f000 C:\WINDOWS\System32\mswsock.dll > > 0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll > > 0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll > > 0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll > > 0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll > > 0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll > > 0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll > > 0x27620000 - 0x2767b000 C:\gwt-windows-1.5.3\swt-win32-3235.dll > > 0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll > > 0x773d0000 - 0x774d3000 C:\WINDOWS\WinSxS > > \X86_Microsoft.Windows.Common- > > ... > > read more » --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
