[MDEV-6315] TokuDB: ERROR: AddressSanitizer: attempting to call malloc_usable_size() for pointer which is not owned: 0x601200008f80 Created: 2014-06-06 Updated: 2017-01-05 Resolved: 2017-01-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - TokuDB |
| Affects Version/s: | 10.0.11 |
| Fix Version/s: | 10.0.28 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergey Vojtovich | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | tokudb | ||
| Issue Links: |
|
||||||||
| Description |
|
Compile with ASan: Run tests in all TokuDB suites. Many (if not all) tests report $subj:
5.5 is most probably affected as well. |
| Comments |
| Comment by Sergei Golubchik [ 2017-01-05 ] |
|
I cannot repeat it now. I suspect it was due to a bug when tokudb allocated memory with one allocator and freed with a different one. It was fixed eventually and we've merged the fix few releases ago. |