-
Notifications
You must be signed in to change notification settings - Fork 43
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
bug: invalid memory reference #870
Comments
I tried to build this on linux x86_64 but i get a build error
|
Must be a platform-specific thing: can you comment line 151 and the definition of |
The
This seems to cause the precompiles to not be available when I try to test it:
|
Something broke with our new release yesterday. Will check and update |
Hi @azteca1998 @edg-l you should be able to repro again. I updated native to ab47832 I also hid the ram usage prints under a macos target, so that you should be able to run it on other targets fine. |
Where are you using Cairo Native
Kakarot EF-Test suite. Running the 20k ethereum tests using blockifier + cairo native + kakarot zkevm
Version
last main
Describe the bug
To Reproduce
Clone https://github.com/kkrt-labs/ef-tests
Checkout
dev/bump-native
make
&&make setup-kakarot
Make sure
CAIRO_NATIVE_RUNTIME_LIBRARY
is a defined environment variablerun
cargo test test_static_ABAcalls0_d1g0v0_Cancun --features v1,native -- --nocapture
this should error with
(signal: 11, SIGSEGV: invalid memory reference)
The backtrace is from lldb:
lldb path/to/test
platform settings -w /path/to/ef-tests/crates/ef-testing
run
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: