I workaround this problem: In fact my rpc call was too large (around 1Mo). So I simply reduce the size of theses calls to 10Ko.
Vincent On 13 nov, 09:08, Kroc <[EMAIL PROTECTED]> wrote: > Does anyone had this error on firefox (windows): > > compiled in PRETTY mode (file size 1.2Mo): > (InternalError): script too large > fileName:http://localhost:8080/nc.kroc.fmp.AppMain/F7CD321583D7FFF355626DFABFB... > lineNumber: 4099 stack: $prepareToR > > same compiled in OBFUSCATED mode (file size 444Ko): > (InternalError): script too large > > fileName:http://localhost:8080/nc.kroc.fmp.AppMain/58FEAEBA24ED94C41276805F8F8... > > lineNumber: 444 > > stack: vub()@:0 > > eval( > > in hosted mode and IE script continue running for a while. > And it's working with chrome. > > The only difference with my previous versions which was working, is a > library replacement: > h4gwt 1.1 -> gilead 1.2 (simply a version changed) > I didn't notice any script file size changed between the two versions. > > I found this on mozilla.org (http://www.mozilla.org/js/spidermonkey/ > release-notes/JS_150_RC4.html) : > Bug 80981 > "Need extended jump bytecode to avoid "script too large" errors, etc." > We now ReportStatementTooLarge only if: > - a jump offset overflows 32 bits, signed; > - there are 2**32 or more span dependencies in a script; > - a backpatch chain link is more than (2**30 - 1) bytecodes long; > - a source note's distance from the last note, or from script main > entry point, is > 0x7fffff bytes. > > So... > Is this problem already reported ? > Anyone's ideas ? > > Regards > Vincent --~--~---------~--~----~------------~-------~--~----~ 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=en -~----------~----~----~----~------~----~------~--~---
