Comment 2 for bug 1516947

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

According to Alan's strace this hangs in/loops over reading the existing .crash file; this can only be the reading ofCrashCounter.

This reproduces easily with:

python3 -c 'import apport.fileutils; print(apport.fileutils.get_recent_crashes(open("_usr_bin_caja.1000.crash", "rb")))'