vm->exiting: deal with exit_group() and concurrent page faults
This commit is contained in:
committed by
Balazs Gerofi
parent
fbb776e4fb
commit
4ebe778ede
@@ -3604,8 +3604,9 @@ SYSCALL_DECLARE(exit)
|
||||
|
||||
proc->ftn->status = PS_ZOMBIE;
|
||||
|
||||
release_fork_tree_node(proc->ftn->parent);
|
||||
release_fork_tree_node(proc->ftn);
|
||||
release_process(proc);
|
||||
//release_process(proc);
|
||||
|
||||
schedule();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user