Bug #18848 | SIGHUP crashes the server | ||
---|---|---|---|
Submitted: | 6 Apr 2006 13:55 | Modified: | 18 Apr 2006 20:39 |
Reporter: | Sergei Golubchik | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.1 | OS: | |
Assigned to: | Petr Chardin | CPU Architecture: | Any |
[6 Apr 2006 13:55]
Sergei Golubchik
[10 Apr 2006 8:50]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/4696
[10 Apr 2006 17:47]
Jim Winstead
Okay to push (after second review).
[18 Apr 2006 4:43]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/5044
[18 Apr 2006 5:07]
Petr Chardin
pushed into 5.1.10. The problem was in the NULL THD, passed to one of the routines.
[18 Apr 2006 20:39]
Paul DuBois
Noted in 5.1.10 changelog. The server attempted to flush uninitialized log tables during <literal>SIGHUP</literal> processing, causing a crash. (Bug #18848)