-
Notifications
You must be signed in to change notification settings - Fork 145
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
Better errors for insufficient stack or memory size #395
Comments
Hey! Can I take this up? |
Yeah go for it! |
@ameya-deshmukh Any update here? |
Hey @moodlezoup! Sorry, couldn't find time to work on this. Can I grind this out over the weekend and give you an update by early Monday ET? |
Yeah that'd be great! Lmk if you need any pointers |
@ameya-deshmukh @moodlezoup I would like to have a try if you fine with that |
Hey @4rgon4ut sure! I didn't get the time to work on this issue, all yours to take |
@moodlezoup I have two questions:
|
Thanks for taking this!
|
@moodlezoup does stack grows downwards, from higher stack addr down to the /// DRAM base address. Offset from this base address
/// is the address in main memory.
pub const DRAM_BASE: u64 = 0x80000000; |
Yes, I believe so |
https://jolt.a16zcrypto.com/usage/troubleshooting.html#insufficient-memory-or-stack-size
Currently, the tracer will error out with nondescript errors like
Unknown memory mapping 7FFFFE04.
The tracer should detect when we have exhausted the stack and/or heap, and throw a descriptive error if so
The text was updated successfully, but these errors were encountered: