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/6976] allocated thread stack size can be less than requested stack size


------- Additional Comments From mtk dot manpages at gmail dot com  2008-10-24 02:01 -------
Created an attachment (id=3021)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=3021&action=view)
test program

The attached program can be used to test.  Here's some examples:

$ uname -i
i386
$ ./a.out 0x400f
Attributes of created thread:
    Stack address	= 0xb7fe6000 (EOS = 0xb7fea000)
    Stack size		= 0x4000 (16384) bytes
$ ./a.out 0x5161f
Attributes of created thread:
    Stack address	= 0xb7d7c000 (EOS = 0xb7dcd610)
    Stack size		= 0x51610 (333328) bytes


-- 


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

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