mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 21:42:19 +03:00
Add Exception as a keyword for detecting error in EMS step
This commit is contained in:
parent
753b6f00c9
commit
a975e3d32d
@ -1354,7 +1354,7 @@ sub check_if_crashed {
|
||||
'died at','exit code','permission denied',
|
||||
'segmentation fault','abort',
|
||||
'no space left on device',
|
||||
'can\'t locate', 'unrecognized option') {
|
||||
'can\'t locate', 'unrecognized option', 'Exception') {
|
||||
if (/$pattern/i) {
|
||||
my $not_error = 0;
|
||||
if (defined($NOT_ERROR{&defined_step_id($i)})) {
|
||||
|
Loading…
Reference in New Issue
Block a user