There was an error while loading. Please reload this page.
1 parent 16f8040 commit 5c9b29fCopy full SHA for 5c9b29f
1 file changed
Utilities/Tools/jobutils.sh
@@ -184,6 +184,7 @@ taskwrapper() {
184
-e \"libc++abi.*terminating\" \
185
-e \"There was a crash.\" \
186
-e \"arrow.*Check failed\" \
187
+ -e \"terminate called after\" \
188
-e \"\*\*\* Error in\"" # <--- LIBC fatal error messages
189
190
grepcommand="grep -a -H ${pattern} $logfile ${JOBUTILS_JOB_SUPERVISEDFILES} >> encountered_exceptions_list 2>/dev/null"
0 commit comments