diff options
author | cmiller@zippy.cornsilk.net <> | 2006-09-27 14:42:56 -0400 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2006-09-27 14:42:56 -0400 |
commit | c0ab40d3901e8323ecb0eb3748bc3e7e06de2baa (patch) | |
tree | 71e70ee6239a3fcd2339ea532e0a8ae409272f6d /BitKeeper | |
parent | 7a761a2545e9407cd46f641062b464073081a210 (diff) | |
download | mariadb-git-c0ab40d3901e8323ecb0eb3748bc3e7e06de2baa.tar.gz |
Bug#21476: (Thread stack overrun not caught, causing SEGV)
The STACK_MIN_SIZE is currently set to 8192, when we actually need
(emperically discovered) 9236 bytes to raise an fatal error, on Ubuntu
Dapper Drake, libc6 2.3.6-0ubuntu2, Linux kernel 2.6.15-27-686, on x86.
I'm taking that as a new lower bound, plus 100B of wiggle-room for sundry
word sizes and stack behaviors.
The added test verifies in a cross-platform way that there are no gaps
between the space that we think we need and what we actually need to report
an error.
DOCUMENTERS: This also adds "let" to the mysqltest commands that evaluate
an argument to expand variables therein. (Only right of the "=", of course.)
Diffstat (limited to 'BitKeeper')
-rw-r--r-- | BitKeeper/etc/collapsed | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BitKeeper/etc/collapsed b/BitKeeper/etc/collapsed index fd33e4fc902..a4f24702b58 100644 --- a/BitKeeper/etc/collapsed +++ b/BitKeeper/etc/collapsed @@ -3,3 +3,5 @@ 44edb86b1iE5knJ97MbliK_3lCiAXA 44f33f3aj5KW5qweQeekY1LU0E9ZCg 4513d8e4Af4dQWuk13sArwofRgFDQw +4519a6c5BVUxEHTf5iJnjZkixMBs8g +451ab499rgdjXyOnUDqHu-wBDoS-OQ |