Re: Subversion 1.4.0 crashes in libapr.dll on Windows
From: Kenneth Porter <shiva_at_sewingwitch.com>
Date: 2006-10-27 02:30:29 CEST
--On Tuesday, October 10, 2006 7:06 PM -0600 "D.J. Heap" <djheap@gmail.com>
> Has this been recreated with a trunk build? I provided a trunk build
I just encountered it again on an svn import. I let VS2005 load it for
In this case the failure happens after the commit has completed and when
Around line 242 of apr_hash.c is this loop:
for (hep = &ht->array[hash & ht->max], he = *hep;
The failure occurs in the memcmp (which is inlined with a REPE CMPS).
I also chased the next pointer and looked at its key, and it has the same
---------------------------------------------------------------------
|
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.