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

Maxim Kokryashkin max.kokryashkin at gmail.com
Tue Sep 5 13:39:13 MSK 2023


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



More information about the Tarantool-patches mailing list