From 44d1319aab39b23be41fbf75d9d37ef9aaa665f2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 7 Jan 2022 18:12:23 +0100 Subject: pkg/report: ignore ref_tracker frames ref_tracker is a generic debugging facility, the actual bug is (almost always) in the caller. --- pkg/report/linux.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/report/linux.go') 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", -- cgit mrf-deployment