This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/16902] GIJ: Garbage collection related failure with interpreter



------- Comment #5 from mckinlay at redhat dot com  2006-02-06 18:41 -------
Another example of failure:

[5]:  Success
java.lang.NullPointerException
   at GCTest.testObjChain (GCTest.java:251)
   at GCTest.testObjArray (GCTest.java:191)
   at GCTest.run (GCTest.java:104)
   at java.lang.Thread.run (Thread.java:653)
[44]:  Failure: testObjArray: Caught exception: null
[44]:  Success
java.lang.NullPointerException
   at GCTest.testObjChain (GCTest.java:251)
   at GCTest.testObjArray (GCTest.java:191)
   at GCTest.run (GCTest.java:104)
   at java.lang.Thread.run (Thread.java:653)
[33]:  Failure: testObjArray: Caught exception: null
java.lang.NullPointerException
   at GCTest.testObjChain (GCTest.java:251)
   at GCTest.testObjArray (GCTest.java:191)
   at GCTest.run (GCTest.java:104)
   at java.lang.Thread.run (Thread.java:653)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16902


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]