mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-12 06:50:31 +00:00
Merge pull request #1338 from prattmic/patch-3
pkg/report: ignore exceeded race limits
This commit is contained in:
parent
b231f4c271
commit
d003d6d021
@ -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",
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user