> maybe a duplicate of #43485 > > PIR code to reproduce: > > ..sub 'foo' :main > $S0 = null > $P0 = new 'Hash' > # no crash without next line > $P0['yum'] = 5 > $P1 = $P0[$S0] > ..end
Fixed in r31566, together with a test adapted from this code. Don't know if is related to #43485 ? -- Salu2