You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In /proc, process name maximal length is 15. We need thus to cut the
argument of _cukinia_process if it exceeds 15 characters.
Closessavoirfairelinux#38
joufella
pushed a commit
to joufella/cukinia
that referenced
this issue
Feb 21, 2019
In /proc, process name maximal length is 15. We need thus to cut the
argument of _cukinia_process if it exceeds 15 characters.
Closessavoirfairelinux#38
[jo: refine test and surrounding comment]
In /proc, process names max length is 15 (https://elixir.bootlin.com/linux/v4.8/source/include/linux/sched.h#L316)
so
will fail if process abcdefghijklmnop is running while
will not.
The text was updated successfully, but these errors were encountered: