Monday, May 2, 2011

Error in gcmodule.c

Has anyone seen this Python crash before?  It outputs the following line when it crashes:
python: Modules/gcmodule.c:277: visit_decref: Assertion `gc->gc.gc_refs != 0' failed.
I'm running Django on RHEL6, and I keep getting this crash few minutes after the webapp starts serving pages.  It started happening when I upgraded to RHEL6 (Python 2.6.5)
The issue goes away when I use a Python 2.6.5 Installation that I built myself.
I prefer to avoid this work around because I rely on Red Hat to make a better optimized and stabilized build of python.

So did anyone have experience with such an error?

Thanks,
-Maor

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment