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/5517] pthread: TLS array overlapped with guard pages in IA64


------- Additional Comments From jakub at redhat dot com  2008-04-10 11:51 -------
This is just misunderstanding of what stacksize means on IA-64.  That's size of
the register stack and normal stack and guard page(s).  If there are any guard
pages, normal stack is limited to half of stacksize - guardsize, if there is no
guard, just the actually used normal stack plus actually used register stack
should be smaller than stacksize.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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