Bug #52779 | Mysql server crashes with "mysqld got signal 11", "Cannot determine thread" | ||
---|---|---|---|
Submitted: | 13 Apr 2010 9:56 | Modified: | 28 Sep 2010 14:07 |
Reporter: | Vitaly Karasik | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.90, 5.0.91 | OS: | Linux (RHEL 5.1) |
Assigned to: | CPU Architecture: | Any | |
Tags: | crash |
[13 Apr 2010 9:56]
Vitaly Karasik
[13 Apr 2010 9:58]
Vitaly Karasik
my.cnf
Attachment: my.cnf.txt (text/plain), 659 bytes.
[13 Apr 2010 10:43]
Valeriy Kravchuk
It is possible that you have SET autocommit=1 executed somewhere in your applications? I wonder if this is a duplicate of Bug #51342.
[13 Apr 2010 11:39]
Vitaly Karasik
Yes, we use "autocommit=1" and distributed transaction. I reviewed bug ##51342 and I noticed that this problem is fixed in 5.0.91. What is current status of 5.0.91? Do you have any estimation when it will be available? Thank you for your answer! Vitaly
[13 Apr 2010 11:59]
Valeriy Kravchuk
So this is really a duplicate of Bug #51342. As for 5.0.91 official release, I do not see any specific date planned any time soon. It is under extended support, so we do not have any definite plans. I'd expect one more release of 5.0.x this year. If some serious security related bug will be found, we may be forced to release 5.0.91 with the fix ASAP.
[13 Apr 2010 12:15]
Vitaly Karasik
thank you! and the same question for 5.1.46?
[13 Apr 2010 12:48]
Valeriy Kravchuk
Usually we release 5.1.x every month (check http://dev.mysql.com/doc/refman/5.1/en/news-5-1-x.html). 5.1.45 was released on March 1, 2010. So, 5.1.46 is coming soon :)
[13 Apr 2010 13:30]
Vitaly Karasik
thank you!
[2 May 2010 13:56]
Vitaly Karasik
>It is possible that you have >SET autocommit=1 >executed somewhere in your applications Is any "SET autocommit=1" may cause crash or only when it was used in the same session as distributed transaction started? In other words, is following may lead to crash? (from full query log): 4658 Query XA START ..... 5143 Query SET autocommit=1 4658 Query XA END ......
[30 May 2010 9:05]
Vitaly Karasik
Upgrading to 5.0.91 didn't fix this problem. It even seems that situation is worse - 3 crashes during last day.
[23 Jul 2010 18:15]
Valeriy Kravchuk
It would be useful to know if this is repeatable with recent 5.1.49.
[23 Jul 2010 18:20]
Charlton Kao
I'm wondering what kind of server and CPU do you have?
[25 Jul 2010 6:55]
Vitaly Karasik
>[23 Jul 20:15] Valeriy Kravchuk >It would be useful to know if this is repeatable with recent 5.1.49. We didn't upgraded to 5.1, our developers just re-writed code w/o commits. >[23 Jul 20:20] Charlton Kao >I'm wondering what kind of server and CPU do you have? Dell PE 1950 - Gen III with Intel(R) Xeon(R) CPU E5405 @ 2.00G
[3 Aug 2010 7:39]
Sveta Smirnova
Can be duplicate of bug #51855 as well.
[28 Sep 2010 12:32]
Susanne Ebrecht
Is your problem solved?
[28 Sep 2010 12:40]
Vitaly Karasik
Susanne, As I wrote, we just re-write our code - so our server doesn't crash.
[28 Sep 2010 22:21]
Charlton Kao
We upgraded our gentoo kernel to 2.6.34 and mysql to 5.1.50 and the problem went away. Never really found out the source of our problem, maybe some incompatibility between the versions of mysql and linux.