Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-398

test case intermittently fails running Java 6 - with a hang: uimaj-core, org.apache.uima.analysis_engine.impl.MultiprocessingAnalysisEngine_implTest

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 2.1
    • 2.2
    • Core Java Framework
    • None
    • Sun Java 6_01

    Description

      The failure is intermittent. It fails the first time running (for me) from a reboot, but runs after that. The failure occurs in the test where it does a threads[i].join(); and happens when i = 0. I found this out by changing the join() to join(10000), and then inserting:
      if (threads[i].isAlive())

      { System.err.println("timeout waiting for thread to complete " + i); fail("timeout waiting for thread to complete " + i); }

      Attachments

        1. screenshot-1.jpg
          66 kB
          Marshall Schor

        Activity

          People

            Unassigned Unassigned
            schor Marshall Schor
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: