Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

decompile: panicked in solidity.rs, unwrap on a None value #252

Closed
2 tasks done
cdump opened this issue Dec 27, 2023 · 1 comment · Fixed by #255
Closed
2 tasks done

decompile: panicked in solidity.rs, unwrap on a None value #252

cdump opened this issue Dec 27, 2023 · 1 comment · Fixed by #255
Assignees
Labels
A-core Area: core A-symbolic-execution Area: symbolic execution C-decompile Command: decompile P-high Priority: high T-bug Type: bug

Comments

@cdump
Copy link

cdump commented Dec 27, 2023

Component

Heimdall (Core)

Have you ensured that you are up to date?

  • Bifrost
  • Heimdall

What version of Heimdall are you on?

heimdall 0.7.2

Operating System

Linux

Describe the bug

installed with bifrost -v main

$ heimdall decompile --skip-resolving --rpc-url=https://rpc.ankr.com/eth 0x4C727a07246A70862e45B2E58fcd82c0eD5Eda85

27-12-2023 15:30:44.187684977  info: ⠙ analyzing '0x035c5c65'                                                                                                                                                        27-12-2023 15:30:44.202426152  fatal: thread 'main' encountered a fatal error: 'panicked at core/src/decompile/analyzers/solidity.rs:149:58:
called `Option::unwrap()` on a `None` value'!
27-12-2023 15:30:44.202543613  fatal: Stack Trace:
...
@cdump cdump added the T-bug Type: bug label Dec 27, 2023
@Jon-Becker
Copy link
Owner

will review tonight!

@Jon-Becker Jon-Becker added A-symbolic-execution Area: symbolic execution A-core Area: core C-decompile Command: decompile P-high Priority: high labels Dec 27, 2023
@Jon-Becker Jon-Becker linked a pull request Dec 28, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core Area: core A-symbolic-execution Area: symbolic execution C-decompile Command: decompile P-high Priority: high T-bug Type: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants