public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/16299] New: pthread_attr_setstacksize ignored
@ 2013-12-06 20:33 knielson at adaptivecomputing dot com
  2013-12-06 20:53 ` [Bug libc/16299] " bugdal at aerifal dot cx
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: knielson at adaptivecomputing dot com @ 2013-12-06 20:33 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 16299
           Summary: pthread_attr_setstacksize ignored
           Product: glibc
           Version: 2.18
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: knielson at adaptivecomputing dot com
                CC: drepper.fsp at gmail dot com

The stack size value set with pthread_attr_setstacksize is ignored when a
thread is started using pthread_create.

For example, if ulimit -s is set to 8192 and then you try to set the stack size
to 4096 the call to pthread_attr_setstacksize succeeds.
pthread_attr_getstacksize will return 4096 as well. But when the thread is
created it uses the 8192 value as the basis for the stack.

It does not make a difference if you try to increase or decrease the stack size
of the thread. The default value is always used.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-06-13 11:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-06 20:33 [Bug libc/16299] New: pthread_attr_setstacksize ignored knielson at adaptivecomputing dot com
2013-12-06 20:53 ` [Bug libc/16299] " bugdal at aerifal dot cx
2013-12-06 21:10 ` knielson at adaptivecomputing dot com
2013-12-06 21:15 ` bugdal at aerifal dot cx
2013-12-06 21:18 ` knielson at adaptivecomputing dot com
2013-12-06 21:32 ` knielson at adaptivecomputing dot com
2013-12-06 22:31 ` carlos at redhat dot com
2013-12-06 22:44 ` knielson at adaptivecomputing dot com
2013-12-06 22:45 ` carlos at redhat dot com
2014-06-13 11:28 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).