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

Re: Update raises subversion exception in text_delta.c

From: Stefan Sperling <stsp_at_elego.de>
Date: Mon, 22 Jun 2009 11:56:53 +0100

On Mon, Jun 22, 2009 at 09:57:24AM +0200, Anders B wrote:
> When I ran an update on our repository (with Tortoise SVN) I received an
> exception. It doesn't matter which folder I try to update, svn still raises
> the same exception and every time.

Does this happen consitently across all repository access
methonds? For example, does it happen over file:// ?

> This is the exception message:
> -------------------------------------------------------------
> Subversion encountered a serious problem.
> Please take the time to report this on our mailing list
> with as much information as possible about what you were trying to do.
>
> Subversion reported the following:
>
>
> In file
>
> 'D:\Development\SVN\Releases\TortoiseSVN-1.6.2\ext\subversion\subversion\libsvn_delta\text_delta.c'
>
>
> line 654: assertion failed (window->sview_len == 0 || (window->sview_offset
> >=
>
> ab->sbuf_offset && (window->sview_offset + window->sview_len >=
> ab->sbuf_offset
>
> + ab->sbuf_len)))

If you can, please run this in a debugger and get the values of
all fields involved in this assertion.

Do you know the size of the file Subversion is trying to update here?
Are you running Windows and TortoiseSVN compiled for 32bit or 64bit?

Stefan
Received on 2009-06-22 12:58:09 CEST

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.