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

panicked at src/column.rs (unwrap() on a None value) #253

Open
gusiri opened this issue Aug 30, 2024 · 0 comments
Open

panicked at src/column.rs (unwrap() on a None value) #253

gusiri opened this issue Aug 30, 2024 · 0 comments

Comments

@gusiri
Copy link

gusiri commented Aug 30, 2024

Linea-tracer: v0.5.1-beta
Constraints: v0.5.1-beta (b6bf989)
Corset: latest (fcd3035)
Zkevm.bin: v0.5.1-beta (b6bf989) + HUB, GAS, OOB, and STP disabled

sample .lt for debugging:
https://drive.google.com/file/d/1X99WfnXl5Ww75ccxzmS-Hm61N367t3XJ/view?usp=drive_link

time="2024-08-29T17:30:09Z" level=info msg="Loading zkEVM..."
time="2024-08-29T17:30:09Z" level=info msg=Done.
time="2024-08-29T17:30:09Z" level=info msg="Parsing JSON..."
time="2024-08-29T17:30:09Z" level=info msg=Done.
time="2024-08-29T17:30:09Z" level=info msg="Expanding trace... using 32 threads"
thread '<unnamed>' panicked at src/column.rs:653:39:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread '<unnamed>' panicked at src/column.rs:653:39:
called `Option::unwrap()` on a `None` value
fatal runtime error: failed to initiate panic, error 5
SIGABRT: abort
PC=0x7f7d574a153c m=7 sigcode=18446744073709551610
signal arrived during cgo execution

goroutine 1 gp=0xc0000061c0 m=7 mp=0xc000416808 [syscall]:
runtime.cgocall(0x96e9ff, 0xc000471890)
	/usr/local/go/src/runtime/cgocall.go:157 +0x4b fp=0xc000471868 sp=0xc000471830 pc=0x41e3eb
github.com/consensys/zkevm-monorepo/prover/zkevm/arithmetization._C2func_trace_compute_from_file(0x7f7cf41d9070, 0x7f7cf431fae0, 0x20, 0x0)
	_cgo_gotypes.go:147 +0x56 fp=0xc000471890 sp=0xc000471868 pc=0x96b996
github.com/consensys/zkevm-monorepo/prover/zkevm/arithmetization.AssignFromCorset.func3(0x7f7cf41d9070, 0x7f7cf431fae0, 0x20)
	/data/leo/linea-prover-integration-test/prover/zkevm/arithmetization/corset.go:171 +0x5d fp=0xc0004718d8 sp=0xc000471890 pc=0x96defd
github.com/consensys/zkevm-monorepo/prover/zkevm/arithmetization.AssignFromCorset({0x7fffab4d4f80, 0x33}, 0xc00140b840)
	/data/leo/linea-prover-integration-test/prover/zkevm/arithmetization/corset.go:171 +0x2d2 fp=0xc000471d58 sp=0xc0004718d8 pc=0x96d6b2
github.com/consensys/zkevm-monorepo/prover/zkevm/arithmetization.Assign(0x0?, {0x7fffab4d4f80?, 0x0?})
	/data/leo/linea-prover-integration-test/prover/zkevm/arithmetization/arithmetization.go:36 +0x25 fp=0xc000471d80 sp=0xc000471d58 pc=0x96b565
main.main.MakeProver.func2(0xc00040a500?)
	/data/leo/linea-prover-integration-test/prover/cmd/dev-tools/corset-checker/zkevm.go:22 +0x1b fp=0xc000471da8 sp=0xc000471d80 pc=0x96e3bb
github.com/consensys/zkevm-monorepo/prover/protocol/wizard.Prove(0xc00040a500, 0xc000471f00)
	/data/leo/linea-prover-integration-test/prover/protocol/wizard/prover.go:152 +0xeb fp=0xc000471e78 sp=0xc000471da8 pc=0x693a8b
main.main()
	/data/leo/linea-prover-integration-test/prover/cmd/dev-tools/corset-checker/main.go:22 +0x185 fp=0xc000471f50 sp=0xc000471e78 pc=0x96e285
runtime.main()
	/usr/local/go/src/runtime/proc.go:271 +0x29d fp=0xc000471fe0 sp=0xc000471f50 pc=0x453f9d
runtime.goexit({})
	/usr/local/go/src/runtime/asm_amd64.s:1695 +0x1 fp=0xc000471fe8 sp=0xc000471fe0 pc=0x485a81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant