From 579a875477d8f31f2d49aeb00628628a8ce5f340 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 4 Dec 2021 12:13:08 +0100 Subject: pkg/report: skip __read_once_word_nocheck frames These are not the root cause of bugs and should be skipped. --- 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 fd8ae2cbe..7ae8a59ce 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -996,6 +996,7 @@ var linuxStackParams = &stackParams{ "kcsan_setup_watchpoint", "check_memory_region", "read_word_at_a_time", + "(read|write)_once_.*nocheck", "print_address_description", "panic", "invalid_op", -- cgit mrf-deployment