Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH luajit 0/3] Fixes for the concat metamethod.
@ 2025-03-10 14:51 Sergey Kaplun via Tarantool-patches
  2025-03-10 14:51 ` [Tarantool-patches] [PATCH luajit 1/3] test: unify helpers for a custom allocator setting Sergey Kaplun via Tarantool-patches
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Sergey Kaplun via Tarantool-patches @ 2025-03-10 14:51 UTC (permalink / raw)
  To: Sergey Bronnikov; +Cc: tarantool-patches

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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-03-26  8:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-10 14:51 [Tarantool-patches] [PATCH luajit 0/3] Fixes for the concat metamethod Sergey Kaplun via Tarantool-patches
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox