[MDEV-12682] spider3.3.11 hit a bug! mysqld crash Created: 2017-05-04 Updated: 2017-05-05 Resolved: 2017-05-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Affects Version/s: | 10.1 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | hiller1 | Assignee: | Jacob Mathew (Inactive) |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
mariadb10.1.22 spider3.3.11 |
||
| Description |
|
HI, I have compiled installed spider3.3.11 into MariaDB10.1.22 , but encountered a BUG, mysqld crash for example:
---------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------
|
| Comments |
| Comment by hiller1 [ 2017-05-04 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
MariaDB [test]> select id from sbtest where id = 1;
----
---- MariaDB [test]> select id from sbtest limit 1; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Jacob Mathew (Inactive) [ 2017-05-04 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I downloaded the source files for MariaDB 10.1.22 from GitHub. I then replaced the contents of the <server>/storage/spider directory with the latest Spider 3.3 source files from Kentoku's Spider fork on GitHub. I built everything. I created a table with 10000 rows. Column k contained values ascending from 0 to 9999. Column c contained the default value ' ' in all rows. Column pad contained 'qqqqqqqqqqwwwwwwwwwweeeeeeeeeerrrrrrrrrrtttttttttt' in all rows. Here are the results from the various SELECT statements in the bug description:
I could not reproduce the problem. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by hiller1 [ 2017-05-05 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hello,Jacob Mathew : I downloaded the spider today, https://github.com/Kentoku/Spider, found that the author has updated the error yesterday (Kentoku fix compiler reference error.), After re-build, now BUG resolved. Thank you. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Jacob Mathew (Inactive) [ 2017-05-05 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi hiller1. It is good to hear that you no longer encounter the problem after rebuilding with the latest Spider source code. Since I could not reproduce the problem, I am closing the problem as unreproducible. |