[Bug 408696] Re: svn import crashes with segfault on import_file()
Maarten Bezemer
maarten.bezemer at gmail.com
Sat Apr 28 21:20:31 UTC 2012
This bug report is being closed due to your last comment regarding this
being fixed with an update. For future reference you can manage the
status of your own bugs by clicking on the current status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.
** Changed in: subversion (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to subversion in Ubuntu.
https://bugs.launchpad.net/bugs/408696
Title:
svn import crashes with segfault on import_file()
Status in “subversion” package in Ubuntu:
Invalid
Bug description:
Binary package hint: subversion
Using ubuntu 9.04 and libsvn from the repository package.
Consistently getting segfaults at the same line, so I can't use subversion (with a local repository). I did manage to use svn client on checkouts and commits on remote http servers, the problem occurs on a local file system repository.
The full reproduction is as follows:
==================
svnadmin create --fs-type fsfs /home/amitay/svn
mkdir test
cd test
echo "test" > test_file.txt
svn import /home/amitay/test/ file://home/amitay/svn/trunk -m "Initial import"
==================
I tried to further debug it with gdb, but I'm not an expert with this tool. However, using some breakpoints , step-mode on, and stepping from libsvn_client/commit.c:256, I got to libsvn_repos/commit.c:591, and there the stack got wiped. The line itself, obtained from https://launchpad.net/ubuntu/+source/subversion/1.5.4dfsg1-1ubuntu2 , reads:
hex_digest = svn_md5_digest_to_cstring(digest, pool);
Attaching the debug session that led me there below (edited out some
of my poking around).
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/408696/+subscriptions
More information about the foundations-bugs
mailing list