Dieter Maurer wrote: >Leonardo Rochael Almeida writes: > > In any event, Martijn Jacobs (a.k.a. instability case #3 :-) sees his > > crashes in pure dtml methods, which could mean that PythonScripts are > > inocent in this case... or not, since the segfault hits inside the gc, > > which might be collecting something completely unrelated to the current > > requests. >Just a wild guess: is the GC guaranteed to be thread safe? > > >Dieter >
I'm fairly sure it is; certainly, there's an activity flag which should prevent the collector from being reentered. -- Matt Kromer Zope Corporation http://www.zope.com/ _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
