Bug #10968 | Stored procedures: crash if long loop | ||
---|---|---|---|
Submitted: | 30 May 2005 19:22 | Modified: | 10 Jun 2005 16:35 |
Reporter: | Peter Gulutzan | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.7-beta-debug | OS: | Linux (SUSE 9.2) |
Assigned to: | Per-Erik Martin | CPU Architecture: | Any |
[30 May 2005 19:22]
Peter Gulutzan
[3 Jun 2005 17:46]
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/25582
[3 Jun 2005 17:55]
Per-Erik Martin
No test case added, since it would be a 5-15 minutes run attempting to make the machine run out of memory and swap space.
[10 Jun 2005 14:48]
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/25871
[10 Jun 2005 16:35]
Per-Erik Martin
An additional patch with some post-review and valgrind fixes has been pushed too. There's still a leak with function that turned out to be too involved, so to avoid stalling this fix too long, it will be treated separately (BUG#11247). With this fix, it now runs the test case (and a few other, similar ones) for 10 minutes or until the loop count passes at least 1500, without slowing down or thrashing.