Comment 8 for bug 932125

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Looks like the problem is a Glib::Source has been freed without being reregistered. So it's being used still after it was freed.

Also looks related to the screen class destruction ordering; CompScreenImpl::~CompScreenImpl

Ideas, Alan?