Announcing libhugetlbfs 2.14. This is mostly a test suite fix release, please
see the NEWS file for more information. The tarball is available at
http://libhugetlbfs.sourceforge.net
Thanks,
Eric
signature.asc
Description: Digital signature
--
On Fri, 07 Sep 2012, Jan Stancek wrote:
> What is fake on one platform can be actual page_size
> on some other platform. This testcase failed on ppc64
> with 64K pagesize:
> gethugepagesizes (16M: 32):FAILLine 397: Duplicate size 65536 at 0/2
> gethugepagesizes (16M: 64):FAILLine 3
On Fri, 07 Sep 2012, Jan Stancek wrote:
> stack_grow_into_huge allocates large chunks
> on memory and do_child() will eventually fail with SIGSEGV.
>
> If system is set up to dump core, it can take significant
> time until this action is completed. For example if ABRT
> runs on such system, kerne
What is fake on one platform can be actual page_size
on some other platform. This testcase failed on ppc64
with 64K pagesize:
gethugepagesizes (16M: 32):FAILLine 397: Duplicate size 65536 at 0/2
gethugepagesizes (16M: 64):FAILLine 397: Duplicate size 65536 at 0/2
Reason is that get
stack_grow_into_huge allocates large chunks
on memory and do_child() will eventually fail with SIGSEGV.
If system is set up to dump core, it can take significant
time until this action is completed. For example if ABRT
runs on such system, kernel is blocked on pipe_write for
couple of minutes:
#