[Tarantool-patches] [PATCH luajit 0/3] Improve error reporting on stack overflow.
Maksim Kokryashkin
max.kokryashkin at gmail.com
Sat Nov 18 02:41:13 MSK 2023
This patchset fixes error reporting on stack overflow for situation
when an xpcall error handler can use a bit more space.
Issues: https://github.com/luajit/luajit/issues/962
https://github.com/tarantool/tarantool/issues/9145
PR: https://github.com/tarantool/tarantool/pull/9380
Branch: https://github.com/tarantool/luajit/tree/fckxorg/lj-962-error-reporting-on-stack-overflow
Mike Pall (3):
Improve error reporting on stack overflow.
Cleanup stack overflow handling.
Follow-up fix for stack overflow handling cleanup.
src/lj_state.c | 15 +++--
.../lj-962-premature-stack-overflow.test.c | 64 +++++++++++++++++++
.../lj-603-err-snap-restore.test.lua | 1 +
.../lj-962-stack-overflow-report.test.lua | 24 +++++++
4 files changed, 100 insertions(+), 4 deletions(-)
create mode 100644 test/tarantool-c-tests/lj-962-premature-stack-overflow.test.c
create mode 100644 test/tarantool-tests/lj-962-stack-overflow-report.test.lua
--
2.39.3 (Apple Git-145)
More information about the Tarantool-patches
mailing list