This is the mail archive of the glibc-bugs@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]

[Bug dynamic-link/19648] kernel: mmap: ld-linux-x86-64 (17016): VmData 67436544 exceed data ulimit 67108864. Will be forbidden soon.


https://sourceware.org/bugzilla/show_bug.cgi?id=19648

--- Comment #5 from Florian Weimer <fweimer at redhat dot com> ---
We should just remove the code from test-skeleton.c.  It was not effective
before (it just causes malloc to switch from sbrk to mmap), and will cause
future test suite failures if the kernel makes good on its promise to enforce
RLIMIT_DATA in a more strict fashion.

This change should be backported to earlier branches, too.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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