Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Issue 166193002: Setuid sandbox: exit(2) on SIGABRT (Closed)

Created:
6 years, 10 months ago by jln (very slow on Chromium)
Modified:
6 years, 10 months ago
CC:
chromium-reviews, agl, jln+watch_chromium.org
Visibility:
Public.

Description

Setuid 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@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251271

Patch Set 1 #

Patch Set 2 : Ignore write(2) return value. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -0 lines) Patch
M sandbox/linux/suid/sandbox.c View 1 2 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jln (very slow on Chromium)
Committed patchset #2 manually as r251271 (tree was closed).
6 years, 10 months ago (2014-02-14 07:37:40 UTC) #1
wibling-chromium
A revert of this CL has been created in https://codereview.chromium.org/166253003/ by wibling@chromium.org. The reason for ...
6 years, 10 months ago (2014-02-14 09:14:48 UTC) #2
jln (very slow on Chromium)
6 years, 10 months ago (2014-02-14 17:52:40 UTC) #3
Message was sent while issue was closed.
On 2014/02/14 09:14:48, wibling-chromium wrote:
> A revert of this CL has been created in
> https://codereview.chromium.org/166253003/ by mailto:wibling@chromium.org.
> 
> The reason for reverting is: Broke the non-layout linux_tests compile..

Do you have a link to this failure? I can't find anything. Which bot was it?

Powered by Google App Engine
This is Rietveld 408576698