You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug: running our test suite using native on blockifier yields:
stEIP1559-360983995c1e0aa5(21161,0x16bf1b000) malloc: *** error for object 0x60000d596060: pointer being freed was not allocated
stEIP1559-360983995c1e0aa5(21161,0x16bf1b000) malloc: *** set a breakpoint in malloc_error_break to debug
Repro with LLVM19
Sequencer fork: https://github.com/kkrt-labs/sequencer/pull/1/files - Added serde logic for contract classes (unrelated to native) - mostly based on Nethermind's native integration branch and uses LLVM19 branch
cargo test test_baseFeeDiffPlaces_d0g0v0_Cancun --features v1,native -- --nocapture
stEIP1559-ef029f0211f7289b(4664,0x16dedf000) malloc: *** error for object 0x60000f968760: pointer being freed was not allocated
stEIP1559-ef029f0211f7289b(4664,0x16dedf000) malloc: *** set a breakpoint in malloc_error_break to debug
Bug: running our test suite using native on blockifier yields:
Repro with LLVM19
Repro:
clone ef-tests, ensure correct branch
git checkout feat/cairo-native
make
make setup-kakarot
cargo test test_baseFeeDiffPlaces_d0g0v0_Cancun --features v1,native -- --nocapture
(with LLVM19)Expected behavior:
No unexpected crash
The text was updated successfully, but these errors were encountered: