RE: apr_hash_overlay returns hash with duplicate keys
From: Bert Huijben <bert_at_qqmail.nl>
Date: Thu, 10 Dec 2015 18:01:57 +0100
Are both hash tables created with the same hash function? (I think stefan2 introduced some variants).
Otherwise I would expect some key values to be changed somewhere after adding to the first hashtable… But I don’t think this is really a likely scenario.
Bert
From: Julian Foad
APR devs, Subversion devs:
On Subversion's Mac OS buildbots it appears that apr_hash_overlay()
We had an issue where some 'svnmover' tests were failing only on Mac
Buildbot result:
I replaced apr_hash_overlay() with my own simple re-implementation:
http://svn.apache.org/r1719089 -- re-implement hash overlay
Buildbot result:
The bot's config-log shows APR v1.4.5, APR-util v1.3.12.
Next questions should be: Is this a known bug? Can we reproduce it in
- Julian
|
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.