You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When minion::spawn returns an error, invoker returns OK with spawn_error set to true. However, sometimes this indicates that sandbox failed before even starting a command. This should be considered as a failure.
The text was updated successfully, but these errors were encountered:
Launch failure can have legitimate reasons. E.g. some compilers can produce invalid binary given invalid programs.
Currently. I don't see good criteria for distinction "a launch error caused by an error in the program | a launch error caused by an error in the invoke request | a launch error caused by a bug in the invoker".
When minion::spawn returns an error, invoker returns OK with spawn_error set to true. However, sometimes this indicates that sandbox failed before even starting a command. This should be considered as a failure.
The text was updated successfully, but these errors were encountered: