From f3cab5934d105412ced7a190300e5fb58d4ff425 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 13 Nov 2022 17:55:39 +0100 Subject: pkg/report: skip debug objects frames --- pkg/report/linux.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/report/linux.go') diff --git a/pkg/report/linux.go b/pkg/report/linux.go index a36711936..67487216c 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -1040,6 +1040,8 @@ var linuxStackParams = &stackParams{ "kmsan", "kcsan_setup_watchpoint", "check_memory_region", + "check_heap_object", + "check_object", "read_word_at_a_time", "(read|write)_once_.*nocheck", "print_address_description", -- cgit mrf-deployment