Skip to content

Commit

Permalink
[gc] add a pointer to the associated TT for the line I commented out
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@40800 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Whiteknight committed Aug 25, 2009
1 parent b409f59 commit da6db22
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pmc/scheduler.pmc
Expand Up @@ -246,8 +246,9 @@ Frees the scheduler's underlying struct.
*/
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); */
}

Expand Down

0 comments on commit da6db22

Please sign in to comment.