|
From: Jeff F. <jef...@gm...> - 2018-02-13 00:08:44
|
Several years ago, Joe Link submitted a patch to allow specification of line numbers in suppression expressions ( https://sourceforge.net/p/valgrind/mailman/message/14023169/ ) However, this capability does not seem to be available today. I can't tell if just never got incorporated (or if it was incorporated but later eliminated) -- was there something in the underlying architecture that prevented/eliminated this capability? I need to ignore a set of benign data races in some complicated legacy code (that, for a variety of reasons, resists refactoring) without ignoring other potential issues in the encapsulating functions-- thus, I'm looking at the feasibility of [re-]adding this capability. Thanks, Jeff |
|
From: Ivo R. <iv...@iv...> - 2018-02-13 06:36:57
|
2018-02-13 1:08 GMT+01:00 Jeff Frontz <jef...@gm...>: > Several years ago, Joe Link submitted a patch to allow specification of line > numbers in suppression expressions > (https://sourceforge.net/p/valgrind/mailman/message/14023169/ ) > > However, this capability does not seem to be available today. I can't tell > if just never got incorporated (or if it was incorporated but later > eliminated) -- was there something in the underlying architecture that > prevented/eliminated this capability? As you suspected: the patch was never incorporated. If you would like to pursue it further, please file a bug as per http://valgrind.org/support/bug_reports.html and either revive the patch or propose something different. I. |
|
From: Jeff F. <jef...@gm...> - 2018-02-15 23:23:47
|
On Tue, Feb 13, 2018 at 1:36 AM, Ivo Raisr <iv...@iv...> wrote: > 2018-02-13 1:08 GMT+01:00 Jeff Frontz <jef...@gm...>: > > Several years ago, Joe Link submitted a patch to allow specification of > line > > numbers in suppression expressions > > (https://sourceforge.net/p/valgrind/mailman/message/14023169/ ) > > > > As you suspected: the patch was never incorporated. > > If you would like to pursue it further, please file a bug as per > http://valgrind.org/support/bug_reports.html > and either revive the patch or propose something different. > > Just for completeness, report filed: https://bugs.kde.org/show_bug. cgi?id=390471 Patch against 3.14.0 attached therein. |