[MDEV-24133] Using malloc-lib=jemalloc in MariaDB 10.4.16 breaks startup Created: 2020-11-05 Updated: 2022-02-25 Resolved: 2020-11-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | N/A |
| Affects Version/s: | 10.4.16 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Artista | Assignee: | Anel Husakovic |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 6.9 |
||
| Issue Links: |
|
||||||||
| Description |
|
I was using "malloc-lib=jemalloc" under the mysql_safe section of the my.cnf configuration file in MariaDB 10.4.15 and once I updated to 10.4.16 the startup fails with the following error:
I'm running CentOS 6.9 as my operative system and downgrading to MariaDB 10.4.15 immediately resolves this issue. |
| Comments |
| Comment by Daniel Black [ 2020-11-05 ] | ||||
|
Note that the last release was the last release for Centos/Rhel 6.
| ||||
| Comment by Artista [ 2020-11-05 ] | ||||
|
I am aware that it was the last release! Thank you very much, that modification in mysqld_safe does indeed fix the issue! | ||||
| Comment by Philip orleans [ 2022-02-23 ] | ||||
|
I am struggling to use jemalloc under centos 8, and systemd. | ||||
| Comment by Daniel Black [ 2022-02-23 ] | ||||
|
Added it to the documentation in https://mariadb.com/kb/en/systemd/#useful-systemd-options
And then start the service. | ||||
| Comment by Philip orleans [ 2022-02-24 ] | ||||
|
Ubuntu in all its versions does not load jemalloc from: systemctl edit mariadb.service Centos 8 does work as expected. | ||||
| Comment by Daniel Black [ 2022-02-25 ] | ||||
|
Thanks philip_38 for testing. How odd. I don't have a good explanation for this at the moment. |