This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v3 2/2] posix: Implement preadv2 and pwritev2


On Thu, Jun 1, 2017 at 11:14 AM, Adhemerval Zanella
<adhemerval.zanella@linaro.org> wrote:
> On 01/06/2017 13:40, Siddhesh Poyarekar wrote:
>> On Thursday 04 May 2017 06:13 PM, Adhemerval Zanella wrote:
>>>      * nptl/tst-cancel4.c (tf_pwritev2): New test.
>>>      (tf_preadv2): Likewise.
>>
>> These tests are failing for tst-cancelx4 and tst-cancelx5 on the aarch64
>> buildbot:
>>
>>
>> tst-cancelx4.out:
>>
>> cleanup handler not called for 'preadv2'
>> cleanup handler not called for 'pwritev2'
>>
>> tst-cancelx5.out:
>>
>> cleanup handler not called for 'preadv2'
>> cleanup handler not called for 'pwritev2'
>>
>> Siddhesh
>>
>
> I am trying to figure out why this is failing on the bot, I can't reproduce
> it on my aarch64 box (linux 3.19.0-33-generic, gcc 4.9.2).  I also check on
> x86_64 with and without p{read,write}v2 support (kernel 4.4.0 and
> kernel 4.10).  I will try check on a aarc64 with 4.6 kernel.

I got

[hjl@gnu-tools-1 build-x86_64-linux]$ ./misc/tst-preadvwritev2
error: tst-preadvwritev-common.c:74: first pwritev returned -1
error: 1 test failures
[hjl@gnu-tools-1 build-x86_64-linux]$

on one of my x86-64 machines.  But when I ran it under gdb, it passed.

-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]