* [Bug 76101] New: [TRIVIAL] PTHREAD_CREATE(3): EAGAIN and pid_max
@ 2014-05-13 17:22 bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r
[not found] ` <bug-76101-11311-3bo0kxnWaOQUvHkbgXJLS5sdmw4N0Rt+2LY78lusg7I@public.gmane.org/>
0 siblings, 1 reply; 4+ messages in thread
From: bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r @ 2014-05-13 17:22 UTC (permalink / raw)
To: linux-man-u79uwXL29TY76Z2rM5mHXA
https://bugzilla.kernel.org/show_bug.cgi?id=76101
Bug ID: 76101
Summary: [TRIVIAL] PTHREAD_CREATE(3): EAGAIN and pid_max
Product: Documentation
Version: unspecified
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P1
Component: man-pages
Assignee: documentation_man-pages-ztI5WcYan/vQLgFONoPN62D2FQJk+8+b@public.gmane.org
Reporter: carstengrohmann-Mmb7MZpHnFY@public.gmane.org
Regression: No
Hi,
The system-wide limit on the number of threads can also reached by a small
value in /proc/sys/kernel/pid_max. E.g. RHEL5 and RHEL6 systems uses a default
of 32768 in pid_max probably for compatibility with 32bit applications.
This causes an EAGAIN also if the number of threads is significant lower than
thread-max or RLIMIT_NPROC.
Please extent the EAGAIN statement to reflect pid_max too.
Thanks,
Carsten
--
You are receiving this mail because:
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <bug-76101-11311-3bo0kxnWaOQUvHkbgXJLS5sdmw4N0Rt+2LY78lusg7I@public.gmane.org/>]
* Re: [Bug 76101] New: [TRIVIAL] PTHREAD_CREATE(3): EAGAIN and pid_max [not found] ` <bug-76101-11311-3bo0kxnWaOQUvHkbgXJLS5sdmw4N0Rt+2LY78lusg7I@public.gmane.org/> @ 2014-05-23 4:07 ` Michael Kerrisk (man-pages) 2014-05-24 12:24 ` [Bug 76101] " bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r 2014-05-24 12:27 ` bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r 2 siblings, 0 replies; 4+ messages in thread From: Michael Kerrisk (man-pages) @ 2014-05-23 4:07 UTC (permalink / raw) To: bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r, linux-man-u79uwXL29TY76Z2rM5mHXA Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w On 05/13/2014 07:22 PM, bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r@public.gmane.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=76101 > > Bug ID: 76101 > Summary: [TRIVIAL] PTHREAD_CREATE(3): EAGAIN and pid_max > Product: Documentation > Version: unspecified > Hardware: All > OS: Linux > Status: NEW > Severity: normal > Priority: P1 > Component: man-pages > Assignee: documentation_man-pages-ztI5WcYan/vQLgFONoPN62D2FQJk+8+b@public.gmane.org > Reporter: carstengrohmann-Mmb7MZpHnFY@public.gmane.org > Regression: No > > Hi, > > The system-wide limit on the number of threads can also reached by a small > value in /proc/sys/kernel/pid_max. E.g. RHEL5 and RHEL6 systems uses a default > of 32768 in pid_max probably for compatibility with 32bit applications. > > This causes an EAGAIN also if the number of threads is significant lower than > thread-max or RLIMIT_NPROC. > > Please extent the EAGAIN statement to reflect pid_max too. Hello Carsten. Thanks for the report. I've added pid_max to the list of causes for EAGAIN in pthread_create(3). (And I've made the fork(2) text match that in pthread_create(3) as well.). Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 76101] [TRIVIAL] PTHREAD_CREATE(3): EAGAIN and pid_max [not found] ` <bug-76101-11311-3bo0kxnWaOQUvHkbgXJLS5sdmw4N0Rt+2LY78lusg7I@public.gmane.org/> 2014-05-23 4:07 ` Michael Kerrisk (man-pages) @ 2014-05-24 12:24 ` bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r 2014-05-24 12:27 ` bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r 2 siblings, 0 replies; 4+ messages in thread From: bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r @ 2014-05-24 12:24 UTC (permalink / raw) To: linux-man-u79uwXL29TY76Z2rM5mHXA https://bugzilla.kernel.org/show_bug.cgi?id=76101 --- Comment #1 from Michael Kerrisk <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> --- On 05/13/2014 07:22 PM, bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r@public.gmane.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=76101 > > Bug ID: 76101 > Summary: [TRIVIAL] PTHREAD_CREATE(3): EAGAIN and pid_max > Product: Documentation > Version: unspecified > Hardware: All > OS: Linux > Status: NEW > Severity: normal > Priority: P1 > Component: man-pages > Assignee: documentation_man-pages-ztI5WcYan/vQLgFONoPN62D2FQJk+8+b@public.gmane.org > Reporter: carstengrohmann-Mmb7MZpHnFY@public.gmane.org > Regression: No > > Hi, > > The system-wide limit on the number of threads can also reached by a small > value in /proc/sys/kernel/pid_max. E.g. RHEL5 and RHEL6 systems uses a default > of 32768 in pid_max probably for compatibility with 32bit applications. > > This causes an EAGAIN also if the number of threads is significant lower than > thread-max or RLIMIT_NPROC. > > Please extent the EAGAIN statement to reflect pid_max too. Hello Carsten. Thanks for the report. I've added pid_max to the list of causes for EAGAIN in pthread_create(3). (And I've made the fork(2) text match that in pthread_create(3) as well.). Cheers, Michael -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 76101] [TRIVIAL] PTHREAD_CREATE(3): EAGAIN and pid_max [not found] ` <bug-76101-11311-3bo0kxnWaOQUvHkbgXJLS5sdmw4N0Rt+2LY78lusg7I@public.gmane.org/> 2014-05-23 4:07 ` Michael Kerrisk (man-pages) 2014-05-24 12:24 ` [Bug 76101] " bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r @ 2014-05-24 12:27 ` bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r 2 siblings, 0 replies; 4+ messages in thread From: bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r @ 2014-05-24 12:27 UTC (permalink / raw) To: linux-man-u79uwXL29TY76Z2rM5mHXA https://bugzilla.kernel.org/show_bug.cgi?id=76101 Michael Kerrisk <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Resolution|--- |CODE_FIX -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-05-24 12:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-13 17:22 [Bug 76101] New: [TRIVIAL] PTHREAD_CREATE(3): EAGAIN and pid_max bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r
[not found] ` <bug-76101-11311-3bo0kxnWaOQUvHkbgXJLS5sdmw4N0Rt+2LY78lusg7I@public.gmane.org/>
2014-05-23 4:07 ` Michael Kerrisk (man-pages)
2014-05-24 12:24 ` [Bug 76101] " bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r
2014-05-24 12:27 ` bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r
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 NNTP newsgroup(s).