You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Stefan Fuhrmann <st...@apache.org> on 2017/05/15 10:48:28 UTC

Re: bug in svnadmin verify -M argument processing

On 15.03.2017 01:30, Stefan Sperling wrote:
> If the -M option sees something that does not look like a number,
> we get a NULL cache but this isn't handled properly.
>
> svnadmin verify should probably errror out which is easy to fix.
> But this may suggest there is a problem somewhere inside the library, too.
>
> $ svnadmin verify -M --keep-going repos
> * Verifying metadata at revision 0 ...
> Segmentation fault (core dumped)

Root cause fixed in r1795164.

-- Stefan^2.

Re: bug in svnadmin verify -M argument processing

Posted by Stefan Sperling <st...@elego.de>.
On Mon, May 15, 2017 at 12:48:28PM +0200, Stefan Fuhrmann wrote:
> On 15.03.2017 01:30, Stefan Sperling wrote:
> > If the -M option sees something that does not look like a number,
> > we get a NULL cache but this isn't handled properly.
> > 
> > svnadmin verify should probably errror out which is easy to fix.
> > But this may suggest there is a problem somewhere inside the library, too.
> > 
> > $ svnadmin verify -M --keep-going repos
> > * Verifying metadata at revision 0 ...
> > Segmentation fault (core dumped)
> 
> Root cause fixed in r1795164.
> 
> -- Stefan^2.

Nice, thank you!