You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Fabian Cenedese <Ce...@indel.ch> on 2006/04/13 11:22:04 UTC

Crash in svn-win32-1.3.1.

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

Re: Crash in svn-win32-1.3.1.

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 4/13/06, Garrett Rooney <ro...@electricjellyfish.net> wrote:
> On 4/13/06, Fabian Cenedese <Ce...@indel.ch> wrote:
> > 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:
>
> Looks like this problem still exists in trunk.  I'll look into it further.
>
> Thanks for the report,

Fix committed to trunk in r19348.  I'll propos it for backport to the
1.3.x branch.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Crash in svn-win32-1.3.1.

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 4/13/06, Fabian Cenedese <Ce...@indel.ch> wrote:
> 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:

Looks like this problem still exists in trunk.  I'll look into it further.

Thanks for the report,

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org