Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: s10
-
Component/s: None
-
Labels: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.