Jens Rieks <[EMAIL PROTECTED]> wrote:
> tar xzf err15.tgz
> cd err15
> ../parrot error.imc
> store_sub_in_namespace: sub '__stream_base_onload' namespace #1635018099 too
> big
The namespace wasn't cleared correctly. Fixed
Thanks,
leo
Hi,
tar xzf err15.tgz
cd err15
../parrot error.imc
store_sub_in_namespace: sub '__stream_base_onload' namespace #1635018099 too
big
from error.imc, lines 18-21:
# this long string will chrash parrot
print "hello, world\n"
# this short one not
#print "x\n"
and lines 28-29:
#