summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proc/mgt.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/proc/mgt.c b/proc/mgt.c
index 7b12b00f..c6e045a1 100644
--- a/proc/mgt.c
+++ b/proc/mgt.c
@@ -753,6 +753,9 @@ process_has_exited (struct proc *p)
condition_broadcast (&p->p_wakeup);
p->p_dead = 1;
+
+ /* Cancel any outstanding RPCs done on behalf of the dying process. */
+ ports_interrupt_rpcs (p);
}
void