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

"svnadmin dump" seg fault

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2004-01-20 18:06:02 CET

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
Received on Tue Jan 20 18:07:51 2004

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.