The fatal error exits the program with a code -1 while referencing the memory address involved and nothing else.
How to catch it in Python 2.7?
PS: please not I am not talking about exceptions but an error resulting from the disconnection of my bluetooth microphone abruptly and leading to the halting of the whole program, I need to be able to do something when it occurs.