Hey,

So, is "ant test" supposed to run to completion on a reasonable
dev machine? I don't know that I've ever had it work, and so don't
generally run it.

But I was feeling guilty tonight, so tried again, went away for awhile,
and came back to my RAM (12gb) and CPUs both pegged. And lots of these
in the console:

    [junit] Exception in thread "pool-1-thread-569"
    java.lang.NullPointerException [junit]      at
    com.google.gwt.dev.util.DiskCache.transferToStream(DiskCache.java:187)
    [junit]     at
    com.google.gwt.dev.util.DiskCacheToken.writeObject(DiskCacheToken.java:91)
    [junit]     at
    sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source)
    [junit]     at
    
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit]     at java.lang.reflect.Method.invoke(Method.java:597)
    [junit]     at
    java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:945)
    [junit]     at
    java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1469)
    [junit]     at
    java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1400)
    [junit]     at
    java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1158)
    [junit]     at
    java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1518)
    [junit]     at
    java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:422)
    [junit]     at
    
com.google.gwt.dev.javac.CachedCompilationUnit.writeObject(CachedCompilationUnit.java:222)
    [junit]     at
    sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
    [junit]     at
    
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit]     at java.lang.reflect.Method.invoke(Method.java:597)
    [junit]     at
    java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:945)
    [junit]     at
    java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1469)
    [junit]     at
    java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1400)
    [junit]     at
    java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1158)
    [junit]     at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:330)
    [junit]     at
    
com.google.gwt.dev.javac.PersistentUnitCache$6.run(PersistentUnitCache.java:446)
    [junit]     at
    
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    [junit]     at
    
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit]     at java.lang.Thread.run(Thread.java:662)

- Stephen

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to