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

'svn ls -v URL' segfault

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-03-20 04:40:46 CET

Using a HEAD client (r5398), try running 'svn ls -v URL' against some
URL on svn.collab.net:

$ svn ls -v http://svn.collab.net/repos/svn/branches
Segmentation fault (core dumped)

The sefault happens on line 73 of ls-cmd.c; svn_utf_cstring_from_utf8
tries to convert a NULL dirent->last_author. Most of the dirent's
fields are NULL, actually, which ain't right.

The server hasn't changed: ethereal is still sending the
creator-displayname DAV property, but fetch.c:set_special_wc_prop()
isn't being called at all, according to gstein. (He put a printf()
into that function, and never saw the message!)

CMike, weren't you playing with this logic earlier today? I ran this
command this morning, and it worked fine. I suspect you know what's
going on here...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 20 04:41:36 2003

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.