You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2020/06/29 23:43:10 UTC

[GitHub] [qpid-dispatch] kgiusti opened a new pull request #769: DISPATCH-1678: fix misleading ASAN tracebacks for pooled items

kgiusti opened a new pull request #769:
URL: https://github.com/apache/qpid-dispatch/pull/769


   This patch updates the alloc_pool.c debug code to free any "leaked"
   items to prevent ASAN from printing tracebacks for them.  These
   tracebacks are misleading since ASAN only tracks the initial heap
   malloc, not the last time the item was allocated from the pool.
   
   Add a list of alloc_pool.c types that are known/expected to leak. If
   the alloc_pool.c debug code finds a leak for a type which is NOT on
   this list the router will abort on shutdown (debug build only).
   
   Update the .travis.yml to clean up warnings and include a test run of
   the default build case.
   
   Update the LSAN suppression file.
   
   Improve dumping of logs on router crash.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-dispatch] asfgit closed pull request #769: DISPATCH-1678: fix misleading ASAN tracebacks for pooled items

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #769:
URL: https://github.com/apache/qpid-dispatch/pull/769


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org