TMS icon indicating copy to clipboard operation
TMS copied to clipboard

TMOXia18: add SIGSEGV handling

Open davidchocholaty opened this issue 2 years ago • 0 comments

This PR adds the solution for handling the SIGSEGV. If the SIGSEGV is raised, the program exits with the exit code 1. The information text is added to inform the user about unexpected behaviour that can in rare situations occur. This print cannot be added to the SIGSEGV signal handling due to it is not safe to have IO operations in the signal handling function.

davidchocholaty avatar Nov 27 '23 20:11 davidchocholaty