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

Crash during svn merge in 1.4.0 Win32

From: Kenneth Porter <shiva_at_sewingwitch.com>
Date: 2006-10-10 10:42:23 CEST

svn --version reports:

svn, version 1.4.0 (r21228)
   compiled Sep 11 2006, 17:46:59

Server is 1.4.0 running under Apache on Fedora Core 2, built as RPM's.

The command is

svn merge https://server/path1 https://server/path2 .

(path2 is a branch modified from path1, and I'm merging the result into a
WC for another branch.)

In Visual Studio 2005 popup:

Unhandled exception at 0x6eed0f67 in svn.exe: 0xC0000005: Access violation
reading location 0x00f2aff0.

According to the stack window in the debugger, this is happening in
libapr.dll.

The operation is a REPE CMPS with ECX = 0x22.

ESI points to non-existent memory. EDI points to this string:

svn-utf-UTF-8toCP1252-xlate-handle

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 10 10:42:40 2006

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.