Thursday, January 15, 2015

Re: "Too much recursion" after repeating open and close tabs

No idea how to help. You have some recursion in your code that executes too often for the given browser. Browsers have a stack size / recursion limit: http://stackoverflow.com/a/7828803/3478317

I guess you have to look at your code and refactor it.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment