verichains / revela

Decompiler for Move smart contracts
https://revela.verichains.io
Other
48 stars 13 forks source link

[Bug] unable to decompile: cycle detected in constraint graph #7

Open sblackshear opened 5 months ago

sblackshear commented 5 months ago

Was running a test by decompiling the ~17k Sui mainnet packages, which worked pretty well! But hit a few that failed with

thread 'main' panicked at third_party/move/tools/revela/src/main.rs:81:41:
Error: unable to decompile: cycle detected in constraint graph
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

-- have attached repros failing_modules.zip