lambdaclass / cairo_native

A compiler to convert Cairo's intermediate representation "Sierra" code to MLIR.
https://lambdaclass.github.io/cairo_native/cairo_native
Apache License 2.0
110 stars 41 forks source link

Segmentation fault in tx 0x74d05ea567909853f97889af773bf42f0655d5bccbd913c563e24638e829df8 #712

Closed pefontana closed 2 days ago

pefontana commented 5 days ago

To replicate it, run cargo run tx 0x74d05ea567909853f97889af773bf42f0655d5bccbd913c563e24638e829df8 mainnet 648461 in the starknet replay crate in a computer with x86 architecture. it should return Segmentation fault

https://starkscan.co/tx/0x74d05ea567909853f97889af773bf42f0655d5bccbd913c563e24638e829df8

edg-l commented 3 days ago

i tried this locally and it didn't segfault with the jit executor, but it did with the aot executor