Bug #10340 | Stress: MySQL daemon NOT restarting if server constantly hit by many clients | ||
---|---|---|---|
Submitted: | 3 May 2005 15:58 | Modified: | 13 Jul 2005 12:30 |
Reporter: | Disha | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.4 Beta | OS: | Linux (Linux) |
Assigned to: | CPU Architecture: | Any |
[3 May 2005 15:58]
Disha
[4 May 2005 0:40]
Jorge del Conde
Hi! Can you please send us a test-case that shows this behaviour ? .. maybe a perl or c app will do the job. Thanks.
[4 May 2005 6:31]
Heikki Tuuri
Disha, can you compile mysqld yourself: CXXFLAGS="-O3 -g" CFLAGS="-O3 -g" ./configure make and run it inside gdb: gdb mysqld run When it chrashes, do bt full and post the stack trace. Regards, Heikki
[30 May 2005 15:31]
Disha
Hi, we have a debug build... we will take stack traces and get it accross to you.
[10 Jun 2005 7:18]
Disha
Stack trace
Attachment: Trace_logs.zip (application/x-zip-compressed, text), 71.16 KiB.
[10 Jun 2005 7:23]
Disha
Stack trace attached. Although I am not sure if these traces points out the exact issue.
[13 Jun 2005 12:30]
Marko Mäkelä
Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://www.mysql.com/doc/en/Making_trace_files.html Once you have generated a backtrace, please submit it to this bug report and change the status back to 'Open'. Thank you for helping us make our products better. Additional info: Disha, we need resolved stack traces. If you can run mysqld inside gdb, type "bt full" when it crashes. Otherwise, please resolve the addresses reported after "Stack range sanity check OK, backtrace follows". You can use the script mysql-test/resolve-stack for that.
[13 Jun 2005 12:32]
Marko Mäkelä
I'm sorry for sending an inappropriate pointer to the manual. The InnoDB storage engine does not make use of the DBUG package. What we need is a resolved stack trace.
[13 Jul 2005 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[19 Jul 2005 12:56]
Marko Mäkelä
Disha, can you please check if this bug still occurs with 5.0.9, and post a stack trace (not MySQL debug trace, but a real stack trace from gdb)?