[ 
https://issues.apache.org/jira/browse/DISPATCH-1678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17322422#comment-17322422
 ] 

ASF subversion and git services commented on DISPATCH-1678:
-----------------------------------------------------------

Commit 334fc32387be21647ee8e8b3a1b2e2de95dab0f6 in qpid-dispatch's branch 
refs/heads/dependabot/npm_and_yarn/console/react/browserslist-4.16.4 from Ken 
Giusti
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=334fc32 ]

DISPATCH-1678: ensure QD_MEMORY_DEBUG compile flag is set when using ASAN

This closes #1123


> Enable alloc_pool leak checker in travis
> ----------------------------------------
>
>                 Key: DISPATCH-1678
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1678
>             Project: Qpid Dispatch
>          Issue Type: Test
>          Components: Tests
>    Affects Versions: 1.12.0
>            Reporter: Ken Giusti
>            Assignee: Ken Giusti
>            Priority: Major
>             Fix For: 1.13.0
>
>
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to