I did the following in two terminals:
$ while true; do sudo rm /var/cache/apt/*.bin; sudo apt-cache gencaches; sleep 0.1; done $ while true; do python ./data/apt_check.py ; done
and couldn't trigger a crash
I did the following in two terminals:
$ while true; do sudo rm /var/cache/ apt/*.bin; sudo apt-cache gencaches; sleep 0.1; done
$ while true; do python ./data/apt_check.py ; done
and couldn't trigger a crash