[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.535.2.180

Tim Peters tim.one at comcast.net
Thu Apr 29 18:52:43 EDT 2004


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv9795/doc

Modified Files:
      Tag: Zope-2_6-branch
	CHANGES.txt 
Log Message:
http://collector.zope.org/Zope/553   "sporadic Zope crashes"

BTree bucket conflict resolution could segfault if fed three empty
buckets.  Fixed, and a new test added that *will* segfault if you
don't recompile Zope's C code.


=== Zope/doc/CHANGES.txt 1.535.2.179 => 1.535.2.180 ===
--- Zope/doc/CHANGES.txt:1.535.2.179	Mon Apr 26 06:10:32 2004
+++ Zope/doc/CHANGES.txt	Thu Apr 29 18:52:12 2004
@@ -8,6 +8,12 @@
 
     Bugs Fixed
 
+     - Collector #553: sporadic Zope crashes
+       BTree bucket conflict resolution could segfault if fed three empty
+       buckets.  A BTree had to start out empty, and two overlapping
+       transactions had to each add something to the tree and delete it
+       again before committing, so this was unlikely and hard to reproduce.
+
      - Collector #1160: HTTPResponse.expireCookie() potentially didn't
        when an 'expires' keyword argument was passed.
 




More information about the Zope-Checkins mailing list