[Bug nptl/6976] allocated thread stack size can be less than requested stack size
mtk dot manpages at gmail dot com
sourceware-bugzilla@sourceware.org
Fri Oct 24 02:02:00 GMT 2008
------- 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.
More information about the Glibc-bugs
mailing list