I am running the Python program to call the other 3rd module, which may written in C. In this case, how can I recover from the Segmentation fault and continue to process others in a loop?
Segmentation Fault is not exception so that cannot be catched. And I already know the root of Segmentation Fault and needn't to trace it. (python tracing a segmentation fault)