diff options
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index fbb5674e3..7b9238904 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -730,6 +730,13 @@ var linuxOopses = []*oops{ }, }, { + title: compile("BUG: workqueue leaked lock or atomic"), + report: compile("BUG: workqueue leaked lock or atomic(?:.*\\n)+?" + + ".*last function: ([a-zA-Z0-9_]+)\\n"), + fmt: "BUG: workqueue leaked lock or atomic in %[1]v", + noStackTrace: true, + }, + { title: compile("BUG: executor-detected bug"), fmt: "BUG: executor-detected bug", noStackTrace: true, |
