"Maximum call stack size exceeded" on chrome and "too much recursion" on FF (gwt 2.2 web mode)
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
--
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home