Comment 4 for bug 328751

Revision history for this message
Martin Pitt (pitti) wrote :

Tested with:

# Download #292911 into a .crash file:
$ python -c "from apport.crashdb import get_crashdb; get_crashdb(None).download(292911).write(open('/tmp/linux.crash', 'w'))"
# Process it:
/usr/share/apport/apport-gtk -c /tmp/linux.crash

I added a bug pattern for this crash: http://bazaar.launchpad.net/%7Eubuntu-bugcontrol/apport/ubuntu-bugpatterns/revision/17

I also had to fix the handling of bug patterns in apport itself, apparently people.ubuntu.com changed behaviour for 404:
http://bazaar.launchpad.net/%7Eubuntu-core-dev/apport/ubuntu/revision/1266