Bug #6048 | Stored procedure causes operating system reboot | ||
---|---|---|---|
Submitted: | 12 Oct 2004 17:14 | Modified: | 24 May 2005 9:25 |
Reporter: | Peter Gulutzan | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.2-alpha-debug | OS: | Linux (SuSE 8.2) |
Assigned to: | Per-Erik Martin | CPU Architecture: | Any |
[12 Oct 2004 17:14]
Peter Gulutzan
[12 Oct 2004 21:33]
MySQL Verification Team
I can confirm strange behavior on my Slackware box, it not reboots but some application was closed like XChat and the Konsole shells.
[22 Oct 2004 8:17]
Per-Erik Martin
The reason is known. (It's consuming memory during expression evaluation which is not released until the end of execution). Whether it actually causes a reboot depends on the operating system's ability to gracefully handle the "out of memory" condition. (On my old redhat 7.3 it just killed the offending mysqld processes.)
[18 May 2005 9:31]
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/internals/25015
[23 May 2005 10:12]
Per-Erik Martin
The first patch had to be reverted, trying out a new approach...
[23 May 2005 22:07]
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/internals/25195