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

ReshardingRecipientServiceTest setup can access freed memory

    • Fully Compatible
    • ALL
    • Sharding 2020-11-02, Sharding 2020-11-16, Sharding 2020-11-30
    • 45

      The test inherits from two different test fixtures, ServiceContextMongoDTest and CatalogCacheTestFixture. During setup of the first, the JournalFlusher background thread is started, which will asynchronously create an operation context, which takes a raw pointer to the service context's tick source and shortly after calls getTicks() on it. During setup of the second, the tick source of the global service context is set to a mock tick source, which triggers destruction of the original tick source and can lead the JournalFlusher to access freed memory.

            Assignee:
            jack.mulrow@mongodb.com Jack Mulrow
            Reporter:
            jack.mulrow@mongodb.com Jack Mulrow
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: