RE: crash during svn blame on windows 64-bit version

2011-03-06 Thread Marc Haesen
@subversion.apache.org Subject: Re: crash during svn blame on windows 64-bit version On 04.03.2011 14:15, Marc Haesen wrote: > When doing the change of r1076556, should the define LOWER_7BITS_SET not > always be mapped to 0x7f7f7f7f independent of the APR_SIZEOF_VOIDP > setting?

Re: crash during svn blame on windows 64-bit version

2011-03-04 Thread Stefan Fuhrmann
: eq...@web.de [mailto:eq...@web.de] Sent: donderdag 3 maart 2011 9:55 To: Marc Haesen Cc: dev@subversion.apache.org Subject: Re: crash during svn blame on windows 64-bit version On 24.02.2011 08:53, Marc Haesen wrote: I saw a crash when running svn blame with a svn.exe compiled for win64 on trunk

RE: crash during svn blame on windows 64-bit version

2011-03-04 Thread Marc Haesen
Message- From: eq...@web.de [mailto:eq...@web.de] Sent: donderdag 3 maart 2011 9:55 To: Marc Haesen Cc: dev@subversion.apache.org Subject: Re: crash during svn blame on windows 64-bit version On 24.02.2011 08:53, Marc Haesen wrote: > I saw a crash when running svn blame with a svn.exe compi

Re: crash during svn blame on windows 64-bit version

2011-03-03 Thread Stefan Fuhrmann
On 24.02.2011 08:53, Marc Haesen wrote: I saw a crash when running svn blame with a svn.exe compiled for win64 on trunk. After some investigation I found the reason for the crash. The reason is because apr.h is using the define WIN64 for defining the APR_SIZEOF_VOIDP define. (I am using the a

Re: crash during svn blame on windows 64-bit version

2011-02-24 Thread Branko Čibej
So is this a problem with the APR build, or with Subversion? It sure looks like an APR issue to me. On 24.02.2011 08:53, Marc Haesen wrote: > Hi, > > > > I saw a crash when running svn blame with a svn.exe compiled for win64 > on trunk. > > After some investigation I found the reason for the cra