Skip to content

Commit b80c66b

Browse files
committed
jobutils: Detect libc++abi exception
1 parent 458d983 commit b80c66b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utilities/Tools/jobutils.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ taskwrapper() {
178178
-e \"bus error\" \
179179
-e \"Assertion.*failed\" \
180180
-e \"Fatal in\" \
181+
-e \"libc++abi.*terminating\" \
181182
-e \"There was a crash.\""
182183

183184
grepcommand="grep -H ${pattern} $logfile ${JOBUTILS_JOB_SUPERVISEDFILES} >> encountered_exceptions_list 2>/dev/null"

0 commit comments

Comments
 (0)