You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/a/w/a/e/rattle/rattle/rattle-cli.py", line 7, in<module>main()
File "/Users/a/w/a/e/rattle/rattle/rattle/main.py", line 55, in main
ssa = rattle.Recover(args.input.read(), edges=edges, optimize=args.optimize,
File "/Users/a/w/a/e/rattle/rattle/rattle/recover.py", line 751, in __init__
self.internal = InternalRecover(filedata, edges, optimize, split_functions)
File "/Users/a/w/a/e/rattle/rattle/rattle/recover.py", line 30, in __init__
self.recover(dispatch)
File "/Users/a/w/a/e/rattle/rattle/rattle/recover.py", line 93, in recover
self.identify_blocks(function)
File "/Users/a/w/a/e/rattle/rattle/rattle/recover.py", line 202, in identify_blocks
block.set_fallthrough_target(terminator.offset + terminator.insn.size)
File "/Users/a/w/a/e/rattle/rattle/rattle/ssa.py", line 513, in set_fallthrough_target
target_block: SSABasicBlock = self.function.blockmap[other]
KeyError: 11241
Context
I pulled the latest code from the master branch
My python version is 3.10
MacOS 13.6 (in case if it is related)
Bytecodes (deployed bytecodes) from these contracts:
Issue
The issue is:
Seems like it is the same issue with #21
Request
Can the team please take time look into this? Thanks
The text was updated successfully, but these errors were encountered: