Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep working with PID#1 #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Nov 13, 2024

  1. Keep working with PID#1

    Do not skip the first sample for PID#1
    
    The continue statement was introduced very early with commit 5da71e1
    in the original reposiotory before bootchart was merged into systemd,
    when there was little code at the end of the while loop and apparently
    skipping it didn't hurt. Specifically commit 9b004a7 introduces
    still_runnig flag which is never set for PID#1 which makes it subject
    to garbage collection in garbage_collect_dead_processes().
    Łukasz Stelmach committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9db4dec View commit details
    Browse the repository at this point in the history