Skip to content

Commit 5c9b29f

Browse files
committed
adjust jobutils error detection pattern
1 parent 16f8040 commit 5c9b29f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Utilities/Tools/jobutils.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ taskwrapper() {
184184
-e \"libc++abi.*terminating\" \
185185
-e \"There was a crash.\" \
186186
-e \"arrow.*Check failed\" \
187+
-e \"terminate called after\" \
187188
-e \"\*\*\* Error in\"" # <--- LIBC fatal error messages
188189

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

0 commit comments

Comments
 (0)