Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-1678

Enable alloc_pool leak checker in travis

    XMLWordPrintableJSON

Details

    • Test
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.12.0
    • 1.13.0
    • Tests
    • None

    Description

      Travis currently uses ASAN for leak detection.

      This tool does identify leaks, but it only tracks the initial allocation of the object from the heap.

      This trace information can be inaccurate for objects stored in alloc pools, since it does not account for when objects are returned by to the pool.

      By enabling the built-in alloc_pool leak checker as well we'll get more accurate traces that identify the last owner of the leaked object.

      Attachments

        Activity

          People

            kgiusti Ken Giusti
            kgiusti Ken Giusti
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: