#Compiler crash with double-free in malloc in 0.11.0 self-hosted

1 messages · Page 1 of 1 (latest)

chrome lynx
#

I just got a ~/Downloads/zig test arenas.zig zig(26898,0x20ceae500) malloc: Double free of object 0x14fe51ab0 zig(26898,0x20ceae500) malloc: *** set a breakpoint in malloc_error_break to debug in version 0.11.0-dev.203+58d9004ce on MacOs Ventura on M1

#

Changing usize to Age in line 203 of arenas.zig will (correctly) cause compilation errors instead

chrome lynx
#

Compiler crash with double-free in malloc in 0.11.0 self-hosted

chrome lynx