[MDEV-2850] LP:782431 - active locks in released memory Created: 2011-05-13 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Found during MariaDB tests with application verifier: xt_ind_exit() frees memory block pointed to by ind_cac_globals.cg_blocks, but does not free page locks in it, that are initialized using XT_IPAGE_INIT_LOCK(self, &block->cb_lock) in xt_ind_init(). This makes application verifier unhappy on 64 bit Windows. XTIndBlockPtr block = ind_cac_globals.cg_blocks; |
| Comments |
| Comment by Vladislav Vaintroub [ 2011-05-13 ] |
|
Re: active locks in released memory |
| Comment by Vladislav Vaintroub [ 2011-06-14 ] |
|
Re: active locks in released memory |
| Comment by Rasmus Johansson (Inactive) [ 2011-06-15 ] |
|
Launchpad bug id: 782431 |