Comment 8 for bug 368242

Revision history for this message
Micah Gersten (micahg) wrote :

Another thing you could do is enable apport before you run that strace and kill 2 birds with one stone:
sudo force_start=1 /etc/init.d/apport restart

After reboot, can you use apport-cli to submit it to Launchpad and note the bug # here:
apport-cli -c <crash-file-name in /var/crash>

Thanks.