Sar sends SIGTERM to init
Bug #1511778 reported by
BrandonTomlinson
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| sysstat (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
This only affects Trusty and vivid releases, it was fixed upstream in https:/
At this point, trusty's sar can still pass SIGTERM (and other sigs) up to init.
We're able to reproduce with something like:
sar -b 1 100 > /dev/null &
kill -SIGKILL $! ; kill -SIGINT $(pidof sadc);
To post a comment you must log in.

Updated steps to reproduce:
sar -b 1 100 > /dev/null &
kill -SIGKILL $! ; kill -SIGINT $(pidof sadc);