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 nptl/23029] Repeated pthread_create returns EAGAIN if ulimit -s is too big (yes, big)


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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |fweimer at redhat dot com
         Resolution|---                         |INVALID

--- Comment #2 from Florian Weimer <fweimer at redhat dot com> ---
This is due to a Linux kernel behavior change in version 4.7 which applies
RLIMIT_DATA to mappings created with mmap, including thread stacks.  See bug
19648.

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