Bug #35019 | Use pthread_attr_getguardsize for better robustness of stack thread sizes | ||
---|---|---|---|
Submitted: | 4 Mar 2008 0:29 | Modified: | 17 Jul 2013 16:55 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: General | Severity: | S2 (Serious) |
Version: | 5.0.45 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution |
[4 Mar 2008 0:29]
[ name withheld ]
[4 Mar 2008 0:31]
[ name withheld ]
RHEL/Fedora patch to increase stack size request by guard area size
Attachment: mysql-stack-guard.patch (, text), 4.93 KiB.
[17 Mar 2008 14:50]
Susanne Ebrecht
Verified as described by looking into bk-source code.
[15 Sep 2009 15:49]
Liz Drachnik
In order for us to continue the process of reviewing your contribution to MySQL - We need you to review and sign the Sun|MySQL contributor agreement (the "SCA") The process is explained here: http://forge.mysql.com/wiki/Sun_Contributor_Agreement Getting a signed/approved SCA on file will help us facilitate your contribution-- this one, and others in the future. Thank you !
[15 Sep 2009 17:45]
Mark Callaghan
It would be really nice if you were to resolve this. Otherwise, everyone messing around with RedHat/CentOS SRPMs must spend time on this.
[15 Sep 2009 21:58]
Liz Drachnik
In order to move forward on a fix , the contributor of the fix (appears that the name is "withheld") needs to submit the SCA for review and approval. The process is explained here: http://forge.mysql.com/wiki/Sun_Contributor_Agreement This is a basic legal requirement to enable us to accept contributions from the community. thanks
[17 Jul 2013 16:55]
Paul DuBois
Noted in 5.6.14, 5.7.2 changelogs. For better robustness against stack overflow, the server now accounts for the size of the guard area when making thread stack size requests.