New issue
Advanced search Search tips

Issue 760894 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Boot process continues for a while even after a task init job invokes reboot

Project Member Reported by mnissler@chromium.org, Aug 31 2017

Issue description

My expectation would be that all boot jobs that depend on an event that is guaranteed to take place after the reboot invocation returns won't actually get started.

Experiments prove that this is not the case: If you put one (task) job that does a reboot, and then have a second job depending on the first append a line to a file, the line will end up in the file.

Given multiple people are surprised by this behavior and the risk of it causing subtle issues due to reboot taking place at the "wrong" time, we should look into upstart logic to see whether this is intended behavior or should be fixed.
 
Components: OS>Systems>Security
Mattias is this still something you'd like investigated?
Unless it's already investigated, I'd like to know the answer if it's intended or not. :)

In the past caused bugs like issue 759566, and CLs like https://crrev.com/c/642548.

Sign in to add a comment