killall --older-than aborts if some process is just created
Old location for psmisc
Brought to you by:
csmall
error message:
killall: killall.c:386: kill_all: Assertion `process_age_sec > 0' failed.
-bash: line 129: 7182 Aborted killall --older-than 120s --verbose -- ps
reproduce on debian squeeze psmisc (22.11-1)
for i in $(seq 1 100); do killall --older-than 120s --verbose -- ps; done & for j in $(seq 1 100); do ps > /dev/null ; done
Anonymous
This is a deplicate of Debian Bug 628617 (http://bugs.debian.org/628617) and was fixed in commit [76e755]
Related
Commit: [76e755]
Last edit: Craig Small 2014-01-31