Comment 18 for bug 1889443

Revision history for this message
Benjamin Drung (bdrung) wrote :

Verified in a focal VM (using sleep since focal does not have chaos-marmosets):

```
$ sleep 3600 &
$ sudo rm /var/crash/_usr_bin_*
$ killall -11 sleep
$ tmpdir=$(mktemp -d)
$ apport-unpack /var/crash/_usr_bin_sleep.1000.crash "$tmpdir"
$
```