coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [platform-testers] new snapshot available: coreutils-8.24.150-4ab87


From: Pádraig Brady
Subject: Re: [platform-testers] new snapshot available: coreutils-8.24.150-4ab87
Date: Fri, 15 Jan 2016 16:30:48 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 14/01/16 03:37, Pádraig Brady wrote:
> On 13/01/16 18:30, Pádraig Brady wrote:
>> On 13/01/16 17:29, Assaf Gordon wrote:
>>

>>> freebsd101-test-suite.log
>>>
>>> FAIL: tests/misc/head-c
>>> =======================
>>>
>>> + page_size=4096
>>> + page_size=4
>>
>>> + ulimit -v 10000
>>> + head -c1 /dev/null
>>> Segmentation fault (core dumped)
>>
>> Hmm, we should also be disabling core dumps
>> for this ulimit -v determination, with something like?
>>
>> trap '' SEGV; ulimit -c 0;
> 
> Patch attached

s/ulimit_supported/ulimit_supported_/ typo fixed in that

>>> + ulimit -v 14004
>>> + head --bytes=-9223372036854775807
>>> head: memory exhausted
>>
>> Does the test pass when changing s/1000/2000/ on the ulimit line?

Yes it does. In fact 1.576MB over the base determined value was needed.
I've bumped the value to $base+4000

While testing on FreeBSD 10 I also hit an issue that Assaf hit previously:
https://lists.gnu.org/archive/html/coreutils/2014-07/msg00116.html
Attached is a patch to comment out the test with an explanation,
as it makes invalid assumptions that perl actually calls localtime().
Related to that I pushed a doc patch to gnulib on the localtime issue:
http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=95c48427

cheers,
Pádraig

Attachment: perl-localtime-remove.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]