It's not an unusual condition. It is entirely possible that your compiled project code exceeds the default stack allocation. One thing I've found is that simply adding an element or two to a UI XML will cause this exception. Increase the stack size. Also, this has been discussed previously on this list.
Cheers, jec On Sun, Nov 7, 2010 at 8:10 AM, Jeff Schwartz <[email protected]>wrote: > When running in development mode I get the following error: > > [ERROR] [lmv] Stack overflow; to increase the stack size, use the -Xss flag > at startup (java -Xss1M ...) > > 1) Is this error common or does it indicate something seriously wrong with > my application? > > 2) What & how do I configure to avoid this error? > > Thanks in advance. > > Jeff > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- 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.
