[issue8176] Interpreter crash with double free or corruption message

2010-03-21 Thread Carlos Ribeiro
Carlos Ribeiro carribe...@gmail.com added the comment: Thanks for investigating! I'll keep watching. I'm currently developing a small Django app, and the crash happened during one of the automatic reloads that the development server do whenever a source code file changes. The problem is that I

[issue8176] Interpreter crash with double free or corruption message

2010-03-19 Thread Carlos Ribeiro
New submission from Carlos Ribeiro carribe...@gmail.com: I was running Django in development mode (python manage.py runserver 0.0.0.0:8002). I saved a python source file; Django automatically detected the change and reloaded the module (that's the usual behavior). Then a backtrace from glibc

[issue8176] Interpreter crash with double free or corruption message

2010-03-19 Thread Carlos Ribeiro
Carlos Ribeiro carribe...@gmail.com added the comment: I know I have little information but unfortunately I couldn't reproduce the crash. Seems like a racing condition or something similar. I'll see what I can do about it. On Fri, Mar 19, 2010 at 07:46, STINNER Victor rep