How to fix all of the crashes

Image from preview.redd.it and submitted by the_innkeeper_
image showing How to fix all of the crashes

trialmast3r on June 17th, 2021 at 10:50 UTC »

This reminds me of the times I have seen

try:

DoSomething()

except:

logger.error("error occurred")

"Cool man. But shouldn't you be ACTUALLY handling it?"

JackNotOLantern on June 17th, 2021 at 12:05 UTC »

Segmentation fault: can't catch this

SlimLamie on June 17th, 2021 at 12:30 UTC »

And then you put another try catch block in the catch block in case your error handling had errors. Been there, done that. Works.