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/13088] SIGEV_THREAD POSIX timer fails with EAGAIN in programs with large TLS segment


http://sourceware.org/bugzilla/show_bug.cgi?id=13088

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> 2011-08-14 00:01:53 UTC ---
I would say the bug is that glibc/NPTL treats the stack size attribute as the
total size it should allocate, rather than as the size for actual STACK. If it
always allocated the requested stack size PLUS the amount needed for TLS, the
thread structure, and any other associated data, then this situation could not
arise.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]