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

don't use nspr allocator for js threads for better ASAN

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • None
    • 3.4.10, 3.6.0-rc0
    • None
    • None
    • Fully Compatible
    • ALL
    • v3.4
    • Platforms 2017-10-02
    • 0

    Description

      js threads can be freed in different threads than where they were created, and this breaks our ASAN-specific pointer tracker. So, if we just use the regular allocator for the threads, as opposed to the nspr allocator, then we won't try to track them.

      Attachments

        Activity

          People

            gabriel.russell@mongodb.com Gabriel Russell (Inactive)
            gabriel.russell@mongodb.com Gabriel Russell (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: