Can someone confirm that they also see IE6 crashing?
http://gwtsandbox.com/demo/chess/index.html
IE6 will crash consistently (for me) after you move a second piece.
In hosted mode the error is:
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c91142e, pid=1916,
tid=3484
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
# Problematic frame:
# C [ntdll.dll+0x1142e]
The stack trace is below. It crashes as the drag ends, when
DOM.removeChild() is called.
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
org.eclipse.swt.ole.win32.OleAutomation.invoke(II[Lorg/eclipse/swt/ole/
win32/Variant;[ILorg/eclipse/swt/ole/win32/Variant;)I
com.google.gwt.dev.shell.ie.ModuleSpaceIE6.doInvokeOnWindow(Lorg/
eclipse/swt/ole/win32/OleAutomation;Ljava/lang/String;[Lorg/eclipse/
swt/ole/win32/Variant;)Lorg/eclipse/swt/ole/win32/Variant;
com.google.gwt.dev.shell.ie.ModuleSpaceIE6.doInvoke(Ljava/lang/
String;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;)Lcom/
google/gwt/dev/shell/JsValue;
com.google.gwt.dev.shell.ModuleSpace.invokeNative(Ljava/lang/
String;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;)Lcom/
google/gwt/dev/shell/JsValue;
com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(Ljava/lang/
String;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;)V+6
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(Ljava/lang/
String;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;)V+7
com.google.gwt.user.client.impl.DOMImpl.removeChild(Lcom/google/gwt/
user/client/Element;Lcom/google/gwt/user/client/Element;)V+91
com.google.gwt.user.client.DOM.removeChild(Lcom/google/gwt/user/client/
Element;Lcom/google/gwt/user/client/Element;)V+5
com.google.gwt.user.client.ui.ComplexPanel.remove(Lcom/google/gwt/user/
client/ui/Widget;)Z+25
com.google.gwt.user.client.ui.AbsolutePanel.remove(Lcom/google/gwt/
user/client/ui/Widget;)Z+2
com.google.gwt.user.client.ui.Widget.removeFromParent()V+18
com.allen_sauer.gwt.dragdrop.client.PickupDragController.dragEnd(Lcom/
google/gwt/user/client/ui/Widget;Lcom/google/gwt/user/client/ui/
Widget;)V+58
com.allen_sauer.gwt.dragdrop.client.MouseDragHandler.onMouseUp(Lcom/
google/gwt/user/client/ui/Widget;II)V+156
com.google.gwt.user.client.ui.MouseListenerCollection.fireMouseUp(Lcom/
google/gwt/user/client/ui/Widget;II)V+26
...
When you drop a piece, which is a clipped Image, it is removing the
Image from a SimplePanel, and adding it to another SimplePanel. Using
GWT 1.4 final and gwt-dnd 1.2.1
Any thoughts? I could put a "Best viewed in..." note on it, but I
would rather void that if possible.
Rob
On Sep 2, 10:37 am, "IamRobertHan...@gmail.com"
On Sep 2, 9:37 am, "IamRobertHan...@gmail.com"
Did you end up figuring out what causes this. I'm having a similar
issue, but only on some versions of IE. I'm not sure what is causing
it, but the browser crashes.
I went to you chess example, and moving a white piece constantly
crashes my browser.
Rusty
On Sep 4, 3:54 am, "forkosh.a...@gmail.com" <forkosh.a...@gmail.com>
wrote:
> MyIEcrashes but only when i move white pieces. Black pieces work
> ok .. i tried this 5 times , same result.
>
> On Sep 2, 9:37 am, "IamRobertHan...@gmail.com"
>
> <IamRobertHan...@gmail.com> wrote:
> > I have seen a few posts about EXCEPTION_ACCESS_VIOLATION in hosted
> > mode, but this one also crashes IE6. IE7 and FF worked fine for me.
>
> > Can someone confirm that they also see IE6 crashing?
>
> >http://gwtsandbox.com/demo/chess/index.html
>
> > IE6 willcrashconsistently (for me) after you move a second piece.