Carlos Ribeiro 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
probably r
Carlos Ribeiro 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 wrote:
>
> STINNER Victor a
New submission from Carlos Ribeiro :
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 appeared i