Thanks for all of your input regarding this issue. We were able to reproduce the problem and have found that it is a result of an issue within the 4.0.4 version of JavaScriptCore. We have reported the issue to the WebKit team (http://trac.webkit.org/changeset/50964) and an update was made but it will take some time to work it's way into another Safari update. In the meantime to continue using GWT 1.7.1, and prior, the safest workaround would be to revert back to Safari 4.0.3. The patches that have be suggested within this thread will work but may result in other inconsistencies as objects are not properly being released.
I have also tested out the latest MS2 release of GWT using 4.0.4 and had no issues running in hosted mode (now referred to as Development Mode). GWT MS2 is available here: http://code.google.com/p/google-web-toolkit/downloads/list?can=1&q=2.0+Milestone+2 I will keep everyone posted with any further updates. - Chris On Nov 14, 11:33 am, julian <[email protected]> wrote: > Can be that (10.6.1, safari 4) uses 64bit architecture instead 32? > Have a look to:http://kb2.adobe.com/cps/509/cpsid_50983.html > > On Nov 13, 4:41 pm, Kyle Hayes <[email protected]> wrote: > > > > > I installed your new jar and I'm still getting the followingerror: > > ============== > >hosted: > > [java] On MacOSX, ensure that you have Safari 3 installed. > > [java] Exception in thread "main" java.lang.UnsatisfiedLinkError: > > Unable to load required native library 'gwt-ll'. Detailederror: > > [java] Can't load library: /usr/local/gwt-mac-1.7.1/libgwt- > > ll.dylib) > > [java] > > [java] Your GWT installation may be corrupt > > [java] at com.google.gwt.dev.shell.LowLevel.init(LowLevel.java: > > 106) > > [java] at com.google.gwt.dev.shell.mac.LowLevelSaf.init > > (LowLevelSaf.java:135) > > [java] at com.google.gwt.dev.BootStrapPlatform.initHostedMode > > (BootStrapPlatform.java:68) > > [java] at com.google.gwt.dev.HostedModeBase.<init> > > (HostedModeBase.java:362) > > [java] at com.google.gwt.dev.SwtHostedModeBase.<init> > > (SwtHostedModeBase.java:127) > > [java] at com.google.gwt.dev.HostedMode.<init>(HostedMode.java: > > 271) > > [java] at com.google.gwt.dev.HostedMode.main(HostedMode.java: > > 230) > > ============== > > > Here is my install location contents: > > ============== > > $ ls /usr/local/gwt-mac-1.7.1/ > > COPYING gwt-dev-mac.jar > > libgwt-ll.jnilib > > COPYING.html gwt-dev-mac.jar.bak > > libswt-agl-carbon-3235.jnilib > > about.html gwt-module.dtd > > libswt-carbon-3235.jnilib > > about.txt gwt-servlet.jar > > libswt-pi-carbon-3235.jnilib > > benchmarkViewer gwt-user.jar > > libswt-webkit-carbon-3235.jnilib > > doc i18nCreator > > release_notes.html > > gwt-api-checker.jar index.html > > samples > > gwt-benchmark-viewer.war junitCreator > > webAppCreator > > ============== > > > The gwt-dev-mac.jar.bak is the old jar and the non.bak is the > > *patched* one. Yet theerroris still complaining about not finding > > libgwt-ll.dylib. > > > On Nov 13, 2:25 am, bmalkow <[email protected]> wrote:> On 12 > > Lis, 18:25, Kyle Hayes <[email protected]> wrote: > > > > > Heh, you're right this is really ugly. However, it may be worth a try, > > > > but not on my work code ;-) > > > > I use it only on development enviroment. > > > To production I use original GWT. > > > > Someone else thinks similar to > > > mehttp://gwtgeek.blogspot.com/2009/11/hosted-mode-crashes-after-os-upda... > > > ;) -- 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=.
