Brice Goglin writes:
> Le 10/04/2020 à 14:33, Alex Bennée a écrit :
>> That was by inspection on my system which seems to truncate a lot
>> earlier. It would be nice to find where in the Linux kernel it is
>> output but I failed to grep the relevant function last night.
>
>
> It's in proc/array
On 4/9/20 2:15 PM, Alex Bennée wrote:
> In the original bug report long files names in Guix caused
> /proc/self/stat be truncated without the trailing ") " as specified in
> proc manpage which says:
> (2) comm %s
>The filename of the executable, in parentheses. This
>
Le 10/04/2020 à 14:33, Alex Bennée a écrit :
> That was by inspection on my system which seems to truncate a lot
> earlier. It would be nice to find where in the Linux kernel it is
> output but I failed to grep the relevant function last night.
It's in proc/array.c, do_task_stat() calls proc_task
On 4/10/20 2:33 PM, Alex Bennée wrote:
That was by inspection on my system which seems to truncate a lot
earlier. It would be nice to find where in the Linux kernel it is output
but I failed to grep the relevant function last night.
OK. Patch is correct with this value, so:
Reviewed-by: Philip
That was by inspection on my system which seems to truncate a lot earlier.
It would be nice to find where in the Linux kernel it is output but I
failed to grep the relevant function last night.
On Fri, 10 Apr 2020, 12:11 Philippe Mathieu-Daudé,
wrote:
> Cc'ing Ludovic in case he can test with Gu
Cc'ing Ludovic in case he can test with Guix-HPC.
On 4/9/20 11:15 PM, Alex Bennée wrote:
In the original bug report long files names in Guix caused
/proc/self/stat be truncated without the trailing ") " as specified in
proc manpage which says:
(2) comm %s
The filename of the e
In the original bug report long files names in Guix caused
/proc/self/stat be truncated without the trailing ") " as specified in
proc manpage which says:
(2) comm %s
The filename of the executable, in parentheses. This
is visible whether or not the executable is swa