When receiving a signal during fuex processing, the signal is not processed.
This commit is contained in:
@@ -1297,6 +1297,9 @@ done:
|
||||
sched_wakeup_thread(tthread, PS_STOPPED);
|
||||
tthread->proc->status = PS_RUNNING;
|
||||
}
|
||||
else {
|
||||
sched_wakeup_thread(tthread, PS_INTERRUPTIBLE);
|
||||
}
|
||||
}
|
||||
}
|
||||
release_thread(tthread);
|
||||
|
||||
Reference in New Issue
Block a user