summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2016-11-07 16:22:48 +0000
committerChristopher R. Palmer <crpalmer@gmail.com>2017-02-03 20:27:32 -0500
commit7551899e52da74feabc308fd610ef3757695f885 (patch)
tree36a24fe5751db8b794be89231e04b5f5f044d2a7 /Android.mk
parent26ff86c566c81a37209a80652ab533153aead79e (diff)
downloadframeworks_base-7551899e52da74feabc308fd610ef3757695f885.zip
frameworks_base-7551899e52da74feabc308fd610ef3757695f885.tar.gz
frameworks_base-7551899e52da74feabc308fd610ef3757695f885.tar.bz2
Zygote : Block SIGCHLD during fork.
Fix merge conflict into mnc-mr2-release We close the android logging related sockets prior as late as possible before every fork to avoid having to whitelist them. If one of the zygote's children dies after this point (but prior to the fork), we can end up reopening the logging sockets from the SIGCHLD signal handler. To prevent this from happening, block SIGCHLD during this critical section. Bug: 32693692 Test: Manual (cherry picked from commit e9a525829a354c92983a35455ccab16d1b0d3892) Zygote: Unblock SIGCHLD in the parent after fork. Follow up to change e9a525829a354c92983a. Allows the zygote to receive SIGCHLD again and prevents the zygote from getting into a zombie state if it's killed. Contributed-By: rhed_jao <rhed_jao@htc.com> Bug: 32693692 Test: manual (cherry picked from commit 1480dc3e97b661f5bfa3a5c2fbce72385b8d2be6) Change-Id: If89903a29c84dfc9b056f9e19618046874bba689
Diffstat (limited to 'Android.mk')
0 files changed, 0 insertions, 0 deletions