Bug #69903 | Stack corruption in vio_io_wait on Mac OS X | ||
---|---|---|---|
Submitted: | 1 Aug 2013 20:44 | Modified: | 22 Apr 2015 13:21 |
Reporter: | Sergei Glushchenko | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Locking | Severity: | S1 (Critical) |
Version: | 5.6.12 | OS: | MacOS |
Assigned to: | CPU Architecture: | Any | |
Tags: | crash, stack corruption, vio_io_wait |
[1 Aug 2013 20:44]
Sergei Glushchenko
[2 Aug 2013 4:04]
Davi Arnaut
Regression introduced by https://github.com/darnaut/mysql-server/commit/1c99912b98f200915f14797429de7fe99e94052b
[2 Aug 2013 6:02]
MySQL Verification Team
Hello Sergei, Thank you for the bug report. Thanks, Umesh
[2 Aug 2013 10:59]
Vladislav Vaintroub
Also the analysis for tghe alleged fix is wrong. shutdown() breaks poll(), and it is not different on OSX
[22 Apr 2015 13:21]
Paul DuBois
Noted in 5.7.8, 5.8.0 changelogs. On OS X, the vio_io_wait() call could cause stack corruption for a large number of file descriptors (more than FD_SETSIZE).