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

[bug] Client fails on block 491407: Memory addresses must be relocatable #254

Closed
maciejka opened this issue Oct 10, 2024 · 3 comments
Closed
Labels
advanced blocked Requires other issues to be resolved first bug Something isn't working

Comments

@maciejka
Copy link
Collaborator

maciejka commented Oct 10, 2024

Description

In packages/client command:

scarb test --forceall tests/data/full_491406.json

fails with:

running integration tests ...
test tests/data/full_491406.json ... fail (gas usage est.: 0)
failures:
	tests/data/full_491406.json — error: failed to run the function

Caused by:
    Memory addresses must be relocatable

Same problem with blocks:

  • 481824
  • 489889
  • 491407
@maciejka maciejka added bug Something isn't working advanced labels Oct 10, 2024
@lomasson
Copy link
Collaborator

@maciejka Can i try to solve it ?

@m-kus
Copy link
Collaborator

m-kus commented Oct 11, 2024

There is a high chance it might be related to #245 which in turn is caused by starkware-libs/cairo#6479
So it's better to resolve it first to confirm this is a new error

@m-kus m-kus added the blocked Requires other issues to be resolved first label Oct 22, 2024
@maciejka
Copy link
Collaborator Author

Fixed by: starkware-libs/cairo#6489.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
advanced blocked Requires other issues to be resolved first bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants