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
Runtime error: invalid memory address or nil pointer dereference and a SEGV signal occurred #18069
Comments
|
This apparently got it's own CVE : https://vulmon.com/vulnerabilitydetails?qid=CVE-2018-19184 . The actual crash is very quirky, though, since the stacktrace indicates that it happens because |
|
I think the reproduce-info is wrong. Also, are you executing this on some particular quirky conditions that could cause problems with |
|
I just reproduced it without "--value 1" option. |
|
Could you give any additional info about the system you're running it on ? |
|
Also, try with |
Exactly... |
|
not a geth issue ... not worth of investigating at all |
environment repro
|
When we use
evm --value 1 -- code XXXXXX runto run the byte code.the byte code is :
The text was updated successfully, but these errors were encountered: