Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-3140

ConcurrentModificationException is thrown by JavaScript test server

    XMLWordPrintableJSON

Details

    • 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/

      Attachments

        Activity

          People

            nsuke Nobuaki Sukegawa
            nsuke Nobuaki Sukegawa
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: