mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 08:53:29 +00:00
Refactor unix stream socket implementation
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
93429ae2c9
commit
3f15bcaf5d
@ -72,7 +72,7 @@ pub fn handle_pending_signal(context: &mut UserContext) -> Result<()> {
|
||||
SigDefaultAction::Core | SigDefaultAction::Term => {
|
||||
warn!(
|
||||
"{:?}: terminating on signal {}",
|
||||
current.executable_path().read(),
|
||||
&*current.executable_path().read(),
|
||||
sig_num.sig_name()
|
||||
);
|
||||
// FIXME: How to set correct status if process is terminated
|
||||
|
Reference in New Issue
Block a user