On Tue, 6 Dec 2022 at 06:51, Sebastian Ramacher <sramac...@debian.org>
wrote:

> FAIL: check_fatal_proc_unmounted
> FAIL library/tests/test_pids (exit status: 1)
>
Not sure why the s390 (correctly) failed this test.

The issue is that the second value, which is the process VSS returns 0 so
it fails.
The failed check is at [1]
The VSS is not zero, but its not an unsigned int either, its a ul_int.
Changing that line passes the test on zelenka.

[1]
https://gitlab.com/procps-ng/procps/-/blob/master/library/tests/test_pids.c#L60

Reply via email to