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

Crash in svn-win32-1.3.1.

From: Fabian Cenedese <Cenedese_at_indel.ch>
Date: 2006-04-13 13:22:04 CEST

Hi

I get a crash when doing svn.exe status -u when a versioned directory
is missing. When all versioned directories are present it works fine:

X:\indel\indel>svn --version
svn, version 1.3.1 (r19032)
   compiled Mar 30 2006, 02:41:28
-- rest snipped --

X:\indel\indel>svn status
? inixcommit.py
! opt
! share
! include
! doc
! inixplugin
! lib
! bin
M update.py

X:\indel\indel>svn status -u

-- crash --

I don't have the debug info so I'll just give the address as given from
my MSVC 6:

00400000 is the base address of svn.exe

004465C0 sub esp,8
004465C3 push ebx
004465C4 push ebp
004465C5 push esi
004465C6 mov esi,dword ptr [esp+18h]
004465CA push edi
004465CB mov edi,esi
004465CD or ecx,0FFFFFFFFh
004465D0 xor eax,eax
004465D2 xor ebx,ebx

->004465D4 repne scas byte ptr [edi]
(edi is 0)

004465D6 not ecx
004465D8 dec ecx
004465D9 mov edi,esi
004465DB mov ebp,ecx
004465DD or ecx,0FFFFFFFFh
004465E0 inc ebp
004465E1 mov dword ptr [esp+10h],ebx
004465E5 repne scas byte ptr [edi]

Thanks

bye Fabi

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 13 13:22:46 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.