a16z / jolt

The simplest and most extensible zkVM. Fast and fully open source from a16z crypto and friends. ⚡
https://jolt.a16zcrypto.com
MIT License
580 stars 105 forks source link

Better errors for insufficient stack or memory size #395

Open moodlezoup opened 2 weeks ago

moodlezoup commented 2 weeks ago

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

ameya-deshmukh commented 2 weeks ago

Hey! Can I take this up?

moodlezoup commented 1 week ago

Yeah go for it!