Comment 14 for bug 524566

Revision history for this message
Chad Miller (cmiller) wrote :

Ugh. Okay, after much GDBing, recompiling of DBus packages, and excising of code, I have it narrowed down to desktopcouch/replication_services/ubuntuone.py , where we retrieve credentials we need to authenticate to the user's couchdb in the cloud.

My first idea will be to move that outside the subthread, which entails moving that call up about 4 levels, outside replication proper and into the service, where we might have to be quick so as not to block DBus server calls.