I have the same problem, my previous app works fine with GWT 1.53, I
download the last 1.6 (current is 1.6.3 RC) and remove all warnings
about Listener,
I first set xmx to 1024 because 512 was not enought for my
application. This solve the problem temporarily and I keep on coding.

No if I add some java coding in an existing class the compiled failed
with the same message, removing these lines solve the problem. These
lines are not different from my usual code, the same coding is used in
other classes, the objects used are already used in this class, the
methods too... may be my project is too big (>300 java classes) ?

[ERROR] Unexpected internal compiler error
java.lang.StackOverflowError: null
        at java.lang.ref.ReferenceQueue.poll(ReferenceQueue.java:82)
        at java.io.ObjectStreamClass.processQueue(ObjectStreamClass.java:
2234)
        at java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:266)
        at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:
1106)
        at java.io.ObjectOutputStream.defaultWriteFields
(ObjectOutputStream.java:1509)
        at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:
1474)
        at java.io.ObjectOutputStream.writeOrdinaryObject
(ObjectOutputStream.java:1392)
        at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:
1150)
        at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:
326)
        at java.util.ArrayList.writeObject(ArrayList.java:570)
        at sun.reflect.GeneratedMethodAccessor119.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
to be continued...

On 26 mar, 05:48, Dapeng <[email protected]> wrote:
> My project started from GWT 1.33 until latest 1.53. All works well.
> But 1.6RC can not compile. It looks an infinite looping.  I already
> set xmx to 512M.
> Exception from here, I ignore thousand lines...

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to