Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-6814

memory leak on page fault exception in BtreeCursorImpl::init()

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.2.0-rc2, 2.3.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • ALL

      BtreeCursor::make() does not use smart pointers to guard the BtreeCursorImpl objects it allocates. If a page fault exception is thrown in BtreeCursorImpl::init() while the btree data is traversed to find the starting key, the BtreeCursorImpl will be orphaned.

            Assignee:
            eliot Eliot Horowitz (Inactive)
            Reporter:
            aaron Aaron Staple
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: