Re: How to diagnose IE8 javascript error "stack overflow at line: 0"? ends up in Impl.entry0

2010-11-08 Thread Didier Durand
Hi Brian, I don't have exact figures but what I know is that some structures (Java collections) needs tons of Javascript stack entries to get serialized / deserialized: knowing that , our strategy is to carry single objects or arrays (even of hetegeneous objects) on the wire and reconstruct the mo

Re: How to diagnose IE8 javascript error "stack overflow at line: 0"? ends up in Impl.entry0

2010-11-08 Thread BrianP
It looks like this is the case - a large/complex object over RPC causing the problem. I commented out that call to the server, and the component loaded fine. So the next question is: how do you know your objects are too large for RPC? Where is the threshhold? On Nov 8, 10:40 am, BrianP wrote: >

Re: How to diagnose IE8 javascript error "stack overflow at line: 0"? ends up in Impl.entry0

2010-11-08 Thread BrianP
Thanks for your reply. That is interesting. For a long time, I thought it was due to my use of the Raphael-gwt library. But now I've removed that, and still get the error. And I _am_ bringing back some large and complex objects via RPC, so I'll look into that. On Nov 6, 3:50 am, Didier DURAND w

Re: How to diagnose IE8 javascript error "stack overflow at line: 0"? ends up in Impl.entry0

2010-11-06 Thread Didier DURAND
Hi, I don't know enough about your appl but we had similar issues: that was due to complex data structures that we were bringing back to the client from the server over the GWT RPC -> we had to simplify the structures (carrying simple arrays of objects rather than complex graphs over RPC) in order

How to diagnose IE8 javascript error "stack overflow at line: 0"? ends up in Impl.entry0

2010-11-05 Thread BrianP
I have a GWT 2.0.3 app that runs fine in Firefox and Chrome. But when run in IE8 I get a javascript error that pops up with 'Stack over flow at line: 0'. When stepping through it in debug mode, I end up in GWT class Impl in the method entry0(Object jsFunction, Object thisObj, Object arguments). I

Re: Stack overflow at line :0 (Hosted mode memory error)

2009-07-29 Thread Keith Platfoot
3 weeks now. At first i just > wanted to get my feet wet and maybe port a minor dynamic piece of my > site to GWT but i'm so blown away by the technology that i'm > considering a full UI port. > > So far the one issues that i can not seem to resolve is this "Stack &g

Re: Stack overflow at line :0 (Hosted mode memory error)

2009-07-29 Thread Trevis
y that i'm > > considering a full UI port. > > > So far the one issues that i can not seem to resolve is this "Stack > > overflow at line :0" popup message that happens when i launch the code > > in hosted mode.  I know that i'm not the only one who has

Re: Stack overflow at line :0 (Hosted mode memory error)

2009-07-28 Thread Paul Robinson
> So far the one issues that i can not seem to resolve is this "Stack > overflow at line :0" popup message that happens when i launch the code > in hosted mode. I know that i'm not the only one who has the problem > and i've seen blog posts where people talk about hav

Stack overflow at line :0 (Hosted mode memory error)

2009-07-28 Thread Trevis
is this "Stack overflow at line :0" popup message that happens when i launch the code in hosted mode. I know that i'm not the only one who has the problem and i've seen blog posts where people talk about having resolved it by modifying the memory settings that it uses but nothi

Re: Stack overflow at line: 0

2009-02-05 Thread Scooter
n Feb 5, 1:00 am, Paul Robinson wrote: > > > Barry wrote: > > > Hi ... > > > > I'm getting a message box from Internet Explorer after executing the > > > handler for an RPC call. The message box says "Stack overflow at line: > > > 0". The

Re: Stack overflow at line: 0

2009-02-05 Thread Barry
after executing the > > handler for an RPC call. The message box says "Stack overflow at line: > > 0". The data being returned is a tree. If the tree isn't returned, I > > don't get the message box. > > > There are several threads on this issue going bac

Re: Stack overflow at line: 0

2009-02-05 Thread Paul Robinson
Barry wrote: > Hi ... > > I'm getting a message box from Internet Explorer after executing the > handler for an RPC call. The message box says "Stack overflow at line: > 0". The data being returned is a tree. If the tree isn't returned, I > don't get the

Stack overflow at line: 0

2009-02-04 Thread Barry
Hi ... I'm getting a message box from Internet Explorer after executing the handler for an RPC call. The message box says "Stack overflow at line: 0". The data being returned is a tree. If the tree isn't returned, I don't get the message box. There are several threads

Re: Stack overflow at line: 0

2008-12-02 Thread David Hoffer
dows Internet Explorer and having an error of Stack overflow at >> line: 0. >> >> What does this mean? Why Windows Internet Explorer? >> >> -Dave > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: Stack overflow at line: 0

2008-12-02 Thread markmccall
Windows Internet Explorer and having an error of Stack overflow at > line: 0. > > What does this mean? Why Windows Internet Explorer? > > -Dave --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google

Stack overflow at line: 0

2008-12-02 Thread dhoffer
In debugging my app in hosted mode I see an error with the title of Windows Internet Explorer and having an error of Stack overflow at line: 0. What does this mean? Why Windows Internet Explorer? -Dave --~--~-~--~~~---~--~~ You received this message because you