Segfault
TIL: Debugging Python segfaults with faulthandler
Introduction Recently, I encountered regular segfaults in one of the Python applications I was working on. During my investigation, I discovered a simple yet remarkable utility called faulthandler,...
read article