diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-01-07 18:12:23 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-01-11 16:30:23 +0100 |
| commit | 44d1319aab39b23be41fbf75d9d37ef9aaa665f2 (patch) | |
| tree | 7f37ebf2b765c54a5bdc0b03f32b45d13ae0a86b /pkg/report/linux.go | |
| parent | b73576f020fed8963da4682f10920c16a6682254 (diff) | |
pkg/report: ignore ref_tracker frames
ref_tracker is a generic debugging facility,
the actual bug is (almost always) in the caller.
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index 72f0bb84e..4a55182d5 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1066,6 +1066,7 @@ var linuxStackParams = &stackParams{ "refcount_dec", "refcount_set", "refcount_read", + "ref_tracker", "seqprop_assert", "memcpy", "memcmp", |
