kopia lustrzana https://github.com/OpenDroneMap/WebODM
More friendly error for TerminatedWorkerError
rodzic
c810c6c030
commit
1a49bb937b
|
@ -227,6 +227,7 @@ class TaskListItem extends React.Component {
|
|||
line.indexOf("MemoryError") !== -1 ||
|
||||
line.indexOf("std::bad_alloc") !== -1 ||
|
||||
line.indexOf("Child returned 137") !== -1 ||
|
||||
line.indexOf("loky.process_executor.TerminatedWorkerError:") !== -1 ||
|
||||
line.indexOf("Failed to allocate memory") !== -1){
|
||||
this.setState({memoryError: true});
|
||||
}else if (line.indexOf("SVD did not converge") !== -1){
|
||||
|
|
Ładowanie…
Reference in New Issue