Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-23 Thread Jason
Thanks for the fix  :-)

It saved me from reinstall Max OS X.
So it's a big help for me.

Cheers

On Nov 12, 12:35 pm, Daniel Kurka kurka.dan...@googlemail.com wrote:
 I found a very UGLY solution to my problem (which enables me to continue
 working).

 I replaced in LowLevelSaf.java public static native void gcUnprotect(int,
 int); to public static void gcUnprotect(int, int) {}

 causing the invalid access

 This is not a real fix, just a very nasty workaround

 If you run into the same problem you can download a fixed gwt-dev.jar from
 here:

 http://www.daniel-kurka.de/gwt-dev-1.7.1-mac-sf-4.0.4-fix.jar

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-18 Thread jimsmart
another, possibly better fix can be found here:-
http://code.google.com/p/google-web-toolkit/issues/detail?id=4220#c22

hth,
/J

On Nov 16, 6:28 pm, ale aleee...@gmail.com wrote:
 thanks a lot! It's work fine.

 On 12 Nov, 12:35, Daniel Kurka kurka.dan...@googlemail.com wrote:



  I found a very UGLY solution to my problem (which enables me to continue
  working).

  I replaced in LowLevelSaf.java public static native void gcUnprotect(int,
  int); to public static void gcUnprotect(int, int) {}

  causing the invalid access

  This is not a real fix, just a very nasty workaround

  If you run into the same problem you can download a fixed gwt-dev.jar from
  here:

 http://www.daniel-kurka.de/gwt-dev-1.7.1-mac-sf-4.0.4-fix.jar

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-17 Thread ale
thanks a lot! It's work fine.

On 12 Nov, 12:35, Daniel Kurka kurka.dan...@googlemail.com wrote:
 I found a very UGLY solution to my problem (which enables me to continue
 working).

 I replaced in LowLevelSaf.java public static native void gcUnprotect(int,
 int); to public static void gcUnprotect(int, int) {}

 causing the invalid access

 This is not a real fix, just a very nasty workaround

 If you run into the same problem you can download a fixed gwt-dev.jar from
 here:

 http://www.daniel-kurka.de/gwt-dev-1.7.1-mac-sf-4.0.4-fix.jar

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-16 Thread Danny
Hi,

Is there also a fix available for GWT 1.6+ ?
My Eclipse project gives an error saying that the when using the WAR
layout you must use the GWT 1.6 or later.

Thkx,
D.

On Nov 14, 4:10 pm, hugues huguespisa...@gmail.com wrote:
 On 12 nov, 18:39, hugues huguespisa...@gmail.com wrote:

  On 12 nov, 13:35, Daniel Kurka kurka.dan...@googlemail.com wrote:

   I found a very UGLY solution to my problem (which enables me to continue
   working).

   I replaced in LowLevelSaf.java public static native void gcUnprotect(int,
   int); to public static void gcUnprotect(int, int) {}

  I've built a file for GWT 1.5.3 on that same pattern if people are
  insterested... but I've got nowhere to put it. It's +9MB.

 It's finally 
 here:http://org.labarben.s3.amazonaws.com/gwt-saf-fix/gwt-dev-mac.jar

 - Hugues

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-14 Thread hugues


On 12 nov, 18:39, hugues huguespisa...@gmail.com wrote:
 On 12 nov, 13:35, Daniel Kurka kurka.dan...@googlemail.com wrote:

  I found a very UGLY solution to my problem (which enables me to continue
  working).

  I replaced in LowLevelSaf.java public static native void gcUnprotect(int,
  int); to public static void gcUnprotect(int, int) {}

 I've built a file for GWT 1.5.3 on that same pattern if people are
 insterested... but I've got nowhere to put it. It's +9MB.

It's finally here: 
http://org.labarben.s3.amazonaws.com/gwt-saf-fix/gwt-dev-mac.jar

- Hugues

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread JK
Thanks for the jar! It works here as well.

On Nov 12, 1:35 pm, Daniel Kurka kurka.dan...@googlemail.com wrote:
 I found a very UGLY solution to my problem (which enables me to continue
 working).

 I replaced in LowLevelSaf.java public static native void gcUnprotect(int,
 int); to public static void gcUnprotect(int, int) {}

 causing the invalid access

 This is not a real fix, just a very nasty workaround

 If you run into the same problem you can download a fixed gwt-dev.jar from
 here:

 http://www.daniel-kurka.de/gwt-dev-1.7.1-mac-sf-4.0.4-fix.jar

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread Olaf Steinicke
Daniel

