[Bugs] [Bug 1728047] interrupts leak memory

bugzilla at redhat.com bugzilla at redhat.com
Mon Jul 8 22:11:10 UTC 2019


https://bugzilla.redhat.com/show_bug.cgi?id=1728047



--- Comment #1 from Csaba Henk <csaba at redhat.com> ---
Command in reproduction step 3. is incomplete. It should be:

  $ while :; do ./open_and_sleep <SOME-FILE> | { sleep 0.1; xargs -n1 kill
-INT; }; done

Improved version which also displays a counter:

  $ i=1; while :; do echo -en "\r$i  "; ./open_and_sleep <SOME-FILE> | { sleep
0.1; xargs -n1 kill -INT; }; i=$(($i+1)); done

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Bugs mailing list