[MDEV-7104] Two crashes Created: 2014-11-13 Updated: 2015-01-15 Due: 2015-01-13 Resolved: 2015-01-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 5.5.40 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | azurit | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian Wheezy 64bit, 14 GB RAM |
||
| Attachments: |
|
| Description |
|
I've got two crashes in short period of time, attaching logs. Don't know what else to add. |
| Comments |
| Comment by Elena Stepanova [ 2014-11-13 ] |
|
Hi, First, could you please include a bigger part of the error logs, not starting from 'signal 11', but preferably starting from the server startup and up to the restart? (In your case the first message after startup is "[Warning] 'THREAD_CONCURRENCY' is deprecated and will be removed in a future release."). Second, how high is the load on the server? Would it be possible to turn on general logging for one session, to find which query it actually crashes on? Third, while the first stack trace is non-informative at all, the second one shows that the crash happened upon table creation. Does table creation happen often on that server? Do you, by any chance, know what and how was created during this time? There were 68 threads running at the moment, so I understand it's unlikely that you know what was executed at the moment, but just in case... Thanks. |
| Comment by azurit [ 2014-11-13 ] |
|
1.) There's nothing else in the logs except notes that IPs cannot be resolved. 2.) About 70 qps. 3.) After the first crash i found this in logs: Nov 13 11:43:09 server01 mysqld: 141113 11:43:09 InnoDB: Error: table `<censored>`.`serial_menu` does not exist in the InnoDB internal This was probably the table which cased the crash. This is the current table structure (but i cannot tell if it's the same as it was while server crashed): Here is also other structure of a table from different database but with, probably, the same tables: CREATE TABLE `serial_menu` ( |
| Comment by Elena Stepanova [ 2014-11-15 ] |
|
Please also attach your cnf file(s). I assume your answer about the load implies you cannot turn on the general log. |
| Comment by azurit [ 2014-11-18 ] |
|
Attaching. I activated logging of that user via audit plugin but it didn't crash yet. |
| Comment by Elena Stepanova [ 2014-11-24 ] |
|
Still can't reproduce it even with the server options from the cnf file, lets hope the audit plugin will show us something. |
| Comment by Elena Stepanova [ 2015-01-15 ] |
|
Please comment to re-open if you get new information. Without it, the closest that we have among known bugs is |