Skip to content

Commit

Permalink
one more error message to catch (Check failure stack trace)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Mar 20, 2024
1 parent 2388a50 commit c3bc347
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Conjure/UI/SolveStats.hs
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,14 @@ mkSolveStats Solve {..} (exitCodeSR, stdoutSR, stderrSR) rawInfo = do
[ T.isInfixOf msg combinedSR
| msg <-
[ "type error: undefined identifier",
"MiniZinc error", -- minizinc
"MiniZinc error: Memory violation detected and error message", -- minizinc
"Check failed: ParseFlatzincFile",
"parse error: unexpected end-of-file after parsing number of clauses",
"parse error: unexpected end-of-file after parsing number of clauses", -- kissat
"error: Cannot open file",
"kissat: error: can not read", -- kissat
"kissat: fatal error: maximum arena capacity", -- kissat
"Error: syntax error, unexpected ]]" -- cplex
"Error: syntax error, unexpected ]]", -- cplex
"*** Check failure stack trace: ***" -- or-tools
]
] =
Error
Expand Down

0 comments on commit c3bc347

Please sign in to comment.