You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, I can't paste or copy the original stack dump from the remote machine due to access rights. However, I saw someone has raised the same issue in python3.6. Here is the link
Can you describe anything about the sort of program? Are you using any extension modules? Threads? Multiprocessing? Asyncio? Numpy? Pandas? Is it reliably reproducable, or was it a one-time thing? If it's repeatable, can you try to pare it down to a short program? Without the ability to reproduce it, I don't see anything that can be done. Does it still happen if you update to python 3.10?
Do you have evidence that that other issue is related? Double frees are an unspecific and common bug in C programs.
Crash report
One of my server jobs was processing a data file and the program got crashed in middle.
Error messages
Error in `python': double free or corruption (out): 0x00007fb10048000d00
Your environment
The text was updated successfully, but these errors were encountered: