4 May 2012 21:21
Re: crash in commit
Greg Stein <gstein <at> gmail.com>
2012-05-04 19:21:53 GMT
2012-05-04 19:21:53 GMT
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
RSS Feed