[Python-Dev] Re: Provoking Jim's MRO segfault before shutdown

Jim Fulton jim at zope.com
Thu Nov 13 06:08:11 EST 2003


Tim Peters wrote:

...
> It's trying to resolve self.J in the callback at the time it dies.  Unlike
> Jim's scenario, the failure here is due to that II is an insane state (the
> class containing the callback code, not some other class) -- but close
> enough for me.

This is exactly like my scenario.  The class containing the callback is hosed.

In my scenario, I wasn't resuurecting anything though.

Jim

-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org




More information about the Python-Dev mailing list