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

pools buggy

From: Ich Selbst <ichselbst_at_gmx.ch>
Date: 2002-11-10 12:45:20 CET

Hi,

While testing my client I discovered some bugs in subversion
and I think I could trace them down to the memory pools.
I'm sorry I can't go deeper 'cause my knowledge of the
pools is very limited and I don't have the time to debug that.

First I thought it was my client but then I compiled the command
line client and the bugs are still there. Also when I use the
precompiled client from the website the bugs are there.

to reproduce one bug:

svnadmin create f:\svnrepo
svn co http://localhost/svn/repos f:\test\testrepo
svn status f:\test\testrepo

now there should be an output on the console but there isn't.

svn status -v f:\test\testrepo
this gives an output of the form:
        1 1 myname f:/test/testrepo/testfile1.txt
        1 1 myname f:/test/testrepo/testfile2.txt

If I do a status on an already checked out working copy (checked out
with a previous version of the client, not the newest one) then
it works (that means the output is as expected).

I encountered also some crashs when using a local repository
and not an apache based one. Since there's no crash when
using the apache based repository I don't think it's my client
that causes the crash.
Crashs in
- svn_client_checkout (after about 20 files checked out)
the Crash in svn_client_import seems fixed in the newest revision.

Steve
Received on Sun Nov 10 12:46:18 2002

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.