forked from qmonnet/rbpf
-
Notifications
You must be signed in to change notification settings - Fork 171
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
rbpf_cli hangs loading a shared library file #166
Comments
One can attach a debugger and see the program spends time searching something. Looks like it entered a forever loop.
|
rustup show
|
Thanks for the detailed bug report! It was indeed an infinite loop caused by an impossible CFG. Which in turn was caused by a leading unreachable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This command:
takes forever to complete with CPU usage = 100%.
The latest
rbpf
main branch had been used. The input file's location: https://github.com/solana-labs/solana/blob/master/program-test/src/programs/spl_token-3.1.0.soThe text was updated successfully, but these errors were encountered: