-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Tests
-
None
We should enable the fault handler to dump the traceback of each running thread after a segfault:
https://docs.python.org/3/library/faulthandler.html#faulthandler.enable
This will be useful while developing client side encryption. It would have also been useful to debug PYTHON-1870.