Uploaded image for project: 'C Driver'
  1. C Driver
  2. CDRIVER-2529

Consider using memory checking tools on Darwin and Windows

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Testing
    • Labels:
      None

      Platforms other than Linux don't benefit from our Valgrind evergreen tasks. We can consider making tasks to use tools like
      leaks on macOS, which can run a process and print a list of leaks detected at exit:

      leaks -atExit ./test-libmongoc --no-fork
      

      Another tool on macOS that looks interesting is libgmalloc, which overrides the behavior of malloc and detects memory errors like use-after-free. man libgmalloc shows how to use this with:

      DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib ./test-libmongoc --no-fork
      

      We also can research memory checking command line tools for Windows.

            Assignee:
            Unassigned Unassigned
            Reporter:
            kevin.albertson@mongodb.com Kevin Albertson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: