question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Debugger crashes when checking liveness: Exception 'util.WrongInvocationException: TLCStateFun.deepCopy'

See original GitHub issue

While using the debugger (model and .cfg file below), I got the following error:

TLC threw an unexpected exception.
This was probably caused by an error in the spec or model.
See the User Output or TLC Console for clues to what happened.
The exception was a util.WrongInvocationException: TLCStateFun.deepCopy: This is a TLC bug.

Happy to provide more details as needed.


  • model
  • IBCTokenTransfer.cfg:
CONSTANTS MaxHeight = 2
          MaxPacketSeq = 2
          MaxBalance = 2
          NativeDenominationChainA = "samoleansA"
          NativeDenominationChainB = "samoleansB"

SPECIFICATION Spec

PROPERTY ICS20Prop
INVARIANT ICS20Inv

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
lemmycommented, Jan 20, 2021
1reaction
lemmycommented, Jan 15, 2021

Please disable liveness checking for now, i.e. remove PROPERTY ICS20Prop from your config

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found