[Bug 234775] PTHREAD_STACK_MIN is too small on amd64

2020-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234775 --- Comment #2 from Conrad Meyer --- Still 2048 on all x86, probably still disfunctional. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org m

[Bug 234775] PTHREAD_STACK_MIN is too small on amd64

2020-05-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234775 --- Comment #3 from Paul Floyd --- (In reply to Conrad Meyer from comment #2) Yes, this problem still exists on both i386 and amd64. -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 234775] PTHREAD_STACK_MIN is too small on amd64

2021-12-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234775 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #4 fro

[Bug 234775] PTHREAD_STACK_MIN is too small on amd64

2021-12-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234775 --- Comment #5 from Paul Floyd --- Seems to be defined here paulf> grep -rI __MINSIGSTKSZ * | grep -v obj include/pthread.h:#define PTHREAD_STACK_MIN __MINSIGSTKSZ sys/arm64/include/_limits.h:#define __MINSI

[Bug 234775] PTHREAD_STACK_MIN is too small on amd64

2021-12-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234775 --- Comment #6 from Paul Floyd --- I modified the testcase to take the stack size as an argument and print "success" if the thread gets created and joins. #include #include #include #include static void * fn(void *arg __unused) { r

[Bug 234775] PTHREAD_STACK_MIN is too small on amd64

2021-12-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234775 --- Comment #7 from Paul Floyd --- Created attachment 229849 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=229849&action=edit patch for min stack size Not sure if this is strictly necessary -- You are receiving this mail beca

[Bug 234775] PTHREAD_STACK_MIN is too small on amd64

2019-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234775 Bug ID: 234775 Summary: PTHREAD_STACK_MIN is too small on amd64 Product: Base System Version: CURRENT Hardware: amd64 OS: Any Status: New Severity:

[Bug 234775] PTHREAD_STACK_MIN is too small on amd64

2019-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234775 --- Comment #1 from Mark Johnston --- PTHREAD_STACK_MIN is 2048 on amd64. I'm not sure it makes much sense for it to be less than the page size. -- You are receiving this mail because: You are the assignee for the bug. __