giza icon indicating copy to clipboard operation
giza copied to clipboard

bug: README example panics

Open entropidelic opened this issue 3 years ago • 2 comments

Hi, I made a clean checkout of the master branch of the repo and the run:

cargo run --release --bin giza-examples

using toolchain rustc 1.69.0-nightly in MacOS M1 Darwin.

I am getting this panic message

thread ‘main’ panicked at ‘index out of bounds: the len is 24 but the index is 24’, runner/src/memory.rs:99:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Is this a bug from my own setup or a giza issue? Thanks for your time 😄!

entropidelic avatar Feb 17 '23 22:02 entropidelic

This happened to me too.

gaozheruiye avatar Mar 15 '23 06:03 gaozheruiye

Exact same error for, I tried with MacOS and Ubuntu.

❯ cargo --version
cargo 1.71.0-nightly (569b648b5 2023-05-05)
❯ cairo-compile --version
cairo-compile 0.11.0.2

Neurone avatar May 09 '23 17:05 Neurone