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 libc/16299] pthread_attr_setstacksize ignored


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

Rich Felker <bugdal at aerifal dot cx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugdal at aerifal dot cx

--- Comment #1 from Rich Felker <bugdal at aerifal dot cx> ---
Please submit a minimal test case and explain how you're measuring the stack
size. It's possible that you're also including the guard page
(pthread_attr_setguardsize could eliminate that) or including space reserved
for TLS as part of the stack (while it's adjacent in memory, it's not "stack"
and should not consume part of what you request with
pthread_attr_setstacksize).

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