Comment 12 for bug 95822

Revision history for this message
Gary Poster (gary) wrote :

For someone who can reproduce the problem and is comfortable mucking with the reporting script, it might be useful to add the following to the top of the apport reporting script.

import httplib2
httplib2.debuglevel=1

After this, the next run will print a lot of debugging information that might give us more information on what is timing out. That might help analysis of the problem.