| android Programming Glossary: statusoutRuntime.exec() bug: hangs without providing a Process object http://stackoverflow.com/questions/8688382/runtime-exec-bug-hangs-without-providing-a-process-object  statusIn Though the child process is not supposed to block on it That's what the child does if started at all Make statusOut automatically close if execvp succeeds. fcntl statusOut F_SETFD FD_CLOEXEC  make the parent will not block Close remaining.. block on it That's what the child does if started at all Make statusOut automatically close if execvp succeeds. fcntl statusOut F_SETFD FD_CLOEXEC  make the parent will not block Close remaining unwanted open fds. closeNonStandardFds statusOut androidSystemPropertiesFd.. statusOut F_SETFD FD_CLOEXEC  make the parent will not block Close remaining unwanted open fds. closeNonStandardFds statusOut androidSystemPropertiesFd hangs here sometimes ... execvp commands 0 commands If we got here execvp failed or the working.. 
 |