[
https://issues.apache.org/jira/browse/DISPATCH-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15189932#comment-15189932
]
ASF GitHub Bot commented on DISPATCH-236:
-----------------------------------------
GitHub user kgiusti opened a pull request:
https://github.com/apache/qpid-dispatch/pull/57
DISPATCH-236: Allow the valgrind tool and suppression file to be cust…
…omized.
This is an alternative/complement to the compile-time thread sanitizer.
This change allows us to customize the valgrind tool and suppression file used
by the unit tests. We could enable thread sanitizing simply by:
$ VALGRIND_TOOL=helgrind VALGRIND_SUPPRESSIONS=path/to/helgrind.supp ctest
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kgiusti/dispatch DISPATCH-236-helgrind
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/qpid-dispatch/pull/57.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #57
----
commit ce73afb1ac41af4e13e38ba3a30d5329193b4c57
Author: Kenneth Giusti <[email protected]>
Date: 2016-03-10T20:56:44Z
DISPATCH-236: Allow the valgrind tool and suppression file to be customized.
----
> Provide thread sanitizer build option
> -------------------------------------
>
> Key: DISPATCH-236
> URL: https://issues.apache.org/jira/browse/DISPATCH-236
> Project: Qpid Dispatch
> Issue Type: Test
> Components: Router Node
> Affects Versions: 0.5
> Reporter: Ken Giusti
> Assignee: Ken Giusti
> Priority: Minor
> Fix For: 0.6
>
>
> GNU C versions >= 4.8 add the ability to enable run-time thread checking.
> Much like helgrind, but faster as it is built into the run time binary.
> Add a cmake configuration option to enable building the executable with
> run-time thread checking.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]