Skip to content

Commit b6f246d

Browse files
committed
Catch arrow Check failed/assert to prevent DPL workflow hangs
1 parent 950ae12 commit b6f246d

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
@@ -183,6 +183,7 @@ taskwrapper() {
183183
-e \"Fatal in\" \
184184
-e \"libc++abi.*terminating\" \
185185
-e \"There was a crash.\" \
186+
-e \"arrow.*Check failed\" \
186187
-e \"\*\*\* Error in\"" # <--- LIBC fatal error messages
187188

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

0 commit comments

Comments
 (0)