A system component crashing will activate the apport reporting system. What is really annoying about this is that the warning pop-up windows will keep appearing long after the problem is solved.
To get rid of the messages:
sudo nano /etc/default/apport
and enter (or modify):
enabled=0
Then remove any remainng crash report data:
sudo rm /var/crash/*