Antoine Pitrou <pit...@free.fr> added the comment: > I'm not sure what I can do to reproduce this because I don't even know what > line of code my program was running before it segfaulted.
To do that you could enable the faulthandler module: https://docs.python.org/3/library/faulthandler.html Also, it would be nice if you had a simple reproducer to share with us, though it may be difficult given the description you gave of your workload. ---------- nosy: +pitrou _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32209> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com