Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] core.tests jUnit suite hangs

After updating my workspace with this afternoon's changes, the JUnit tests 
hang on some CModel tests. 
(Windows XP, HEAD, Java 1.4) 

The following stack trace is displayed in the console: 

java.lang.NullPointerException
        at 
org.eclipse.cdt.internal.core.model.BinaryRunner$1.run(BinaryRunner.java:32)
        at java.lang.Thread.run(Thread.java:534)

Can those who have recently committed in the core in this area look into 
it? 

Thanks,
JohnC


Back to the top