-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
The split_multi_inmem_fail function calls wt_free_ref with ref->page as its page argument, which is used by wt_free_ref to check the page type and then free row-store keys instantiated in the WT_REF. That's an error, and we'd drop core because ref->page is freed by wt_free_ref before the page type is checked.
- is depended on by
-
SERVER-21686 WiredTiger changes for 3.2.0-rc5
- Closed
- links to