https://bugs.kde.org/show_bug.cgi?id=504341
--- Comment #3 from mcer...@redhat.com --- Created attachment 181502 --> https://bugs.kde.org/attachment.cgi?id=181502&action=edit possible patch Indeed, with your update the testcase works as expected: 41$ ./vg-in-place --tool=none --trace-syscalls=no ./auxprogs/auxchecks/ltp-full-20250130/testcases/kernel/syscalls/setrlimit/setrlimit05 ==3870247== Nulgrind, the minimal Valgrind tool ==3870247== Copyright (C) 2002-2024, and GNU GPL'd, by Nicholas Nethercote et al. ==3870247== Using Valgrind-3.26.0.GIT and LibVEX; rerun with -h for copyright info ==3870247== Command: ./auxprogs/auxchecks/ltp-full-20250130/testcases/kernel/syscalls/setrlimit/setrlimit05 ==3870247== tst_test.c:1900: TINFO: LTP version: VALGRIND_3_25_0-35-gc0791f593 tst_test.c:1904: TINFO: Tested kernel: 6.12.9-200.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 9 16:05:40 UTC 2025 x86_64 tst_kconfig.c:88: TINFO: Parsing kernel config '/lib/modules/6.12.9-200.fc41.x86_64/config' tst_test.c:1722: TINFO: Overall timeout per run is 0h 00m 30s setrlimit05.c:37: TPASS: setrlimit() failed as expected: EFAULT (14) ==3870254== ==3870253== Summary: passed 1 failed 0 broken 0 skipped 0 warnings 0 ==3870247== 41$ strace -qq -eprlimit64 --raw=all --signal='!all' -f auxprogs/auxchecks/ltp-full-20250130/testcases/kernel/syscalls/setrlimit/setrlimit05 prlimit64(0, 0x3, 0, 0x7ffc030e89c0) = 0 tst_test.c:1900: TINFO: LTP version: VALGRIND_3_25_0-35-gc0791f593 tst_test.c:1904: TINFO: Tested kernel: 6.12.9-200.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 9 16:05:40 UTC 2025 x86_64 tst_kconfig.c:88: TINFO: Parsing kernel config '/lib/modules/6.12.9-200.fc41.x86_64/config' tst_test.c:1722: TINFO: Overall timeout per run is 0h 00m 30s [pid 3870266] prlimit64(0, 0x7, 0x7f676f208000, 0) = -1 EFAULT (Bad address) setrlimit05.c:37: TPASS: setrlimit() failed as expected: EFAULT (14) Summary: passed 1 failed 0 broken 0 skipped 0 warnings 0 41$ ./auxprogs/auxchecks/ltp-full-20250130/testcases/kernel/syscalls/setrlimit/setrlimit05 tst_test.c:1900: TINFO: LTP version: VALGRIND_3_25_0-35-gc0791f593 tst_test.c:1904: TINFO: Tested kernel: 6.12.9-200.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 9 16:05:40 UTC 2025 x86_64 tst_kconfig.c:88: TINFO: Parsing kernel config '/lib/modules/6.12.9-200.fc41.x86_64/config' tst_test.c:1722: TINFO: Overall timeout per run is 0h 00m 30s setrlimit05.c:37: TPASS: setrlimit() failed as expected: EFAULT (14) Summary: passed 1 failed 0 broken 0 skipped 0 warnings 0 41$ -- You are receiving this mail because: You are watching all bug changes.