[MDEV-7617] [ERROR] mysqld got signal 11 ; InnoDB Created: 2015-02-21 Updated: 2015-04-01 Due: 2015-03-21 Resolved: 2015-04-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 5.5.41, 5.5.42 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Cristian Nicoara | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
Hello,
We use InnoDB. |
| Comments |
| Comment by Elena Stepanova [ 2015-02-21 ] |
|
Hi,
It's most certainly a bug unless you kill your server with SIGSEGV manually, which is obviously not the case.
What kind of a problem? And which one crashed, master or slave? |
| Comment by Cristian Nicoara [ 2015-02-21 ] |
|
Hello, there is no core dump available , will try to enable it. Also I must say that we are using TokuDB and the audit plugin. Looking in the mysql-slow.log (the only available mysql log) I found a given query that was present on each segmentation fault occurrence exactly before the restart. Running the query manually did not reproduced the segfault; maybe running it from the application will trigger the behavior (but this only Monday) ; also this might be a coincidence ... |
| Comment by Cristian Nicoara [ 2015-02-22 ] |
|
Hello, the query was not a coincidence because I was able to reproduce the issue but only when triggered from interface... investigation continues. |
| Comment by Cristian Nicoara [ 2015-02-22 ] |
|
Since this is coming from user interface should it be related to the java connector ? We are using java7 and mysql-connector-java-5.1.21.jar . |
| Comment by Cristian Nicoara [ 2015-02-22 ] |
|
I was able to build mysql with debug option enabled and I got a stacktrace: stack_bottom = 0x7fb003583e68 thread_stack 0x40000 |
| Comment by Cristian Nicoara [ 2015-02-22 ] |
|
gdb output |
| Comment by Cristian Nicoara [ 2015-02-22 ] |
|
Hello again , the output of gdb is in previous comment |
| Comment by Cristian Nicoara [ 2015-02-24 ] |
|
To rule out library mismatch , I installed mariaDB 5.5.42 on a newly debian wheezy : I got the seg fault error. |
| Comment by Dan Stanculescu [ 2015-02-24 ] |
|
This was reproduced also on a new debian 7 installation, single mariadb instance (no master-slave), without the tokudb and without the audit plugin in place. |
| Comment by Cristian Nicoara [ 2015-02-24 ] |
|
We tested against mariadb 10.0.16 and we get the same segmentation fault |
| Comment by Elena Stepanova [ 2015-02-24 ] |
|
Hi, |
| Comment by Cristian Nicoara [ 2015-02-25 ] |
|
Hello, I found that the BUG was introduced starting with version 5.5.38 . |
| Comment by Elena Stepanova [ 2015-02-25 ] |
|
Great, but what about the test case? Could you please provide it? |
| Comment by Elena Stepanova [ 2015-04-01 ] |
|
It's possible that the reason is the same as in |