[issue43626] SIGSEV in PyErr_SetObject

2021-03-25 Thread Abraham Macias
New submission from Abraham Macias : Hi, I'm dealing with random crashes when using pymongo in Python 3.7.3 in a Debian Buster. This is the python backtrace: (gdb) thread apply all py-bt Thread 2 (Thread 0x7f9817d95700 (LWP 221)): Traceback (most recent call first): File "/usr

[issue43626] SIGSEV in PyErr_SetObject

2021-03-26 Thread Abraham Macias
Abraham Macias added the comment: Thank you Victor for your response. I follow your advice but the output was an error in a different point of the code and I couldn't see any information about memory allocations. But, I compiled Python 3.7 from source and modified the "Python/erro