[MDEV-9183] MariaDB 10.1 crash on `mysqld --verbose --help` Created: 2015-11-25 Updated: 2015-12-22 Resolved: 2015-12-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Plugins |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Nazar Mokrynskyi | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 2 |
| Labels: | None | ||
| Environment: |
Debian Jessie, Ubuntu Trusty, Ubuntu 15.10, Ubuntu 16.04 |
||
| Sprint: | 10.1.10 |
| Description |
|
Initially discovered in Docker image: https://github.com/docker-library/mariadb/issues/29#issuecomment-152766835
|
| Comments |
| Comment by Guillaume Lefranc [ 2015-11-27 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hello Nazar, I could not reproduce your crash on Ubuntu 16.04, x86-64 using mariadb-10.1.9-linux-glibc_214-x86_64.tar.gz. ubuntu@ip-172-31-27-121:~/mariadb-10.1.9-linux-glibc_214-x86_64$ uname -a Please let me know what specific versions you've used. For the Docker issue, let's follow up on docker github. Thanks | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Nazar Mokrynskyi [ 2015-11-27 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The easiest way to reproduce this issue with repeatable setup is using Docker Machine:
You'll get something like this:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Nazar Mokrynskyi [ 2015-11-27 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
From VM created by Docker Machine:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Nazar Mokrynskyi [ 2015-11-27 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Pretty similar issue I can get on host system when running under regular user instead of root:
While under root everything works fine. Probably, there is some connection here. Try to install on fresh Debian Jessie or Ubuntu 14.04+ (any version actually) in VM, and you should be able to reproduce this error. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Guillaume Lefranc [ 2015-11-27 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Nazar, on the host system, did you use the debian packages from our repo, or the tarball? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Nazar Mokrynskyi [ 2015-11-27 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I'm using packages from your repo | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2015-11-27 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Assertion failure on a debug build:
Docker or Ubuntu 16.04 are not needed.
10.0 is not affected. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Krasimir [ 2015-12-02 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Is there any progress with this ? I am on hold for deploy few servers because of this bug. I hope it gets some attention soon. Thanks for your hard work! | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2015-12-02 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
No progress yet, sorry. But you shouldn't expect any progress yet. As 10.1.9 is already out, this bug can not be fixed earlier than 10.1.10. Nobody is going to look at this bug until closer to the 10.1.10 release date. See http://mariadb.org/jira for the release schedule. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by trupti mali [ 2015-12-03 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi, |