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

Re: Added+ causes apache to crash

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-06-06 15:01:51 CEST

On 6/6/06, Terence Lewis <tlewis@tsti.co.za> wrote:
>
>
> Hi,
>
> I've experienced the problems described at
> http://www.google.com/search?q=subversion+added%2B+apache+crash&hl=en&hs=y9r&lr=&client=firefox-a&rls=org.mozilla:en-US:official&filter=0
> and, as I can't find any further information regarding this problem, I was
> wondering if a fix for this problem exists or is in the pipeline.
>
>
> A brief overview of the problem:
>
> - Create a branch, and do some work in it, including adding new files to the
> repository under this branch.
> - Commit the new file to the branch multiple times (so that the new file
> gets a history)
> - After a while, merge this branch back into the trunk in my trunk working
> copy. (This causes the file to show added+ as it's attribute, which I think
> is where the problem lies)
> - When I do a commit into the trunk, the apache server hangs and nobody can
> access this or any other repositories hosted by it. The only option is to
> manually stop the apache service and start it again.

A brief overview is not useful for diagnosing a problem. You need to
provide a literal transcript of commands run. Ideally, you need to
provide a set of commands we can use to reproduce the problem locally,
without your system at all.

> System information
>
> - Windows Server 2003 hosting apache 2.0.54 for the server
> - Windows XP client.
> - Both running Subversion 1.2.3 (I'm scared to update this unless I'm
> guaranteed it will fix my problem - this is a production system and I can't
> risk downtime or repository corruption)
> - TortoiseSVN : This problem appears whether I use tortoise to do the
> checkin or svn commit on the commandline, so I don't believe it's a tortoise
> problem
>
>
> The apache log shows the same assertion as the poster in that google search,
> namely:
>
> Assertion failed: from_root->fs == to_root->fs, file
> C:\Home\brane\src\svn\releases\subversion-1.2.3\subversion\libsvn_fs_fs\tree.c,
> line 1934
> This application has requested the Runtime to terminate it in an unusual
> way.
> Please contact the application's support team for more information.

That assert no longer exists in current versions of the 1.3.x or 1.4.x
branches. So if you upgrade to the latest 1.3.x release the problem
will probably go away.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 6 15:03:38 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.