Jon,
After examining your trace in more detail and correlating it with a problem
that's been found, I may have a fix for you:
With a zip utility, go into
gwt-user.jar/com/google/gwt/user/client/rpc/impl/ClientSerializationStreamW riter.java,
line 101. Change that line to read:
setIntForInt(System.identityHashCode(instance), objectCount++);
You may have to pull the file out of the jar, edit it, and replace it
depending on your zip editor's capabilities.
Does this fix your problem?
Scott
On 8/15/06, jon918 <jon...@gmail.com> wrote:
> Scott, thanks for the quick response. I am not able to send my whole
> project. I was hoping that my lazy feeler might trigger some
> suggestions, but will try to put together some more complete debug info
> today or tomorrow.