Date: Thu, 22 Aug 2019 00:58:45 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 239894] security.bsd.stack_guard_page default causes Java to crash Message-ID: <bug-239894-227-QUexCx6JTx@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-239894-227@https.bugs.freebsd.org/bugzilla/> References: <bug-239894-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239894 --- Comment #10 from Kurt Miller <kurt@intricatesoftware.com> --- (In reply to Konstantin Belousov from comment #8) Thank you for writing this. However, it doesn't address the interaction between kernel placed guard pages and pthreads. Consider for example setting security.bsd.stack_guard_page to 513 will call all future pthread_create(2) calls to fail that use default pthread attr (default stack size (512 pages) and guard page (1 page)). An administrator attempting to be more secure will cause most multithreaded applications to fail to work entirely. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239894-227-QUexCx6JTx>
