[svn:parrot] r42628 - trunk/src/pmc

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 02:45:05 UTC 2009


Author: jkeenan
Date: Sat Nov 21 02:45:03 2009
New Revision: 42628
URL: https://trac.parrot.org/parrot/changeset/42628

Log:
Change RT reference to full link.

Modified:
   trunk/src/pmc/eval.pmc

Modified: trunk/src/pmc/eval.pmc
==============================================================================
--- trunk/src/pmc/eval.pmc	Sat Nov 21 02:42:13 2009	(r42627)
+++ trunk/src/pmc/eval.pmc	Sat Nov 21 02:45:03 2009	(r42628)
@@ -289,7 +289,8 @@
 
         /* We block GC while doing the packing, since GC run during a pack
            has been observed to cause problems. There may be a Better Fix.
-           See RT #40410 for example of the problem (note on line that
+           See http://rt.perl.org/rt3/Ticket/Display.html?id=40410 
+           for example of the problem (note on line that
            segfaults, it is *cursor that is pointing to dealloced memory). */
         Parrot_block_GC_mark(INTERP);
         PackFile_pack(INTERP, pf, (opcode_t *)res->strstart);


More information about the parrot-commits mailing list