On Fri, May 4, 2012 at 3:20 PM, Stefan Küng <[email protected]> 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

