[MDEV-7767] Aria Engine crashes MYSQL during Full Text IN BOOLEAN MODE Search Created: 2015-03-13 Updated: 2015-06-01 Resolved: 2015-06-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Full-text Search, Storage Engine - Aria |
| Affects Version/s: | 10.0.17 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Andrew | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | need_feedback | ||
| Environment: |
Windows Server 2012 R2, 64x, 12gb of ram |
||
| Description |
|
When attempting to execute this query
if any results are found, the entire mysql instance simply crashes. There is no crash log, note it only crashes IF you find results. Table cooloation is utf8 unicode My table is 2gb large with 6.3m rows. EDIT: I was able to produce a stack trace
|
| Comments |
| Comment by Elena Stepanova [ 2015-03-13 ] | |||||||||||||||||||
|
Hi, Please specify which MariaDB version you are using, attach your cnf file(s), and paste the result of SHOW CREATE TABLE `table`, {SHOW TABLE STATUS LIKE 'table'}}, SHOW INDEX IN `table`. Feel free to obfuscate the output any way you want, as long as we can still see the general structure of the table and data. Primitive test doesn't cause the crash:
| |||||||||||||||||||
| Comment by Andrew [ 2015-03-13 ] | |||||||||||||||||||
|
Hi Elena, I'm using the latest version of Maria, i've attached my config I can't run any querys on the plane, but here is a screenshot of the structure http://i.imgur.com/d8NnsNN.png I ran a similar query on a smaller Aria table and it was fine, i'm thinking it is a table issue, i dropped it completely and repopulated its data and it is still crashing. | |||||||||||||||||||
| Comment by Elena Stepanova [ 2015-03-13 ] | |||||||||||||||||||
|
Hi Andrew, Thanks for the config and the structure. Thank you. | |||||||||||||||||||
| Comment by Andrew [ 2015-03-13 ] | |||||||||||||||||||
|
I'm using 10.0.17 | |||||||||||||||||||
| Comment by Elena Stepanova [ 2015-03-16 ] | |||||||||||||||||||
|
I couldn't reproduce the crash with artificial data, even the same 6+M rows, so I agree, the data is important here. | |||||||||||||||||||
| Comment by Elena Stepanova [ 2015-04-15 ] | |||||||||||||||||||
|
Hi Andrew, Any news on uploading the data? | |||||||||||||||||||
| Comment by Elena Stepanova [ 2015-06-01 ] | |||||||||||||||||||
|
Sadly, since it's so dependent on the data, I have to close it as 'can't reproduce'; but please, if you can share the data or somehow else help as to narrow it down, by all means do so, comment on this issue and it will be re-opened. |