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 hopes to reduce red herrings.
BUG=334345
NOTRY=true
R=jorgelo@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251265
Patch Set 1 #
Total comments: 6
Patch Set 2 : Address nit. #Messages
Total messages: 10 (0 generated)
|