[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Race in svn_atomic_namespace__create

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 31 Oct 2012 12:44:35 +0000

Stefan Fuhrmann <stefan.fuhrmann_at_wandisco.com> writes:

> Excellent analysis, Philip! With r1404112, we use "plain"
> APR mmap code with almost no coding overhead.
> The only downside is that we now have a temporary
> file sitting in the db folder.

Error handling needs attention:

$ svnadmin create repo
$ svnadmin dump repo > /dev/null
$ chmod -rw repo/db/rev-prop-atomicsShm
$ svnadmin dump repo > /dev/null
Segmentation fault

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2012-10-31 13:45:13 CET

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.