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

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Tue Aug 25 23:17:48 UTC 2009


Author: whiteknight
Date: Tue Aug 25 23:17:47 2009
New Revision: 40800
URL: https://trac.parrot.org/parrot/changeset/40800

Log:
[gc] add a pointer to the associated TT for the line I commented out

Modified:
   trunk/src/pmc/scheduler.pmc

Modified: trunk/src/pmc/scheduler.pmc
==============================================================================
--- trunk/src/pmc/scheduler.pmc	Tue Aug 25 23:13:54 2009	(r40799)
+++ trunk/src/pmc/scheduler.pmc	Tue Aug 25 23:17:47 2009	(r40800)
@@ -246,8 +246,9 @@
 */
     VTABLE void destroy() {
         Parrot_Scheduler_attributes * const core_struct = PARROT_SCHEDULER(SELF);
-        /* XXX this line is causing an order-of-destruction error because the scheduler
-           is being freed before it's tasks. Commenting this out till we get a real fix */
+        /* TT #946: this line is causing an order-of-destruction error
+           because the scheduler is being freed before it's tasks.
+           Commenting this out till we get a real fix (although it's a hack) */
         /* MUTEX_DESTROY(core_struct->msg_lock); */
     }
 


More information about the parrot-commits mailing list