[Tarantool-patches] [PATCH luajit 0/2] Fix frames for on trace errors

Igor Munkin imun at tarantool.org
Wed Sep 27 15:33:28 MSK 2023


Max,

I've checked the patchset into tarantool/master branch in
tarantool/luajit and bumped a new version in master.

On 05.09.23, Maxim Kokryashkin via Tarantool-patches wrote:
> This patchset fixes frames for OOM and TABOV on-trace errors.
> Tests are disabled on macOS because of macOS 12 issues with
> old version of libunwind.
> 
> PR: https://github.com/tarantool/tarantool/pull/8909
> Branch: https://github.com/tarantool/luajit/tree/fckxorg/lj-1004-oom-error-frame
> Issues:
> https://github.com/luajit/luajit/issues/1004
> https://github.com/luajit/luajit/issues/1034
> 
> Maxim Kokryashkin (1):
>   Fix frame for on-trace out-of-memory error.
> 
> Mike Pall (1):
>   Fix frame for more types of on-trace error messages.
> 
>  src/lj_err.c                                  |  8 +++++
>  test/tarantool-tests/CMakeLists.txt           |  1 +
>  .../lj-1004-oom-error-frame.test.lua          | 36 +++++++++++++++++++
>  .../lj-1004-oom-error-frame/CMakeLists.txt    |  1 +
>  .../lj-1004-oom-error-frame/testoomframe.c    | 17 +++++++++
>  .../lj-1034-tabov-error-frame.test.lua        | 27 ++++++++++++++
>  6 files changed, 90 insertions(+)
>  create mode 100644 test/tarantool-tests/lj-1004-oom-error-frame.test.lua
>  create mode 100644 test/tarantool-tests/lj-1004-oom-error-frame/CMakeLists.txt
>  create mode 100644 test/tarantool-tests/lj-1004-oom-error-frame/testoomframe.c
>  create mode 100644 test/tarantool-tests/lj-1034-tabov-error-frame.test.lua
> 
> --
> 2.41.0
> 

-- 
Best regards,
IM


More information about the Tarantool-patches mailing list