From: Sergey Kaplun via Tarantool-patches <tarantool-patches@dev.tarantool.org> To: Sergey Bronnikov <sergeyb@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: Re: [Tarantool-patches] [PATCH luajit 1/3] ci: add track-fds Valgrind scenario Date: Fri, 6 Jun 2025 18:31:08 +0300 [thread overview] Message-ID: <aEMJvPwsdq-RZ2dK@root> (raw) In-Reply-To: <a9d29a74-12fc-4045-b044-c87ff0c2b99f@tarantool.org> Hi, Sergey! Thanks for the reply! Please see my answer below. On 06.06.25, Sergey Bronnikov wrote: > Hi, Sergey, > > > On 6/6/25 17:03, Sergey Kaplun wrote: > > Hi, Sergey! > > Thanks for the review! > > Please consider my answers below. > > > > On 06.06.25, Sergey Bronnikov wrote: > >> Hello, Sergey, > >> > >> Thanks for the patch! See my comments below. > >> > >> On 6/5/25 08:44, Sergey Kaplun wrote: > >>> This patch adds a new field, track-fds [1], in the Valgrind workflow > >>> matrix to detect descriptor leakage in the tests. > >>> > >>> [1]:https://valgrind.org/docs/manual/manual-core.html#opt.track-fds > >>> > >>> Needed for tarantool/tarantool#11278 > >>> --- > >>> .github/workflows/valgrind-testing.yaml | 9 ++++++++- > >>> 1 file changed, 8 insertions(+), 1 deletion(-) > >>> > >>> diff --git a/.github/workflows/valgrind-testing.yaml b/.github/workflows/valgrind-testing.yaml > >>> index e6606478..b3c7bc80 100644 > >>> --- a/.github/workflows/valgrind-testing.yaml > >>> +++ b/.github/workflows/valgrind-testing.yaml <snipped> > >>> @@ -59,6 +63,9 @@ jobs: > >>> - VALGRIND_SCENARIO: malloc-free-fill-0xff > >>> VALGRIND_OPTS: --leak-check=no --malloc-fill=0xff --free-fill=0xff > >>> JOB_POSTFIX: "malloc/free-fill: 0xff" > >>> + - VALGRIND_SCENARIO: track-fds > >> According to documentation, the option "print out a list of open file > >> descriptors on exit or on request". > >> > >> So the fd leak detection is semi-automated. How it should work on CI? > > The fd not checked on exit without this flag. I suppose the wording in > > the Valgrind's documentation isn't perfect. > > > > You may test it locally with and without the corresponding flag in > > the`VALGRIND_OPTS` env variable. > > FD leak is detected but test is passed: > > > UpdateCTestConfiguration from > :/home/sergeyb/sources/MRG/tarantool/third_party/luajit/build/gc64/DartConfiguration.tcl > UpdateCTestConfiguration from > :/home/sergeyb/sources/MRG/tarantool/third_party/luajit/build/gc64/DartConfiguration.tcl > Test project > /home/sergeyb/sources/MRG/tarantool/third_party/luajit/build/gc64 > Constructing a list of tests > Done constructing a list of tests > Updating test list for fixtures > Added 0 tests to meet fixture requirements > Checking test dependency graph... > Checking test dependency graph end > test 154 > Start 154: test/tarantool-tests/lj-1249-loadfile-fd-leak.test.lua > > 154: Test command: /bin/valgrind "--leak-check=no" "--track-fds=yes" > "--error-exitcode=1" > "--suppressions=/home/sergeyb/sources/MRG/tarantool/third_party/luajit/src/lj.supp" > "--suppressions=/home/sergeyb/sources/MRG/tarantool/third_party/luajit/src/lj_extra.supp" > "/home/sergeyb/sources/MRG/tarantool/third_party/luajit/build/gc64/src/luajit" > "-e" > "dofile[[/home/sergeyb/sources/MRG/tarantool/third_party/luajit/test/luajit-test-init.lua]]" > "/home/sergeyb/sources/MRG/tarantool/third_party/luajit/test/tarantool-tests/lj-1249-loadfile-fd-leak.test.lua" > 154: Working Directory: > /home/sergeyb/sources/MRG/tarantool/third_party/luajit/build/gc64/test/tarantool-tests > 154: Environment variables: > 154: > LUA_PATH=/home/sergeyb/sources/MRG/tarantool/third_party/luajit/test/tarantool-tests/?.lua;/home/sergeyb/sources/MRG/tarantool/third_party/luajit/test/tarantool-tests/?/init.lua;/home/sergeyb/sources/MRG/tarantool/third_party/luajit/src/?.lua;/home/sergeyb/sources/MRG/tarantool/third_party/luajit/build/gc64/src/?.lua;; > 154: LUAJIT_TEST_USE_VALGRIND=1 > 154: > LUA_CPATH=/home/sergeyb/sources/MRG/tarantool/third_party/luajit/build/gc64/test/tarantool-tests/utils/?.so; > 154: > LD_LIBRARY_PATH=/home/sergeyb/sources/MRG/tarantool/third_party/luajit/build/gc64/test/tarantool-tests/utils: > 154: Test timeout computed to be: 10000000 > 154: ==2176604== Memcheck, a memory error detector > 154: ==2176604== Copyright (C) 2002-2022, and GNU GPL'd, by Julian > Seward et al. > 154: ==2176604== Using Valgrind-3.22.0 and LibVEX; rerun with -h for > copyright info > 154: ==2176604== Command: > /home/sergeyb/sources/MRG/tarantool/third_party/luajit/build/gc64/src/luajit > -e > dofile[[/home/sergeyb/sources/MRG/tarantool/third_party/luajit/test/luajit-test-init.lua]] > /home/sergeyb/sources/MRG/tarantool/third_party/luajit/test/tarantool-tests/lj-1249-loadfile-fd-leak.test.lua > 154: ==2176604== > 154: TAP version 13 > 154: 1..4 > 154: ok - correct status, OOM on filename creation > 154: ok - correct error message, OOM on filename creation > 154: ok - correct status, OOM on error message creation > 154: ok - correct error message, OOM on error message creation > 154: ==2176604== > 154: ==2176604== FILE DESCRIPTORS: 5 open (3 std) at exit. > 154: ==2176604== Open file descriptor 4: /dev > 154: ==2176604== at 0x4ABB175: open (open64.c:41) > 154: ==2176604== by 0x4A31B0E: _IO_file_open (fileops.c:188) > 154: ==2176604== by 0x4A31E51: _IO_file_fopen@@GLIBC_2.2.5 > (fileops.c:281) > 154: ==2176604== by 0x4A25EE1: __fopen_internal (iofopen.c:75) > 154: ==2176604== by 0x4A25EE1: fopen@@GLIBC_2.2.5 (iofopen.c:86) > 154: ==2176604== by 0x1FAB1E: luaL_loadfilex (src/lj_load.c:92) > 154: ==2176604== by 0x217F18: lj_cf_loadfile (src/lib_base.c:384) > 154: ==2176604== by 0x2A19B9: lj_BC_FUNCC > (/home/sergeyb/sources/MRG/tarantool/third_party/luajit/build/gc64/src/lj_vm.S:899) > 154: ==2176604== by 0x1E7C81: lua_pcall (src/lj_api.c:1173) > 154: ==2176604== by 0x1D738F: docall (src/luajit.c:134) > 154: ==2176604== by 0x1D6E56: handle_script (src/luajit.c:304) > 154: ==2176604== by 0x1D615B: pmain (src/luajit.c:602) > 154: ==2176604== by 0x2A19B9: lj_BC_FUNCC > (/home/sergeyb/sources/MRG/tarantool/third_party/luajit/build/gc64/src/lj_vm.S:899) > 154: ==2176604== > 154: ==2176604== Open file descriptor 3: > /home/sergeyb/sources/MRG/tarantool/third_party/luajit/build/gc64/Testing/Temporary/LastTest.log.tmp > 154: ==2176604== <inherited from parent> > 154: ==2176604== > 154: ==2176604== > 154: ==2176604== HEAP SUMMARY: > 154: ==2176604== in use at exit: 472 bytes in 1 blocks > 154: ==2176604== total heap usage: 1,253 allocs, 1,252 frees, 179,771 > bytes allocated > 154: ==2176604== > 154: ==2176604== For a detailed leak analysis, rerun with: --leak-check=full > 154: ==2176604== > 154: ==2176604== For lists of detected and suppressed errors, rerun with: -s > 154: ==2176604== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 67 > from 18) > 1/1 Test #154: test/tarantool-tests/lj-1249-loadfile-fd-leak.test.lua > ... Passed 0.77 sec > > The following tests passed: > test/tarantool-tests/lj-1249-loadfile-fd-leak.test.lua > > 100% tests passed, 0 tests failed out of 1 > > Label Time Summary: > tarantool-tests = 0.77 sec*proc (1 test) > > Total Test time (real) = 0.79 sec Hm, this is weird: | UpdateCTestConfiguration from :/home/burii/builds_workspace/luajit/lj-1249-loadfile-fd-leak/DartConfiguration.tcl | UpdateCTestConfiguration from :/home/burii/builds_workspace/luajit/lj-1249-loadfile-fd-leak/DartConfiguration.tcl | Test project /home/burii/builds_workspace/luajit/lj-1249-loadfile-fd-leak | Constructing a list of tests | Done constructing a list of tests | Updating test list for fixtures | Added 0 tests to meet fixture requirements | Checking test dependency graph... | Checking test dependency graph end | test 154 | Start 154: test/tarantool-tests/lj-1249-loadfile-fd-leak.test.lua | | 154: Test command: /usr/bin/valgrind "--error-exitcode=1" "--suppressions=/home/burii/builds_workspace/luajit/lj-1249-loadfile-fd-leak/src/lj.supp" "--suppressions=/home/burii/builds_workspace/luajit/lj-1249-loadfile-fd-leak/src/lj_extra.supp" "/home/burii/builds_workspace/luajit/lj-1249-loadfile-fd-leak/src/luajit" "-e" "dofile[[/home/burii/builds_workspace/luajit/lj-1249-loadfile-fd-leak/test/luajit-test-init.lua]]" "/home/burii/builds_workspace/luajit/lj-1249-loadfile-fd-leak/test/tarantool-tests/lj-1249-loadfile-fd-leak.test.lua" | 154: Working Directory: /home/burii/builds_workspace/luajit/lj-1249-loadfile-fd-leak/test/tarantool-tests | 154: Environment variables: | 154: LUA_PATH=/home/burii/builds_workspace/luajit/lj-1249-loadfile-fd-leak/test/tarantool-tests/?.lua;/home/burii/builds_workspace/luajit/lj-1249-loadfile-fd-leak/test/tarantool-tests/?/init.lua;/home/burii/builds_workspace/luajit/lj-1249-loadfile-fd-leak/src/?.lua;/home/burii/builds_workspace/luajit/lj-1249-loadfile-fd-leak/src/?.lua;; | 154: LUAJIT_TEST_USE_VALGRIND=1 | 154: LUA_CPATH=/home/burii/builds_workspace/luajit/lj-1249-loadfile-fd-leak/test/tarantool-tests/utils/?.so; | 154: LD_LIBRARY_PATH=/home/burii/builds_workspace/luajit/lj-1249-loadfile-fd-leak/test/tarantool-tests/utils: | 154: Test timeout computed to be: 10000000 | 154: ==22564== Memcheck, a memory error detector | 154: ==22564== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al. | 154: ==22564== Using Valgrind-3.25.1 and LibVEX; rerun with -h for copyright info | 154: ==22564== Command: /home/burii/builds_workspace/luajit/lj-1249-loadfile-fd-leak/src/luajit -e dofile[[/home/burii/builds_workspace/luajit/lj-1249-loadfile-fd-leak/test/luajit-test-init.lua]] /home/burii/builds_workspace/luajit/lj-1249-loadfile-fd-leak/test/tarantool-tests/lj-1249-loadfile-fd-leak.test.lua | 154: ==22564== | 154: TAP version 13 | 154: 1..4 | 154: ok - correct status, OOM on filename creation | 154: ok - correct error message, OOM on filename creation | 154: ok - correct status, OOM on error message creation | 154: ok - correct error message, OOM on error message creation | 154: ==22564== | 154: ==22564== FILE DESCRIPTORS: 6 open (5 inherited) at exit. | 154: ==22564== Open file descriptor 4: /dev | 154: ==22564== at 0x4BB6640: open (in /lib64/libc.so.6) | 154: ==22564== by 0x4B39825: _IO_file_open (in /lib64/libc.so.6) | 154: ==22564== by 0x4B399C4: _IO_file_fopen@@GLIBC_2.2.5 (in /lib64/libc.so.6) | 154: ==22564== by 0x4B2DECC: __fopen_internal (in /lib64/libc.so.6) | 154: ==22564== by 0x40268AE: luaL_loadfilex (lj_load.c:92) | 154: ==22564== by 0x403C433: lj_cf_loadfile (lib_base.c:384) | 154: ==22564== by 0x40AF0E8: lj_BC_FUNCC (buildvm_x86.dasc:852) | 154: ==22564== by 0x40168B8: lua_pcall (lj_api.c:1173) | 154: ==22564== by 0x4008C21: docall (luajit.c:134) | 154: ==22564== by 0x400963A: handle_script (luajit.c:304) | 154: ==22564== by 0x400A559: pmain (luajit.c:602) | 154: ==22564== by 0x40AF0E8: lj_BC_FUNCC (buildvm_x86.dasc:852) | 154: ==22564== | 154: ==22564== | 154: ==22564== HEAP SUMMARY: | 154: ==22564== in use at exit: 472 bytes in 1 blocks | 154: ==22564== total heap usage: 1,248 allocs, 1,247 frees, 179,415 bytes allocated | 154: ==22564== | 154: ==22564== For a detailed leak analysis, rerun with: --leak-check=full | 154: ==22564== | 154: ==22564== For lists of detected and suppressed errors, rerun with: -s | 154: ==22564== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 66 from 18) | 1/1 Test #154: test/tarantool-tests/lj-1249-loadfile-fd-leak.test.lua ...***Failed 1.05 sec | | 0% tests passed, 1 tests failed out of 1 | | Label Time Summary: | tarantool-tests = 1.05 sec*proc (1 test) | | Total Test time (real) = 1.07 sec | | The following tests FAILED: | 154 - test/tarantool-tests/lj-1249-loadfile-fd-leak.test.lua (Failed) tarantool-tests | Errors while running CTest | Output from these tests are in: /home/burii/builds_workspace/luajit/lj-1249-loadfile-fd-leak/Testing/Temporary/LastTest.log | Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely. As you can see, `ERROR SUMMARY` is different from yours -- 1 error from 1 context. Also, I've tried multiple configurations, but all works the same. My valgrind version. | $ valgrind --version | valgrind-3.25.1 > > >>> + VALGRIND_OPTS: --leak-check=no --track-fds=yes > >>> + JOB_POSTFIX: "track-fds" > >>> runs-on: [self-hosted, regular, Linux, x86_64] > >>> name: > > >>> LuaJIT with Valgrind (Linux/x86_64) -- Best regards, Sergey Kaplun
next prev parent reply other threads:[~2025-06-06 15:31 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-06-05 5:44 [Tarantool-patches] [PATCH luajit 0/3] Fix descriptor leak in loadfile Sergey Kaplun via Tarantool-patches 2025-06-05 5:44 ` [Tarantool-patches] [PATCH luajit 1/3] ci: add track-fds Valgrind scenario Sergey Kaplun via Tarantool-patches 2025-06-06 13:56 ` Sergey Bronnikov via Tarantool-patches 2025-06-06 14:03 ` Sergey Kaplun via Tarantool-patches 2025-06-06 14:54 ` Sergey Bronnikov via Tarantool-patches 2025-06-06 15:31 ` Sergey Kaplun via Tarantool-patches [this message] 2025-06-05 5:44 ` [Tarantool-patches] [PATCH luajit 2/3] Fix potential file descriptor leak in luaL_loadfile*() Sergey Kaplun via Tarantool-patches 2025-06-06 14:47 ` Sergey Bronnikov via Tarantool-patches 2025-06-06 15:14 ` Sergey Kaplun via Tarantool-patches 2025-06-06 15:49 ` Sergey Bronnikov via Tarantool-patches 2025-06-05 5:44 ` [Tarantool-patches] [PATCH luajit 3/3] Fix another " Sergey Kaplun via Tarantool-patches
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=aEMJvPwsdq-RZ2dK@root \ --to=tarantool-patches@dev.tarantool.org \ --cc=sergeyb@tarantool.org \ --cc=skaplun@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH luajit 1/3] ci: add track-fds Valgrind scenario' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox