Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Patch Available
-
Patch
Description
After running make check for JS or ant test in lib/js/test, you can always find several ConcurrentModificationException stack traces in lib/js/test/build/log/unittest.log.
I don't know if it's even a bug since it does not cause any test failures.
It distracted me from solving real cause of failures for a while through.
Cause:
Threading issue.
Synchronization is needed because all instances of MimeUtil2 seems to share single state.
http://sourceforge.net/p/mime-util/bugs/33/