You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Peter Kahn <ci...@gmail.com> on 2006/10/16 19:15:42 UTC

svn client 1.4.0 windows - unhandled exception during merge

Has anyone see an unhandled exception with the windows commandline
client during merge?  A checkout and merge with the 1.4.0client
results in an "unhandled exception."  If I uninstall and reinstall
1.3.0 I can perform the merge.

I looked in the issue tracker and saw no bug in this area.

Should I be entering a bug on this?
Is there a symbols file around for this build?  If so I can generate a
call stack that is of greater use.

Thanks for the help...


Server:
  FC4, svnserve 1.2.1, fsfs repository

Client:
  Win 2k3 server, svn 1.3.0 or svn 1.4.0(r21228)

Error:
svn.exe - Application Error
    The instruction at "0x6eed0f67" referenced memory at "0x011b50c8".
    The memory could not be "read".

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

Call Stack
>	libapr.dll!6eed0f67() 	
 	libapr.dll!6eed0ec6() 	
 	svn.exe!0044b59f() 	
 	svn.exe!0044c222() 	
 	svn.exe!0044c23f() 	
 	svn.exe!00447656() 	
 	svn.exe!00447766() 	
 	svn.exe!00447717() 	
 	svn.exe!004081f5() 	
 	svn.exe!0041e390() 	
 	svn.exe!0041fe29() 	
 	svn.exe!0043b3dc() 	
 	svn.exe!0043b71f() 	
 	svn.exe!00439839() 	
 	svn.exe!004398b0() 	
 	svn.exe!00432f4c() 	
 	svn.exe!004137fe() 	
 	svn.exe!00413e43() 	
 	svn.exe!00404dbf() 	
 	svn.exe!00407d55() 	
 	ntdll.dll!7c8300c6() 	
 	ntdll.dll!7c82f9dd() 	
 	msvcrt.dll!77bbcefb() 	
 	msvcrt.dll!77bbcefb() 	
 	msvcrt.dll!77bcc94b() 	
 	msvcrt.dll!77bcc077() 	
 	svn.exe!004982bf() 	
 	kernel32.dll!77e523e5() 	

-- 
Peter Kahn
citizenkahn@gmail.com
citizenkahn@jabber80.com, pkahnpie1@AIM, skype: citizenkahn

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

Re: svn client 1.4.0 windows - unhandled exception during merge

Posted by "D.J. Heap" <dj...@gmail.com>.
On 10/18/06, Peter Kahn <ci...@gmail.com> wrote:
> Has anyone see an unhandled exception with the windows commandline
> client during merge?  A checkout and merge with the 1.4.0client
> results in an "unhandled exception."  If I uninstall and reinstall
> 1.3.0 I can perform the merge.
>
> I looked in the issue tracker and saw no bug in this area.
>
> Should I be entering a bug on this?
> Is there a symbols file around for this build?  If so I can generate a
> call stack that is of greater use.


A similar sounding problem has been reported -- search the mailing
list.  And yes, there are symbols and they are in the same place as
the other zips and the installer.

Can you provide a repro recipe to recreate it with?  Failing that, can
you provide the repository or the portion of it causing the problem?

DJ

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

Re: svn client 1.4.0 windows - unhandled exception during merge

Posted by "D.J. Heap" <dj...@gmail.com>.
On 10/18/06, Peter Kahn <ci...@gmail.com> wrote:
> Has anyone see an unhandled exception with the windows commandline
> client during merge?  A checkout and merge with the 1.4.0client
> results in an "unhandled exception."  If I uninstall and reinstall
> 1.3.0 I can perform the merge.
>
> I looked in the issue tracker and saw no bug in this area.
>
> Should I be entering a bug on this?
> Is there a symbols file around for this build?  If so I can generate a
> call stack that is of greater use.


A similar sounding problem has been reported -- search the mailing
list.  And yes, there are symbols and they are in the same place as
the other zips and the installer.

Can you provide a repro recipe to recreate it with?  Failing that, can
you provide the repository or the portion of it causing the problem?

DJ

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

Re: Fwd: svn client 1.4.0 windows - unhandled exception during merge

Posted by Lieven Govaerts <sv...@mobsol.be>.
Peter Kahn wrote:
> Can someone let me know if this is a bug?  If so, I'll enter it into
> the issue tracker.  Thanks.
>
Please report this to the issue tracker. Include a link to this
discussion ( you can use svn.haxx.se for that ).

It's important to note that this doesn't necessarily has to be a bug in
the Subversion code. This can be related to different versions of apr,
apr-util or neon.

You can download the zip file with debug symbols here:
http://subversion.tigris.org/downloads/svn-win32-1.4.0_pdb.zip . If you
could create a minidump of send in a dr.watson log file that would be
helpful.

thanks,

Lieven.

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

Fwd: svn client 1.4.0 windows - unhandled exception during merge

Posted by Peter Kahn <ci...@gmail.com>.
Can someone let me know if this is a bug?  If so, I'll enter it into
the issue tracker.  Thanks.


---------- Forwarded message ----------
From: Peter Kahn <ci...@gmail.com>
Date: Oct 16, 2006 3:15 PM
Subject: svn client 1.4.0 windows - unhandled exception during merge
To: users@subversion.tigris.org


Has anyone see an unhandled exception with the windows commandline
client during merge?  A checkout and merge with the 1.4.0client
results in an "unhandled exception."  If I uninstall and reinstall
1.3.0 I can perform the merge.

I looked in the issue tracker and saw no bug in this area.

Should I be entering a bug on this?
Is there a symbols file around for this build?  If so I can generate a
call stack that is of greater use.

Thanks for the help...


Server:
  FC4, svnserve 1.2.1, fsfs repository

Client:
  Win 2k3 server, svn 1.3.0 or svn 1.4.0(r21228)

Error:
svn.exe - Application Error
    The instruction at "0x6eed0f67" referenced memory at "0x011b50c8".
    The memory could not be "read".

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

Call Stack
>       libapr.dll!6eed0f67()
        libapr.dll!6eed0ec6()
        svn.exe!0044b59f()
        svn.exe!0044c222()
        svn.exe!0044c23f()
        svn.exe!00447656()
        svn.exe!00447766()
        svn.exe!00447717()
        svn.exe!004081f5()
        svn.exe!0041e390()
        svn.exe!0041fe29()
        svn.exe!0043b3dc()
        svn.exe!0043b71f()
        svn.exe!00439839()
        svn.exe!004398b0()
        svn.exe!00432f4c()
        svn.exe!004137fe()
        svn.exe!00413e43()
        svn.exe!00404dbf()
        svn.exe!00407d55()
        ntdll.dll!7c8300c6()
        ntdll.dll!7c82f9dd()
        msvcrt.dll!77bbcefb()
        msvcrt.dll!77bbcefb()
        msvcrt.dll!77bcc94b()
        msvcrt.dll!77bcc077()
        svn.exe!004982bf()
        kernel32.dll!77e523e5()

--
Peter Kahn
citizenkahn@gmail.com
citizenkahn@jabber80.com, pkahnpie1@AIM, skype: citizenkahn


-- 
Peter Kahn
citizenkahn@gmail.com
citizenkahn@jabber80.com, pkahnpie1@AIM, skype: citizenkahn

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