RE: svn commit: r1211162 - /subversion/trunk/subversion/libsvn_wc/context.c
From: Bert Huijben <bert_at_qqmail.nl>
Date: Wed, 7 Dec 2011 11:42:16 +0100
> -----Original Message-----
This introduces too many other cleanup problems. This makes the context and db unavailable from the normal cleanup handlers in the same pool, that will run as normal cleanup.
The wc_db is carefull to not make assumptions and allocates everything in the same pool and *this* change breaks that by closing the db earlier than those cleanups.
-0.5 (open for discussion).
If not extremely necessary we should never use a pre-cleanup handler in our code as it just *starts* a race on who can cleanup first and thereby pushes the segfaults in other code
There should be no race: everything should be implemented as a proper last-in, first out.
Bert
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.