Re: [BUG] GC collects argv aka P0

2002-08-31 Thread Mike Lambert
> > $ perl6 -k examples/life-ar.p6 5 > > Running generations > > This problem is due to the fact that the argument strings are > created with the external flag set, which is not properly > supported by the string and GC modules. Steve posted > some patches recently that might well fix the problem

Re: [BUG] GC collects argv aka P0

2002-08-30 Thread Peter Gibbs
Leopold Toetsch wrote: > $ perl6 -k examples/life-ar.p6 5 > Running generations This problem is due to the fact that the argument strings are created with the external flag set, which is not properly supported by the string and GC modules. Steve posted some patches recently that might well fix