Re: "Maximum call stack size exceeded" on chrome and "too much recursion" on FF (gwt 2.2 web mode)

2011-03-10 Thread tekbe
I added a bug report: http://code.google.com/p/google-web-toolkit/issues/detail?id=6123 On 8 Mrz., 18:58, Juan Pablo Gardella wrote: > I think this is a bug. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send

Re: "Maximum call stack size exceeded" on chrome and "too much recursion" on FF (gwt 2.2 web mode)

2011-03-08 Thread Juan Pablo Gardella
I think this is a bug. 2011/3/8 tekbe > After some JavaScript debugging, we found the error. > > We are using a custom formatter for GWT 2.2 logging which extends the > abstract java.util.logging.Formatter. This works as long we don't call > the method formatMessage(LogRecord record) of the base

Re: "Maximum call stack size exceeded" on chrome and "too much recursion" on FF (gwt 2.2 web mode)

2011-03-08 Thread tekbe
After some JavaScript debugging, we found the error. We are using a custom formatter for GWT 2.2 logging which extends the abstract java.util.logging.Formatter. This works as long we don't call the method formatMessage(LogRecord record) of the base class. The call of formatMessage causes the error

"Maximum call stack size exceeded" on chrome and "too much recursion" on FF (gwt 2.2 web mode)

2011-03-07 Thread tekbe
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