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

Interactive Debugger Causes Stack Overflow

XMLWordPrintableJSON

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • s10
    • None
    • None
    • None

      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.

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

                Created:
                Updated:
                Resolved: