DJ
Thanks for you attention.
The collabnet build appears to be a release build without any debug
symbols so the stack trace is not very informative. I've attached
what I've got below.
If it would be profitable, I could attempt to build locally and try
to reproduce the problem. I have VS 2005 installed (but could install
VC 6 if that would make life easier).
Alternatively, if there is a binary of trunk or a debug build
somewhere I can give that a try.
regards
Richard
Unhandled exception at 0x0045507d in svn.exe: 0xC0000005: Access
violation reading location 0x00000000.
00455070 push ebp
00455071 push esi
00455072 mov esi,dword ptr [esp+10h]
00455076 xor edx,edx
00455078 mov dword ptr [esp+10h],edx
0045507C push edi
0045507D mov ebp,dword ptr [esi]
0045507F mov ecx,dword ptr [esi+4]
00455082 mov edi,dword ptr [esi+18h]
00455085 mov eax,dword ptr [ebp]
00455088 cmp ecx,dword ptr [eax+8]
0045508B jge 0045513D
00455091 mov ecx,dword ptr
EAX = 0012FA70 EBX = 00B27228 ECX = 00AF4070 EDX = 00000000 ESI =
00000000 EDI = 00000002 EIP = 0045507D
ESP = 0012FA48 EBP = 00B27228 EFL = 00000246
> svn.exe!0045507d()
[Frames below may be incorrect and/or missing, no symbols loaded for
svn.exe]
svn.exe!004259c6()
svn.exe!00475c17()
svn.exe!00475ac2()
ntdll.dll!7c9106eb()
msvcrt.dll!77c2c3c9()
ntdll.dll!7c91056d()
msvcrt.dll!77c2c2de()
msvcrt.dll!77c2c2e3()
msvcrt.dll!77c2c42e()
svn.exe!00480531()
msvcrt.dll!77c2c3ce()
svn.exe!00475ca4()
svn.exe!00475ce0()
svn.exe!00476fc7()
svn.exe!00476c61()
svn.exe!0047bc60()
svn.exe!004818b7()
svn.exe!0047cceb()
svn.exe!004269e8()
svn.exe!004264cc()
svn.exe!0042509a()
svn.exe!00416678()
svn.exe!004041b1()
svn.exe!00407d55()
ntdll.dll!7c9105c8()
ntdll.dll!7c91056d()
msvcrt.dll!77c2c2e3()
msvcrt.dll!77c2c3ce()
msvcrt.dll!77c2c2e3()
msvcrt.dll!77c3b814()
msvcrt.dll!77c3aead()
svn.exe!004986ef()
kernel32.dll!7c816fd7()
On 21/12/2006, at 3:20 AM, D.J. Heap wrote:
> On 12/19/06, Richard Cockerill <richard_cockerill@hotmail.com> wrote:
>> I am running svn 1.4.2 (Collabnet build) on Windows XP Professional
>> with a repository hosted in Apache 2.0.55 (running on the same box
>> for testing).
>> An unhandled win32 execption occurs (in the client) when I use svn
>> lock (see recipe
>> below) to lock a file from a repository with an https url. The
>> working copy requires svn cleanup after the failue.
>>
>> Any assistance would be greatly appreciated.
> [snip]
>
>
> A couple of crashes have been fixed recently and should be included in
> the next release. Can you get a stack trace of the failure?
>
> DJ
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 21 00:21:33 2006