Re: [perl #31992] [BUG] YetAnotherGarbageCollectionBug(tm)

2004-10-15 Thread William Coleda
Leopold Toetsch via RT wrote: Will Coleda <[EMAIL PROTECTED]> wrote: I noticed after a recent update that parts of the tcl test suite started failing. I finally tracked it down to the fact that I was NOT running with '-G'. tcl.pl dies at 19, removing "or die" fixes that. In my rush to get check

Re: [perl #31992] [BUG] YetAnotherGarbageCollectionBug(tm)

2004-10-15 Thread Leopold Toetsch
Will Coleda <[EMAIL PROTECTED]> wrote: > I noticed after a recent update that parts of the tcl test suite > started failing. I finally tracked it down to the fact that I was NOT > running with '-G'. tcl.pl dies at 19, removing "or die" fixes that. To your problem: C is an abstract object, it do

[perl #31992] [BUG] YetAnotherGarbageCollectionBug(tm)

2004-10-14 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31992] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=31992 > I noticed after a recent update that parts of the tcl test suite started failing. I f