Bug #20540 | sp with multitable delete causes crash under high concurrency | ||
---|---|---|---|
Submitted: | 19 Jun 2006 16:10 | Modified: | 30 Jun 2006 10:38 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S1 (Critical) |
Version: | 5.0BK, 5.1BK | OS: | Any (*) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[19 Jun 2006 16:10]
Shane Bester
[19 Jun 2006 16:10]
MySQL Verification Team
If you can't repeat it, increase concurrent threads. I suggest using a C application for speed in this case. Leave running for a few minutes if needed.
[19 Jun 2006 16:11]
MySQL Verification Team
complete stack on windows
Attachment: forbug.txt (text/plain), 1.63 KiB.
[19 Jun 2006 17:34]
MySQL Verification Team
crashes on 5.1BK on linux, resolved
Attachment: 5.1.12-beta-bk.stack (application/octet-stream, text), 10.12 KiB.
[19 Jun 2006 17:55]
MySQL Verification Team
crashes on 5.0BK on linux
Attachment: 5.0.23bk.stack (application/octet-stream, text), 30.34 KiB.
[20 Jun 2006 20:21]
MySQL Verification Team
This crash is reproducable even if a single thread is run to "call p1()", and another thread issues a simple DELETE FROM g1 using g1,g2.......... The 2nd thread doesn't need to call an SP. Please let me know if you cannot repeat it quick enough
[23 Jun 2006 0:56]
MySQL Verification Team
C program to create multiple threads. See top of file for how to compile and run
Attachment: bug20540.c (text/x-csrc), 5.37 KiB.
[26 Jun 2006 16:06]
MySQL Verification Team
Bug: http://bugs.mysql.com/bug.php?id=20655 was marked as duplicate of this one (similar call stack).
[30 Jun 2006 10:38]
Tomash Brechko
This bug is a duplicate of a bug#19399.