In the Linux universe, the file /proc/sys/kernel/pid_max contains a single long integer indicating the max value for numbers of processes. I decided to read it to test if /proc/self is in between pid_min and pid_max for a test for #1709. Unfortunately :
In the Linux universe, the file
/proc/sys/kernel/pid_max
contains a single long integer indicating the max value for numbers of processes. I decided to read it to test if /proc/self is in between pid_min and pid_max for a test for #1709. Unfortunately :It should not stop like that !
(testing on others files with and without CR gave same message)
If I provide a format it is now OK