Browse Source

print stacktraceon segfaults

Blake Blackshear 4 years ago
parent
commit
49fca1b839
1 changed files with 1 additions and 0 deletions
  1. 1 0
      detect_objects.py

+ 1 - 0
detect_objects.py

@@ -1,3 +1,4 @@
+import faulthandler; faulthandler.enable()
 import os
 import os
 import signal
 import signal
 import sys
 import sys