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