From: Chris S. <chr...@gm...> - 2007-06-15 02:35:57
|
I'm using PyODE with Cherrypy, and whenever the server's autoreload feature runs, Python segfaults with the error: python: Modules/gcmodule.c:276: visit_decref: Assertion `gc->gc.gc_refs != 0' failed. However, Python only segfaults if I've imported ode in any of my Cherrypy scripts. Based on discussions of similar problems, the cause is likely a bug in ODE's C code generated by Pyrex. I wouldn't know where to begin debugging such a problem. Could anyone offer suggestions? Thanks, Chris |