Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #41802] [BUG] GC errors with PGE (may have failing tests!)

7 views
Skip to first unread message

Jerry Gay

unread,
Mar 13, 2007, 3:44:33 PM3/13/07
to bugs-bi...@rt.perl.org
# New Ticket Created by Jerry Gay
# Please include the string: [perl #41802]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41802 >


in order to help find some long-standing garbage collector bugs, in
r17470 i've just disabled the -G flag on three PGE test files. see the
content of the patch below. this may cause test failures due to a gc
bug.

this ticket serves to notify folks of test failure, and alert them
that it's a known issue, and we're working on it. this ticket should
also be used to track the progress of the hunt and smoking out of
these notorious bugs.
~jerry

Index: t/compilers/pge/p5regex/p5rx.t
===================================================================
--- t/compilers/pge/p5regex/p5rx.t (revision 17469)
+++ t/compilers/pge/p5regex/p5rx.t (revision 17470)
@@ -1,4 +1,4 @@
-#!./parrot -G
+#!./parrot
# Copyright (C) 2001-2006, The Perl Foundation.
# $Id$

Index: t/compilers/pge/p6regex/01-regex.t
===================================================================
--- t/compilers/pge/p6regex/01-regex.t (revision 17469)
+++ t/compilers/pge/p6regex/01-regex.t (revision 17470)
@@ -1,4 +1,4 @@
-#!./parrot -G
+#!./parrot
# Copyright (C) 2001-2007, The Perl Foundation.
# $Id$

Index: t/compilers/pge/06-grammar.t
===================================================================
--- t/compilers/pge/06-grammar.t (revision 17469)
+++ t/compilers/pge/06-grammar.t (revision 17470)
@@ -1,4 +1,4 @@
-#!./parrot -G
+#!./parrot
# Copyright (C) 2006, The Perl Foundation.

=head1 NAME

Will Coleda via RT

unread,
Nov 26, 2007, 2:18:38 AM11/26/07
to perl6-i...@perl.org

Using -Rgcdebug, verified that none of these three test files have any GC issues. Closing
ticket.

(I should have put a timer on that. Ow, my poor CPU)


0 new messages