Skip to content
Snippets Groups Projects
Commit 7cacc98e authored by Stewart Martin-Haugh's avatar Stewart Martin-Haugh Committed by Atlas Nightlybuild
Browse files

Merge branch 'checklog-add-illegal-instr' into 'master'

Add "illegal instruction" to check_log patterns

See merge request atlas/athena!24401

(cherry picked from commit 0bddef34)

6798e43b Add "illegal instruction" to check_log patterns
parent 6fb94141
No related branches found
No related tags found
1 merge request!24423Sweeping !24401 from master to 21.1. Add "illegal instruction" to check_log patterns
Pipeline #938363 passed
......@@ -101,7 +101,7 @@ sub scan_logfile(){
@patterns=();
if ($errors) {
push @patterns, "^ERROR | ERROR | FATAL |CRITICAL |ABORT_CHAIN ";
push @patterns, "^Exception\:|^Caught signal|^Core dump|Traceback|Shortened traceback|stack trace|^Algorithm stack\:|IncludeError|ImportError|AttributeError|inconsistent use of tabs and spaces in indentation|glibc detected|tcmalloc\: allocation failed|athenaHLT.py\: error"
push @patterns, "^Exception\:|^Caught signal|^Core dump|Traceback|Shortened traceback|stack trace|^Algorithm stack\:|IncludeError|ImportError|AttributeError|inconsistent use of tabs and spaces in indentation|glibc detected|tcmalloc\: allocation failed|athenaHLT.py\: error|illegal instruction"
}
if ($warnings) {
push @patterns, "WARNING ";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment