Activity log for bug #330267

Date Who What changed Old value New value Message
2009-02-16 21:14:17 Guillaume Desmottes bug added bug
2009-02-17 11:59:49 Guillaume Emont elisa: status New Confirmed
2009-02-17 11:59:49 Guillaume Emont elisa: importance Undecided Low
2009-02-17 11:59:49 Guillaume Emont elisa: statusexplanation You put the finger on a non trivial bug. The way we do clean up for now is a bit of a mess, and quite incomplete, which triggers that bug: we clean the front-end without waiting for some deferreds that need it. These are most likely leaked deferred hidden in the code, that could be due to some architectural issues. I think it is quite a big task to tackle, and we might not fix it for a while since it does not seem to have any functional consequences, which is why I set the Importance to Low. Please correct me if you do have functionnal issues triggered by that.
2009-02-17 12:05:37 Guillaume Emont elisa: status Confirmed Triaged
2009-02-17 12:05:37 Guillaume Emont elisa: statusexplanation You put the finger on a non trivial bug. The way we do clean up for now is a bit of a mess, and quite incomplete, which triggers that bug: we clean the front-end without waiting for some deferreds that need it. These are most likely leaked deferred hidden in the code, that could be due to some architectural issues. I think it is quite a big task to tackle, and we might not fix it for a while since it does not seem to have any functional consequences, which is why I set the Importance to Low. Please correct me if you do have functionnal issues triggered by that.
2009-02-18 09:36:32 Philippe Normand elisa: status Triaged In Progress
2009-02-18 09:36:32 Philippe Normand elisa: assignee philn
2009-02-18 09:36:32 Philippe Normand elisa: statusexplanation After quick investigation, the delete-event of the viewport triggers the same code patch, twice. From pigment_input and pigment_frontend. Removing the one in pigment_input fixes the problem.
2009-02-18 09:36:32 Philippe Normand elisa: milestone 0.5.29
2009-02-20 11:28:14 Philippe Normand elisa: status In Progress Fix Committed
2009-02-20 11:28:14 Philippe Normand elisa: statusexplanation After quick investigation, the delete-event of the viewport triggers the same code patch, twice. From pigment_input and pigment_frontend. Removing the one in pigment_input fixes the problem.
2009-02-23 19:37:30 Guillaume Emont elisa: status Fix Committed Fix Released