double free or corruption (!prev)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mariadb-client-lgpl (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
After switching from the MySQL client library to this MariaDB library, we and others have noticed sporadic crashes with the error "double free or corruption (!prev)" and a backtrace pointing to libmariadb.so.2. For us, the problem was more likely to occur when using a SELECT query with a large number of columns, but we have also observed it randomly at other times.
We use the Ruby mysql2 library, and others had already reported the crash there as https:/
But it turns out that the same crash (not involving Ruby) was however already reported upstream at https:/
That CONC-92 ticket includes a patch for the bug (https:/
I have manually applied this patch to the xenial source package and rebuilt, and I think it has fixed the issue for me.
So could this patch please be applied to the Xenial version of this package?
Zesty and Artful are on later versions of the library so should already have this fix.
Status changed to 'Confirmed' because the bug affects multiple users.