Re: [perl #38907] namespace-related bus error

2006-04-13 Thread Leopold Toetsch
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

[perl #38907] namespace-related bus error

2006-04-12 Thread via RT
# 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