vm->exiting: deal with exit_group() and concurrent page faults

This commit is contained in:
Balazs Gerofi
2015-03-22 18:04:12 +09:00
committed by Balazs Gerofi
parent fbb776e4fb
commit 4ebe778ede
4 changed files with 27 additions and 2 deletions

View File

@@ -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();