From: Sergey Kaplun via Tarantool-patches <tarantool-patches@dev.tarantool.org> To: Sergey Bronnikov <sergeyb@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH luajit 0/3] Fixes for the concat metamethod. Date: Mon, 10 Mar 2025 17:51:34 +0300 [thread overview] Message-ID: <cover.1741617766.git.skaplun@tarantool.org> (raw) This patch set fixes the case of the OOM during the concatenation recording. Unfortunately, it takes 2 commits. See details in the corresponding letters. Also, it refactors tests using alloc injections -- now they use the single module with predefined functions. Branch: https://github.com/tarantool/luajit/tree/skaplun/lj-1298-oom-on-concat-recording Note: CI is red due to problems with the integration testing. See also: https://github.com/tarantool/tarantool/pull/11220 Related issues: * https://github.com/tarantool/tarantool/issues/11055 * https://github.com/LuaJIT/LuaJIT/issues/1298 * https://github.com/LuaJIT/LuaJIT/issues/1338 Mike Pall (2): Restore state when recording __concat metamethod throws OOM. Fix state restore when recording __concat metamethod. Sergey Kaplun (1): test: unify helpers for a custom allocator setting src/lj_record.c | 58 +++++++---- test/tarantool-tests/CMakeLists.txt | 5 +- .../lj-1166-error-stitch-oom-ir-buff.test.lua | 2 +- ...j-1166-error-stitch-oom-snap-buff.test.lua | 2 +- .../lj-1166-error-stitch/allocinject.c | 52 ---------- ...j-1247-fin-tab-rehashing-on-trace.test.lua | 4 +- .../CMakeLists.txt | 2 - .../lj_1247_allocinject.c | 49 ---------- .../lj-1298-oom-on-concat-recording.test.lua | 53 ++++++++++ .../CMakeLists.txt | 2 + test/tarantool-tests/utils/allocinject.c | 97 +++++++++++++++++++ 11 files changed, 198 insertions(+), 128 deletions(-) delete mode 100644 test/tarantool-tests/lj-1166-error-stitch/allocinject.c delete mode 100644 test/tarantool-tests/lj-1247-fin-tab-rehashing-on-trace/CMakeLists.txt delete mode 100644 test/tarantool-tests/lj-1247-fin-tab-rehashing-on-trace/lj_1247_allocinject.c create mode 100644 test/tarantool-tests/lj-1298-oom-on-concat-recording.test.lua rename test/tarantool-tests/{lj-1166-error-stitch => utils}/CMakeLists.txt (64%) create mode 100644 test/tarantool-tests/utils/allocinject.c -- 2.48.1
next reply other threads:[~2025-03-10 14:51 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-03-10 14:51 Sergey Kaplun via Tarantool-patches [this message] 2025-03-10 14:51 ` [Tarantool-patches] [PATCH luajit 1/3] test: unify helpers for a custom allocator setting Sergey Kaplun via Tarantool-patches 2025-03-11 11:32 ` Sergey Bronnikov via Tarantool-patches 2025-03-11 12:38 ` Sergey Kaplun via Tarantool-patches 2025-03-11 14:45 ` Sergey Bronnikov via Tarantool-patches 2025-03-10 14:51 ` [Tarantool-patches] [PATCH luajit 2/3] Restore state when recording __concat metamethod throws OOM Sergey Kaplun via Tarantool-patches 2025-03-11 12:01 ` Sergey Bronnikov via Tarantool-patches 2025-03-11 12:37 ` Sergey Kaplun via Tarantool-patches 2025-03-11 14:46 ` Sergey Bronnikov via Tarantool-patches 2025-03-10 14:51 ` [Tarantool-patches] [PATCH luajit 3/3] Fix state restore when recording __concat metamethod Sergey Kaplun via Tarantool-patches 2025-03-12 7:53 ` Sergey Bronnikov via Tarantool-patches 2025-03-13 10:28 ` Sergey Kaplun via Tarantool-patches 2025-03-14 10:53 ` Sergey Bronnikov via Tarantool-patches 2025-03-26 8:55 ` [Tarantool-patches] [PATCH luajit 0/3] Fixes for the concat metamethod 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=cover.1741617766.git.skaplun@tarantool.org \ --to=tarantool-patches@dev.tarantool.org \ --cc=sergeyb@tarantool.org \ --cc=skaplun@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH luajit 0/3] Fixes for the concat metamethod.' \ /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