Uploaded image for project: 'Daffodil'
  1. Daffodil
  2. DAFFODIL-694

Interactive Debugger Causes Stack Overflow

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • s10
    • None
    • None

    Description

      I get the following stack overflow when running the interactive debugger now:

      Exception in thread "main" java.lang.StackOverflowError
      	at edu.illinois.ncsa.daffodil.util.Enum$EnumVal.<init>(Enum.scala:43)
      	at edu.illinois.ncsa.daffodil.debugger.InteractiveDebugger$DebugState$Continue$.<init>(InteractiveDebugger.scala:63)
      	at edu.illinois.ncsa.daffodil.debugger.InteractiveDebugger$DebugState$.Continue(InteractiveDebugger.scala:63)
      	at edu.illinois.ncsa.daffodil.debugger.InteractiveDebugger$DebugState$Continue$.<init>(InteractiveDebugger.scala:63)
      	at edu.illinois.ncsa.daffodil.debugger.InteractiveDebugger$DebugState$.Continue(InteractiveDebugger.scala:63)
              ...
      

      Appears to be caused by the new Enum changes, it is not immediately clear to me what the problem is.

      Attachments

        Activity

          People

            daffodil-jchab Jessie Chab
            slawrence Steve Lawrence
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: