GNOME Bugzilla – Bug 147981
manipulating a playing element (link/unlink, remove,...) breaks opt
Last modified: 2009-08-15 18:40:50 UTC
run testcase/scheduler/147894-2. The link between two playing elements is broken en restored again, which causes opt to move one of the elements to a new group. When doing this, it fails to update the number of active elements in the group which creates an assertion failure later on.
Created attachment 29688 [details] [review] patch to correct the problem simply updating the state of the group when a playing element is remove fixes the problem.