aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/report/gvisor.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/report/gvisor.go b/pkg/report/gvisor.go
index dbee07bc3..958e98975 100644
--- a/pkg/report/gvisor.go
+++ b/pkg/report/gvisor.go
@@ -28,6 +28,7 @@ func ctorGvisor(cfg *config) (Reporter, []string, error) {
"panic: executor failed: pthread_create failed", // PID exhaustion
"panic: failed to start executor binary",
"panic: error mapping run data: error mapping runData: cannot allocate memory",
+ "race: limit on 8128 simultaneously alive goroutines is exceeded, dying",
"ERROR: ThreadSanitizer", // Go race failing due to OOM.
"FATAL: ThreadSanitizer",
}