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
# New Ticket Created by Will Coleda
# Please include the string: [perl #38907]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=38907 >
The following code makes parrot bus error:
.sub foo
.include 'interpinfo.pasm'
$P