Skip to content
Snippets Groups Projects

Add "illegal instruction" to check_log patterns

Merged Rafal Bielski requested to merge checklog-add-illegal-instr into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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 ";
Loading