buliugu / airhead-research

Automatically exported from code.google.com/p/airhead-research
0 stars 0 forks source link

Combined Iterator is not thread safe #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Multithreaded access to the iterator

What is the expected output? What do you see instead?

Exception in thread "Thread-1" java.lang.NullPointerException
    at edu.ucla.sspace.common.CombinedIterator.next(CombinedIterator.java:98)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by David.Ju...@gmail.com on 21 May 2009 at 1:45

GoogleCodeExporter commented 9 years ago
Fixed in Revision 889.

Original comment by David.Ju...@gmail.com on 17 Feb 2010 at 9:37