Will Coleda (via RT) wrote:
The following code makes parrot bus error:.sub foo .include 'interpinfo.pasm' $P1 = interpinfo .INTERPINFO_NAMESPACE_ROOT $P2 = $P1['_tcl'] $P2['a'] = 'whee' .end Program received signal EXC_BAD_ACCESS, Could not access memory.
Fixed in 12201. Thanks for the test case, leo