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

convert recursive impl of CAS Copier to non-recursive to avoid out-of-stack space errors

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.3.1SDK
    • Core Java Framework
    • None

    Description

      User has reported running out of stack space - traced to long UIMA list which was being copied using the CasCopier utility, which places two "calls" for each element of the list on the Java stack.

      Convert this to a non-recursion implementation.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: