DescriptionSetuid sandbox: exit(2) on SIGABRT
The setuid sandbox waits on its one child and then dies
afterwards.
When receiving SIGABRT, instead of dumping core, simply exit the
process. There is no interesting information to be gathered from
knowing that the process is inside waitid(2), one should look at
the child process instead.
This patch is in hope to reduce red herrings.
BUG=334345
TBR=jorgelo
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251459
Patch Set 1 #Patch Set 2 : Ignore return value more explicitly. #Messages
Total messages: 3 (0 generated)
|