thanks a lot for the fast bug fix!
Pretty ugly indeed, but as long as it works that shouldn't bother me.
Hope the guys from Apple will soon Re-fix their Safari 4.0.4 fix...

Cheers!

 If you run into the same problem you can download a fixed gwt-dev.jar from
 here:

 http://www.daniel-kurka.de/gwt-dev-1.7.1-mac-sf-4.0.4-fix.jar

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread Mark
Many thanks Daniel, this works for me.

-mark

On Nov 12, 12:35 pm, Daniel Kurka kurka.dan...@googlemail.com wrote:
 I found a very UGLY solution to my problem (which enables me to continue
 working).

 I replaced in LowLevelSaf.java public static native void gcUnprotect(int,
 int); to public static void gcUnprotect(int, int) {}

 causing the invalid access

 This is not a real fix, just a very nasty workaround

 If you run into the same problem you can download a fixed gwt-dev.jar from
 here:

 http://www.daniel-kurka.de/gwt-dev-1.7.1-mac-sf-4.0.4-fix.jar

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread Mike T
Ugly fix or not it worked for me.  Thanks!!!

On Nov 13, 9:23 am, Mark mark.butc...@gmail.com wrote:
 Many thanks Daniel, this works for me.

 -mark

 On Nov 12, 12:35 pm, Daniel Kurka kurka.dan...@googlemail.com wrote:



  I found a very UGLY solution to my problem (which enables me to continue
  working).

  I replaced in LowLevelSaf.java public static native void gcUnprotect(int,
  int); to public static void gcUnprotect(int, int) {}

  causing the invalid access

  This is not a real fix, just a very nasty workaround

  If you run into the same problem you can download a fixed gwt-dev.jar from
  here:

 http://www.daniel-kurka.de/gwt-dev-1.7.1-mac-sf-4.0.4-fix.jar

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread jtyrrell
Hey All,

If you are having this issue and want to downgrade back to 4.0.3 I
have added the files here,
http://populationjim.com/2009/11/13/downgrade-safari-from-404-to-get-gwt-working/

Cheers,

Jim

On Nov 14, 2:26 am, eric73 e...@pentila.com wrote:
 Thanks a lot for your Jar Fix !

 Why it so ugly ?

 Eric

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread Stefan
Hey Daniel, thank's for your workaround, it works for me, too!
However, I get some errors in the hosted mode browser about wrong
method signatures in the classes DOMImplIE8.java and
HistoryImplTimer.java of the jar file gwt-user.jar.

:Stefan


On 12 Nov., 12:35, Daniel Kurka kurka.dan...@googlemail.com wrote:
 I found a very UGLY solution to my problem (which enables me to continue
 working).

 I replaced in LowLevelSaf.java public static native void gcUnprotect(int,
 int); to public static void gcUnprotect(int, int) {}

 causing the invalid access

 This is not a real fix, just a very nasty workaround

 If you run into the same problem you can download a fixed gwt-dev.jar from
 here:

 http://www.daniel-kurka.de/gwt-dev-1.7.1-mac-sf-4.0.4-fix.jar

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-13 Thread Casey
The downgrading doesn't work for me. I'm running Snow Leopard and when
I try to select my hard drive for installation it says that I must
have version 10.5.8 or newer installed. Any thoughts?

On Nov 13, 10:36 am, jtyrrell james.t.tyrr...@gmail.com wrote:
 Hey All,

 If you are having this issue and want to downgrade back to 4.0.3 I
 have added the files 
 here,http://populationjim.com/2009/11/13/downgrade-safari-from-404-to-get-...

 Cheers,

 Jim

 On Nov 14, 2:26 am, eric73 e...@pentila.com wrote:

  Thanks a lot for your Jar Fix !

  Why it so ugly ?

  Eric

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread Daniel Kurka
I found a very UGLY solution to my problem (which enables me to continue
working).

I replaced in LowLevelSaf.java public static native void gcUnprotect(int,
int); to public static void gcUnprotect(int, int) {}

causing the invalid access

This is not a real fix, just a very nasty workaround

If you run into the same problem you can download a fixed gwt-dev.jar from
here:

