You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Steve Lawrence (Jira)" <ji...@apache.org> on 2022/01/24 18:21:00 UTC

[jira] [Resolved] (DAFFODIL-2630) nullPointerException when using TDML runner.trace

     [ https://issues.apache.org/jira/browse/DAFFODIL-2630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Lawrence resolved DAFFODIL-2630.
--------------------------------------
    Fix Version/s: 3.3.0
       Resolution: Fixed

Fixed in commit 9a18feaa30e512f04f287f6c35f1883195d7d928

> nullPointerException when using TDML runner.trace
> -------------------------------------------------
>
>                 Key: DAFFODIL-2630
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2630
>             Project: Daffodil
>          Issue Type: Bug
>          Components: Debugger
>    Affects Versions: 3.2.1
>            Reporter: Mike Beckerle
>            Assignee: Steve Lawrence
>            Priority: Major
>             Fix For: 3.3.0
>
>
> testAddressPollingList (P8)
> use runner.trace.runOneTest(....)
> {code:java}
> ----------------------------------------------------------------- 382
> parser: <BinaryIntegerKnownLengthUnparser/>
> bitPosition: 0
> data:
>   No data yet
> infoset:java.lang.NullPointerException
>     at org.apache.daffodil.infoset.InfosetWalker$.apply(InfosetWalker.scala:82)
>     at org.apache.daffodil.debugger.InteractiveDebugger.org$apache$daffodil$debugger$InteractiveDebugger$$infosetToString(InteractiveDebugger.scala:446)
>     at org.apache.daffodil.debugger.InteractiveDebugger$DebugCommandBase$Info$InfoInfoset$.act(InteractiveDebugger.scala:1551)
>     at org.apache.daffodil.debugger.InteractiveDebugger$DebugCommandBase$Info$.$anonfun$act$20(InteractiveDebugger.scala:1215)
>     at scala.collection.immutable.List.foreach(List.scala:392)
>     at org.apache.daffodil.debugger.InteractiveDebugger$DebugCommandBase$Info$.act(InteractiveDebugger.scala:1212)
>     at org.apache.daffodil.debugger.InteractiveDebugger$DebugCommandBase$.act(InteractiveDebugger.scala:630)
>     at org.apache.daffodil.debugger.InteractiveDebugger$DebugCommand.apply(InteractiveDebugger.scala:470)
>     at org.apache.daffodil.debugger.InteractiveDebugger.runCommand(InteractiveDebugger.scala:420)
>     at org.apache.daffodil.debugger.InteractiveDebugger.$anonfun$debugStep$3(InteractiveDebugger.scala:186)
>     at scala.collection.immutable.List.foreach(List.scala:392) {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)