[MDEV-9006] MariaDB crashes executing attached query Created: 2015-10-24 Updated: 2015-11-10 Resolved: 2015-11-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - XtraDB, Views |
| Affects Version/s: | 10.0.21-galera |
| Fix Version/s: | 10.0.22, 10.1.9 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Jan Hicken | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | upstream-fixed | ||
| Environment: |
OS: Arch Linux |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
When creating the database "debug" using the attached SQL statements in debug.sql and then executing the attachedf query error.sql, the database server crashes producing the following stack trace in my systemd-journal:
The database is used for a Kodi library. If you omit the "ORDER BY" part of the query, there will be no error. |
| Comments |
| Comment by Elena Stepanova [ 2015-10-24 ] |
|
Could you please also attach your cnf file(s)? Thanks. |
| Comment by Jan Hicken [ 2015-10-25 ] |
|
Uploaded my cnf file. That's the one supplied by the Arch Linux package recommended for medium sized systems. |
| Comment by Elena Stepanova [ 2015-10-25 ] |
|
On some reason, I cannot reproduce the crash with the provided data and query, but it is not overly important, because we already have this bug reported, it's Brinox, will you be willing to take the bug fix as soon as it appears i our tree and build locally, or do you prefer to wait till it's released? |
| Comment by Jan Hicken [ 2015-10-25 ] |
|
Ok, I see. I'd like to apply a patch to fix this issue and build the application locally. I've added myself as a watcher to the beforementioned issue and will update this issue as soon as there's a fix available. |
| Comment by Elena Stepanova [ 2015-10-25 ] |
|
Brinox, |
| Comment by Jan Hicken [ 2015-11-10 ] |
|
I just tested this in my setup, the error is gone. Fixed by |
| Comment by Elena Stepanova [ 2015-11-10 ] |
|
Thanks for checking |