http://www.daniel-kurka.de/gwt-dev-1.7.1-mac-sf-4.0.4-fix.jar

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread Glimpse
Thank you for the JAR!
But on my system, it doesn't work: Hosted mode started to display my
application, but crashed one second later.

Any idea?

On 12 nov, 12:35, Daniel Kurka kurka.dan...@googlemail.com wrote:
 I found a very UGLY solution to my problem (which enables me to continue
 working).

 I replaced in LowLevelSaf.java public static native void gcUnprotect(int,
 int); to public static void gcUnprotect(int, int) {}

 causing the invalid access

 This is not a real fix, just a very nasty workaround

 If you run into the same problem you can download a fixed gwt-dev.jar from
 here:

 http://www.daniel-kurka.de/gwt-dev-1.7.1-mac-sf-4.0.4-fix.jar

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread Daniel Kurka

 Glimpse:


please check if you have your old version of gwt-dev is not in the classpath
anymore :9
maybe thats the problem...

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread JeanV
I can confirm that I have the same problem since upgrading to Safari
4.0.4. Help is needed on this one

On Nov 12, 10:10 am, Daniel kurka.dan...@googlemail.com wrote:
 After I installed the OSX update 10.6.2 I can start the hosted mode
 anymore. I get a Invalid memory access:

 Im suspecting the safari update from 4.0.3 to 4.0.4 to be responsible.
 Anyone any hints?

 Invalid memory access of location 0010 eip=969cf77b

 Process:         java [524]
 Path:            /System/Library/Frameworks/JavaVM.framework/Versions/
 1.6.0/Home/bin/java
 Identifier:      java
 Version:         ??? (???)
 Code Type:       X86 (Native)
 Parent Process:  idea [485]

 PlugIn Path:       /Users/danielkurka/.m2/repository/com/google/gwt/
 gwt-dev/1.7.1/libgwt-ll.jnilib
 PlugIn Identifier: libgwt-ll.jnilib
 PlugIn Version:    ??? (???)

 Date/Time:       2009-11-12 09:54:18.141 +0100
 OS Version:      Mac OS X 10.6.2 (10C540)
 Report Version:  6

 Interval Since Last Report:          5237 sec
 Crashes Since Last Report:           4
 Per-App Crashes Since Last Report:   4
 Anonymous UUID:                      6C95C9C4-48BF-48FE-B53E-
 C90E1BF89E54

 Exception Type:  EXC_BAD_ACCESS (SIGBUS)
 Exception Codes: KERN_PROTECTION_FAILURE at 0x0010
 Crashed Thread:  0  Dispatch queue: com.apple.main-thread

 Application Specific Information:

 Java information:
  Exception type: Bus Error (0xa) at pc=0x969cf77b

  Java VM: Java HotSpot(TM) Client VM (14.1-b02-90 mixed mode macosx-
 x86)

 Current thread (0x038b6000):  JavaThread Thread-0 daemon
 [_thread_in_native, id=-1610181376, stack(0xbf80,0xc000)]
 Stack: [0xbf80,0xc000]
 Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
 J  com.google.gwt.dev.shell.mac.LowLevelSaf.gcUnprotect(II)V
 J  com.google.gwt.dev.shell.JsValue.mainThreadCleanup()V
 j  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;+0
 j  com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(Ljava/lang/
 String;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/
 lang/Object;+6
 j  com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(Ljava/
 lang/String;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;)
 Ljava/lang/Object;+7
 j  com.google.gwt.dom.client.DOMImpl.eventGetType(Lcom/google/gwt/dom/
 client/NativeEvent;)Ljava/lang/String;+20
 j  com.google.gwt.dom.client.NativeEvent$.getType$(Lcom/google/gwt/dom/
 client/NativeEvent;)Ljava/lang/String;+4
 j  com.google.gwt.user.client.impl.DOMImpl.eventGetTypeInt(Lcom/google/
 gwt/user/client/Event;)I+2
 j  com.google.gwt.user.client.DOM.eventGetType(Lcom/google/gwt/user/
 client/Event;)I+4
 j  com.google.gwt.user.client.ui.Widget.onBrowserEvent(Lcom/google/gwt/
 user/client/Event;)V+1
 j  com.google.gwt.user.client.DOM.dispatchEventImpl(Lcom/google/gwt/
 user/client/Event;Lcom/google/gwt/user/client/Element;Lcom/google/gwt/
 user/client/EventListener;)V+31
 j  com.google.gwt.user.client.DOM.dispatchEventAndCatch(Lcom/google/
 gwt/user/client/Event;Lcom/google/gwt/user/client/Element;Lcom/google/
 gwt/user/client/EventListener;Lcom/google/gwt/core/client/GWT
 $UncaughtExceptionHandler;)V+3
 j  com.google.gwt.user.client.DOM.dispatchEvent(Lcom/google/gwt/user/
 client/Event;Lcom/google/gwt/user/client/Element;Lcom/google/gwt/user/
 client/EventListener;)V+12
 v  ~StubRoutines::call_stub
 j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/
 Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
 j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;
 [Ljava/lang/Object;)Ljava/lang/Object;+87
 J  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;
 [Ljava/lang/Object;)Ljava/lang/Object;
 J  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/
 Object;)Ljava/lang/Object;
 j  com.google.gwt.dev.shell.MethodAdaptor.invoke(Ljava/lang/Object;
 [Ljava/lang/Object;)Ljava/lang/Object;+13
 J  com.google.gwt.dev.shell.mac.MethodDispatch.invoke(II[I[I)I
 v  ~StubRoutines::call_stub
 j  org.eclipse.swt.internal.carbon.OS.ReceiveNextEvent(I[IDZ[I)I+0
 j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+50
 j  com.google.gwt.dev.SwtHostedModeBase.processEvents()V+4
 j  com.google.gwt.dev.HostedModeBase.pumpEventLoop()V+13
 j  com.google.gwt.dev.HostedModeBase.run()V+19
 j  com.google.gwt.dev.GWTShell.main([Ljava/lang/String;)V+40
 v  ~StubRoutines::call_stub

 Java Threads: ( = current thread )
   0x038af400 JavaThread http--Processor8 daemon
 [_thread_in_Java, id=-1308504064, stack(0xb1f1d000,0xb201d000)]
   0x038aec00 JavaThread http--Processor7 daemon
 [_thread_blocked, id=-1309560832, stack(0xb1e1b000,0xb1f1b000)]
   0x038ae400 JavaThread http--Processor6 daemon
 [_thread_blocked, id=-1310617600, stack(0xb1d19000,0xb1e19000)]
   0x03ac7800 JavaThread http--Processor5 daemon
 [_thread_blocked, id=-1311674368, 

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread Casey
Same here. Everything was fine until I installed the new Safari

On Nov 12, 8:27 pm, JeanV jve...@gmail.com wrote:
 I can confirm that I have the same problem since upgrading to Safari
 4.0.4. Help is needed on this one

 On Nov 12, 10:10 am, Daniel kurka.dan...@googlemail.com wrote:



  After I installed the OSX update 10.6.2 I can start the hosted mode
  anymore. I get a Invalid memory access:

  Im suspecting the safari update from 4.0.3 to 4.0.4 to be responsible.
  Anyone any hints?

  Invalid memory access of location 0010 eip=969cf77b

  Process:         java [524]
  Path:            /System/Library/Frameworks/JavaVM.framework/Versions/
  1.6.0/Home/bin/java
  Identifier:      java
  Version:         ??? (???)
  Code Type:       X86 (Native)
  Parent Process:  idea [485]

  PlugIn Path:       /Users/danielkurka/.m2/repository/com/google/gwt/
  gwt-dev/1.7.1/libgwt-ll.jnilib
  PlugIn Identifier: libgwt-ll.jnilib
  PlugIn Version:    ??? (???)

  Date/Time:       2009-11-12 09:54:18.141 +0100
  OS Version:      Mac OS X 10.6.2 (10C540)
  Report Version:  6

  Interval Since Last Report:          5237 sec
  Crashes Since Last Report:           4
  Per-App Crashes Since Last Report:   4
  Anonymous UUID:                      6C95C9C4-48BF-48FE-B53E-
  C90E1BF89E54

  Exception Type:  EXC_BAD_ACCESS (SIGBUS)
  Exception Codes: KERN_PROTECTION_FAILURE at 0x0010
  Crashed Thread:  0  Dispatch queue: com.apple.main-thread

  Application Specific Information:

  Java information:
   Exception type: Bus Error (0xa) at pc=0x969cf77b

   Java VM: Java HotSpot(TM) Client VM (14.1-b02-90 mixed mode macosx-
  x86)

  Current thread (0x038b6000):  JavaThread Thread-0 daemon
  [_thread_in_native, id=-1610181376, stack(0xbf80,0xc000)]
  Stack: [0xbf80,0xc000]
  Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  J  com.google.gwt.dev.shell.mac.LowLevelSaf.gcUnprotect(II)V
  J  com.google.gwt.dev.shell.JsValue.mainThreadCleanup()V
  j  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;+0
  j  com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(Ljava/lang/
  String;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/
  lang/Object;+6
  j  com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(Ljava/
  lang/String;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;)
  Ljava/lang/Object;+7
  j  com.google.gwt.dom.client.DOMImpl.eventGetType(Lcom/google/gwt/dom/
  client/NativeEvent;)Ljava/lang/String;+20
  j  com.google.gwt.dom.client.NativeEvent$.getType$(Lcom/google/gwt/dom/
  client/NativeEvent;)Ljava/lang/String;+4
  j  com.google.gwt.user.client.impl.DOMImpl.eventGetTypeInt(Lcom/google/
  gwt/user/client/Event;)I+2
  j  com.google.gwt.user.client.DOM.eventGetType(Lcom/google/gwt/user/
  client/Event;)I+4
  j  com.google.gwt.user.client.ui.Widget.onBrowserEvent(Lcom/google/gwt/
  user/client/Event;)V+1
  j  com.google.gwt.user.client.DOM.dispatchEventImpl(Lcom/google/gwt/
  user/client/Event;Lcom/google/gwt/user/client/Element;Lcom/google/gwt/
  user/client/EventListener;)V+31
  j  com.google.gwt.user.client.DOM.dispatchEventAndCatch(Lcom/google/
  gwt/user/client/Event;Lcom/google/gwt/user/client/Element;Lcom/google/
  gwt/user/client/EventListener;Lcom/google/gwt/core/client/GWT
  $UncaughtExceptionHandler;)V+3
  j  com.google.gwt.user.client.DOM.dispatchEvent(Lcom/google/gwt/user/
  client/Event;Lcom/google/gwt/user/client/Element;Lcom/google/gwt/user/
  client/EventListener;)V+12
  v  ~StubRoutines::call_stub
  j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/
  Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
  j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;
  [Ljava/lang/Object;)Ljava/lang/Object;+87
  J  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;
  [Ljava/lang/Object;)Ljava/lang/Object;
  J  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/
  Object;)Ljava/lang/Object;
  j  com.google.gwt.dev.shell.MethodAdaptor.invoke(Ljava/lang/Object;
  [Ljava/lang/Object;)Ljava/lang/Object;+13
  J  com.google.gwt.dev.shell.mac.MethodDispatch.invoke(II[I[I)I
  v  ~StubRoutines::call_stub
  j  org.eclipse.swt.internal.carbon.OS.ReceiveNextEvent(I[IDZ[I)I+0
  j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+50
  j  com.google.gwt.dev.SwtHostedModeBase.processEvents()V+4
  j  com.google.gwt.dev.HostedModeBase.pumpEventLoop()V+13
  j  com.google.gwt.dev.HostedModeBase.run()V+19
  j  com.google.gwt.dev.GWTShell.main([Ljava/lang/String;)V+40
  v  ~StubRoutines::call_stub

  Java Threads: ( = current thread )
    0x038af400 JavaThread http--Processor8 daemon
  [_thread_in_Java, id=-1308504064, stack(0xb1f1d000,0xb201d000)]
    0x038aec00 JavaThread http--Processor7 daemon
  [_thread_blocked, id=-1309560832, stack(0xb1e1b000,0xb1f1b000)]
    

Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread Xavi Mensa
Thanks for the JAR Daniel, it works here.

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Re: GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update

2009-11-12 Thread hugues
On 12 nov, 13:35, Daniel Kurka kurka.dan...@googlemail.com wrote:
 I found a very UGLY solution to my problem (which enables me to continue
 working).

 I replaced in LowLevelSaf.java public static native void gcUnprotect(int,
 int); to public static void gcUnprotect(int, int) {}

I've built a file for GWT 1.5.3 on that same pattern if people are
insterested... but I've got nowhere to put it. It's +9MB.
- Hugues

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.