You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by "Michael Beckerle (JIRA)" <ji...@apache.org> on 2019/07/26 19:07:00 UTC

[jira] [Created] (DAFFODIL-2189) Unparse with trace on causes Abort

Michael Beckerle created DAFFODIL-2189:
------------------------------------------

             Summary: Unparse with trace on causes Abort
                 Key: DAFFODIL-2189
                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2189
             Project: Daffodil
          Issue Type: Bug
          Components: Debugger
    Affects Versions: 2.4.0
            Reporter: Michael Beckerle
             Fix For: 2.5.0


I tried to trace a round-trip test. The parse side works. The unparse does not.
{code:java}
org.apache.daffodil.exceptions.Abort: Invariant broken: org.apache.daffodil.util.Maybe.WithNulls.isDefined[org.apache.daffodil.infoset.DINode](UState.this.currentInfosetNode)
org.apache.daffodil.exceptions.Assert$.abort(Assert.scala:129)
org.apache.daffodil.processors.unparsers.UState.infoset(UState.scala:124)
org.apache.daffodil.debugger.InteractiveDebugger$DebugCommandBase$Info$InfoInfoset$.act(InteractiveDebugger.scala:1506)
org.apache.daffodil.debugger.InteractiveDebugger$DebugCommandBase$Info$.$anonfun$act$20(InteractiveDebugger.scala:1209)
    at org.apache.daffodil.exceptions.Assert$.abort(Assert.scala:129)
    at org.apache.daffodil.processors.unparsers.UState.infoset(UState.scala:124)
    at ....
{code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)