[MDEV-137] Valgrindfailure in test maria.maria-autozerofill Created: 2012-02-08 Updated: 2012-02-09 Resolved: 2012-02-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 5.5.20 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Kristian Nielsen | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
This failure happens only when main.variables_debug is run just before it: ./mtr main.variables_debug maria.maria-autozerofill --valgrind variables_debug does this near the end: --echo # Test 5 - Different trace files And then when maria-autozerofill restarts the server as part of the test, it ==13746== 568 bytes in 1 blocks are still reachable in loss record 3 of 3 Somehow, DBUGCloseFile() seems to not be called, or at least not to work |
| Comments |
| Comment by Kristian Nielsen [ 2012-02-08 ] |
|
The bug is not related to maria-autozerofill, that's just where it is detected due to server restart. |
| Comment by Kristian Nielsen [ 2012-02-08 ] |
|
I think I found the problem, and pushed an attempted fix. |