You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Julian Foad <ju...@btopenworld.com> on 2004/01/20 17:06:02 UTC

"svnadmin dump" seg fault

Running head (r) of "branches/1.0-stabilization" on SuSE Linux 9:
[[[
~/vcs/sandbox> svnadmin dump -r1 .
SVN-fs-dump-format-version: 2

UUID: 032ce019-44c1-0310-b36d-a262e97e6f71

Revision-number: 1
Prop-content-length: 154
Content-length: 154

K 7
svn:log
V 48
Create a sand box for testing Subversion stuff.

K 10
svn:author
V 10
julianfoad
K 8
svn:date
V 27
2003-06-29T21:49:43.128573Z
PROPS-END

Segmentation fault
]]]


Cause: svn_repos_dump_fs at line 965 calls svn_repos_dir_delta, passing NULL for "src_entry", but svn_repos_dir_delta dereferences "src_entry" at line 233.

- Julian


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: "svnadmin dump" seg fault

Posted by Greg Hudson <gh...@MIT.EDU>.
On Tue, 2004-01-20 at 12:06, Julian Foad wrote:
> Cause: svn_repos_dump_fs at line 965 calls svn_repos_dir_delta, passing NULL for "src_entry", but svn_repos_dir_delta dereferences "src_entry" at line 233.

That would be my fault.  If no one else gets to it before this evening
or tomorrow, I'll fix it.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org