Ensure signals can't start new contexts too early.
This commit is contained in:
@@ -246,7 +246,7 @@ impl Context {
|
||||
handler: None,
|
||||
},
|
||||
umask: 0o022,
|
||||
status: Status::Blocked,
|
||||
status: Status::HardBlocked { reason: HardBlockedReason::NotYetStarted },
|
||||
status_reason: "",
|
||||
running: false,
|
||||
cpu_id: None,
|
||||
|
||||
Reference in New Issue
Block a user