[MDEV-25925] Warning: Memory not freed: 32 on INSERT DELAYED Created: 2021-06-15 Updated: 2022-08-27 Resolved: 2021-10-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets, Storage Engine - MyISAM |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6 |
| Fix Version/s: | 10.2.41, 10.3.32, 10.4.22, 10.5.13, 10.6.5, 10.7.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Roel Van de Paar | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | memory_not_freed | ||
| Issue Links: |
|
||||||||||||
| Description |
|
Leads to:
Affects both debug and optimized builds, from 10.2 to 10.6. |
| Comments |
| Comment by Alexander Barkov [ 2021-10-09 ] | ||||||||||||||||||||||
|
If I put a new MTR test file delayed_blob.test with this content:
MTR produces the following output:
| ||||||||||||||||||||||
| Comment by Elena Stepanova [ 2021-10-09 ] | ||||||||||||||||||||||
|
bar, if you fix this one, you'll likely also fix | ||||||||||||||||||||||
| Comment by Alexander Barkov [ 2021-10-09 ] | ||||||||||||||||||||||
|
elenst, thanks for telling me. As for | ||||||||||||||||||||||
| Comment by Alexander Barkov [ 2021-10-09 ] | ||||||||||||||||||||||
|
sanja, can you please review a patch: Thanks. | ||||||||||||||||||||||
| Comment by Elena Stepanova [ 2021-10-09 ] | ||||||||||||||||||||||
If we are reasonably sure, we would usually close it with a comment that it was most likely fixed in the scope of the other bug (with the link), and with a suggestion to the reporter to comment if after upgrade to the patched version the fix doesn't help. If it happens, we re-open the bug report, which is fine in this case because there would be no commit for that JIRA issue in the git history, thus no confusion. If we are not certain at all and just think the patch may help, we would comment in the report saying there is a potential fix in version 10.x.y, so we recommend to upgrade and see if the problem goes away. And set need_feedback label. Then after a while, if we get no information, we'll close it either as fixed or as incomplete. Please feel free to choose whichever you like better, both are fairly common. | ||||||||||||||||||||||
| Comment by Oleksandr Byelkin [ 2021-10-11 ] | ||||||||||||||||||||||
|
OK to push after adding a few words in commit message about the bug (you can even copy your comment) |