We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458d983 commit b80c66bCopy full SHA for b80c66b
Utilities/Tools/jobutils.sh
@@ -178,6 +178,7 @@ taskwrapper() {
178
-e \"bus error\" \
179
-e \"Assertion.*failed\" \
180
-e \"Fatal in\" \
181
+ -e \"libc++abi.*terminating\" \
182
-e \"There was a crash.\""
183
184
grepcommand="grep -H ${pattern} $logfile ${JOBUTILS_JOB_SUPERVISEDFILES} >> encountered_exceptions_list 2>/dev/null"
0 commit comments