Browse Source

print stacktraceon segfaults

Blake Blackshear 4 năm trước cách đây
mục cha
commit
49fca1b839
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      detect_objects.py

+ 1 - 0
detect_objects.py

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