You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Ruediger Pluem <rp...@apache.org> on 2014/06/26 17:24:48 UTC

Re: svn commit: r1605761 - in /apr/apr/branches/1.6.x: ./ CHANGES tables/apr_skiplist.c test/Makefile.in test/abts_tests.h test/testskiplist.c test/testutil.h


covener@apache.org wrote:
> Author: covener
> Date: Thu Jun 26 12:37:59 2014
> New Revision: 1605761
> 
> URL: http://svn.apache.org/r1605761
> Log:
> backport r1604598 from trunk
> 
>     apr_skiplist becomes corrupt when nodes are reused.
> 
>     Submitted By: Takashi Sato <takashi tks st>, covener
>     Committed By: covener
> 
> 
> Added:
>     apr/apr/branches/1.6.x/test/testskiplist.c
>       - copied unchanged from r1604596, apr/apr/trunk/test/testskiplist.c
> Modified:
>     apr/apr/branches/1.6.x/   (props changed)
>     apr/apr/branches/1.6.x/CHANGES
>     apr/apr/branches/1.6.x/tables/apr_skiplist.c
>     apr/apr/branches/1.6.x/test/Makefile.in
>     apr/apr/branches/1.6.x/test/abts_tests.h
>     apr/apr/branches/1.6.x/test/testutil.h


Where is the actual skiplist test (testskiplist.c in r1604596)? Same for 1.5.

Regards

RĂ¼diger


Re: svn commit: r1605761 - in /apr/apr/branches/1.6.x: ./ CHANGES tables/apr_skiplist.c test/Makefile.in test/abts_tests.h test/testskiplist.c test/testutil.h

Posted by Ruediger Pluem <rp...@apache.org>.

Eric Covener wrote:
> On Thu, Jun 26, 2014 at 11:24 AM, Ruediger Pluem <rp...@apache.org> wrote:
>>
>>
>> covener@apache.org wrote:
>>> Author: covener
>>> Date: Thu Jun 26 12:37:59 2014
>>> New Revision: 1605761
>>>
>>> URL: http://svn.apache.org/r1605761
>>> Log:
>>> backport r1604598 from trunk
>>>
>>>     apr_skiplist becomes corrupt when nodes are reused.
>>>
>>>     Submitted By: Takashi Sato <takashi tks st>, covener
>>>     Committed By: covener
>>>
>>>
>>> Added:
>>>     apr/apr/branches/1.6.x/test/testskiplist.c
>>>       - copied unchanged from r1604596, apr/apr/trunk/test/testskiplist.c
>>> Modified:
>>>     apr/apr/branches/1.6.x/   (props changed)
>>>     apr/apr/branches/1.6.x/CHANGES
>>>     apr/apr/branches/1.6.x/tables/apr_skiplist.c
>>>     apr/apr/branches/1.6.x/test/Makefile.in
>>>     apr/apr/branches/1.6.x/test/abts_tests.h
>>>     apr/apr/branches/1.6.x/test/testutil.h
>>
>>
>> Where is the actual skiplist test (testskiplist.c in r1604596)? Same for 1.5.
>>
> 
> Seems to be there at very top under "Added" and in SVN when doing svn
> info on svn.a.o
> 

Sorry missed that as it was just a svn copy and the file was not mentioned in all gory details below.

Regards

RĂ¼diger

Re: svn commit: r1605761 - in /apr/apr/branches/1.6.x: ./ CHANGES tables/apr_skiplist.c test/Makefile.in test/abts_tests.h test/testskiplist.c test/testutil.h

Posted by Eric Covener <co...@gmail.com>.
On Thu, Jun 26, 2014 at 11:24 AM, Ruediger Pluem <rp...@apache.org> wrote:
>
>
> covener@apache.org wrote:
>> Author: covener
>> Date: Thu Jun 26 12:37:59 2014
>> New Revision: 1605761
>>
>> URL: http://svn.apache.org/r1605761
>> Log:
>> backport r1604598 from trunk
>>
>>     apr_skiplist becomes corrupt when nodes are reused.
>>
>>     Submitted By: Takashi Sato <takashi tks st>, covener
>>     Committed By: covener
>>
>>
>> Added:
>>     apr/apr/branches/1.6.x/test/testskiplist.c
>>       - copied unchanged from r1604596, apr/apr/trunk/test/testskiplist.c
>> Modified:
>>     apr/apr/branches/1.6.x/   (props changed)
>>     apr/apr/branches/1.6.x/CHANGES
>>     apr/apr/branches/1.6.x/tables/apr_skiplist.c
>>     apr/apr/branches/1.6.x/test/Makefile.in
>>     apr/apr/branches/1.6.x/test/abts_tests.h
>>     apr/apr/branches/1.6.x/test/testutil.h
>
>
> Where is the actual skiplist test (testskiplist.c in r1604596)? Same for 1.5.
>

Seems to be there at very top under "Added" and in SVN when doing svn
info on svn.a.o