Comment 9 for bug 743020

Revision history for this message
Michael Vogt (mvo) wrote :

This is actually not yet fixed, it looks like the issue is httplib2 and multiprocessing do not play well (for some reason). When remvoing all the code that actually talks to the API and just doing a httplib2.Http().request(uri) call in the multiprocessing code I get similar crashes.