Re: Compiler java.lang.StackOverflowError

2009-07-10 Thread Carl Pritchett
Right you are - it's 3510, I tried to get recursive on you - here's the real link http://code.google.com/p/google-web-toolkit/issues/detail?id=3510 Glad to help On Jul 3, 10:34 pm, hezjing hezj...@gmail.com wrote: Thanks, Carl! I think the link you provided is pointing to this thread :-)

Re: Compiler java.lang.StackOverflowError

2009-07-02 Thread Carl Pritchett
Also the GWT patch will probably help with this issue: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/1342916873cd523b?hl=en I no longer see the -Xss property after adding the patch jar to my classpath On Jul 2, 1:13 pm, hezjing hezj...@gmail.com wrote: Hi I temporary

Compiler java.lang.StackOverflowError

2009-07-01 Thread hezjing
Hi I know this is not a new problem, and I resolved this problem the 1st time by setting -Xss1024k. Now it comes back again, but the problem still exist after I increased the stack size to -Xss8M, -Xss16M or -Xss64M. I would like to try out the patch described in the comment 21 of

Re: Compiler java.lang.StackOverflowError

2009-07-01 Thread hezjing
Hi I temporary avoid this StackOverflowError by compiling the project to only one browser, --- module.xml --- set-property name=user.agent value=ie6 / with my current VM arguments set to -Xss64M and -Xmx512M. I probably have to compile to the different browsers one by one. Really, I have no