We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1ff72 commit 8270d0bCopy full SHA for 8270d0b
src/clusterfuzz/stacktraces/constants.py
@@ -191,6 +191,7 @@
191
r'Failure description: out-of-memory', # Centipede old.
192
r'========= RSS limit exceeded:', # Centipede new.
193
r'A device memory allocation has failed\.', # To detect gpu OOM errors.
194
+ r'__rust_alloc_error_handler', # Rust allocation failure on OOM.
195
]))
196
RUNTIME_ERROR_REGEX = re.compile(r'#\s*Runtime error in (.*)')
197
RUNTIME_ERROR_LINE_REGEX = re.compile(r'#\s*Runtime error in (.*), line [0-9]+')
0 commit comments