tekbe
unread,Mar 7, 2011, 7:07:12 AM3/7/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hi,
when running our GWT 2.2 application in web mode, we get these
javascript errors:
Chrome 10.0.648.127 beta:
Uncaught RangeError: Maximum call stack size exceeded
(same error on Safari)
Firefox 3.6.13:
too much recursion
function Tnb(b,c,d){return a=new Yob,a.l=b,a.m=c,a.h=d,a}
No error on ie8.
We use plain GWT 2.2 without any thirdparty libs. The size of the
compiled JavaScript is about 1MB (obfuscated). When running in dev
mode everything works fine.
We already tried the suggested solutions -draftCompile and code
splitting, but it didn't solve the problem.
The error occurs after the JavaScript equivalent of loading the entry
point class but before the JavaScript equivalent of instantiating the
entry point class (as we can tell by the log messages).
Another odd thing: when we try to debug the JavaScript code with
Venkman in FF, the problem disappears!
We really need help on this. Any help, any hint on how to dig deeper
into the problem would be highly appreciated.
regards,
tekbe