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

Re: crash in commit

From: Greg Stein <gstein_at_gmail.com>
Date: Fri, 4 May 2012 15:21:53 -0400

On Fri, May 4, 2012 at 3:20 PM, Stefan Küng <tortoisesvn_at_gmail.com> wrote:
> On 04.05.2012 21:06, Greg Stein wrote:
>>
>> svn_relpath_join() takes two strings and a pool. What are the pointer
>> values for those parameters? I'm assuming one of those strings is
>> NULL. Which?
>
>
> The first one is NULL:
> apr_size_t blen = strlen(base);
> is where the access violation accessing 0x000 happens.

Thanks. Without Windows, I couldn't have even torn apart the crash dump :-P

... looking ...

Cheers,
-g
Received on 2012-05-04 21:22:26 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.