New issue
Advanced search Search tips

Issue 656066 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug

Blocking:
issue 655936



Sign in to add a comment

[bvt-inline] security_SandboxedServices failure on lumpy-chrome-pfq

Project Member Reported by lpique@chromium.org, Oct 14 2016

Issue description

It happened on this build:

    https://uberchromegw.corp.google.com/i/chromeos/builders/lumpy-chrome-pfq/builds/9218

In the security_SandboxedServices.DEBUG logs for the run:

    https://pantheon.corp.google.com/storage/browser/chromeos-autotest-results/80837963-chromeos-test/

This is the relevant excerpt:

    CmdError: Command <awk '$1 ~ "^(Pid|CapInh|CapPrm|CapEff|CapBnd|Seccomp):" {printf "%s ", $NF; if ($1 == "Seccomp:") printf "\n"}' /proc/[1-9]*/status> failed, rc=2, Command returned non-zero exit status
    * Command: 
        awk '$1 ~ "^(Pid|CapInh|CapPrm|CapEff|CapBnd|Seccomp):" {printf "%s ",
        $NF; if ($1 == "Seccomp:") printf "\n"}' /proc/[1-9]*/status
    Exit status: 2
    Duration: 0.00886988639832
    stdout:
    1 0000000000000000 0000001fffffffff 0000001fffffffff 0000001fffffffff 0 
    [...]
    17635 0000000000000000 0000001fffffffff 0000001fffffffff 0000001fffffffff 0
    stderr:
    awk: cannot open /proc/17636/status (No such file or directory)

Looks like a simple race due to a process ending after the filename has been matched but before the path is opened.
 

Comment 1 by lpique@chromium.org, Oct 14 2016

Blocking: 655936

Comment 2 by vapier@chromium.org, Mar 17 2018

Owner: vapier@chromium.org
Status: Fixed (was: Untriaged)
we fixed this for  issue 652969  in https://chromium-review.googlesource.com/401178

Sign in to add a comment