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 #4 from Markus Trippelsdorf <markus at trippelsdorf dot de> ---
From the kernel commit:

    Before that commit RLIMIT_DATA have control only over size of the brk
    region.  But that change have caused problems with all existing versions
    of valgrind, because it set RLIMIT_DATA to zero.

So yes, test-skeleton.c:431 must be the culprit.

-- 
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]