[Tarantool-patches] [PATCH luajit 0/2] Fix handling errors on snapshot restore

Igor Munkin imun at tarantool.org
Wed Aug 10 17:35:16 MSK 2022


Sergey,

I've checked the patchset into all long-term branches in
tarantool/luajit and bumped a new version in master, 2.10 and 1.10.

On 31.07.22, Sergey Kaplun wrote:
> Branch: https://github.com/tarantool/luajit/tree/skaplun/lj-603-err-snap-restore-full-ci
> Tarantool PR: https://github.com/tarantool/tarantool/pull/7499
> Issues:
> * https://github.com/tarantool/tarantool/issues/7230
> * https://github.com/LuaJIT/LuaJIT/issues/703
> 
> Mike Pall (2):
>   Fix handling of errors during snapshot restore.
>   Call error function on rethrow after trace exit.
> 
>  src/lj_debug.c                                |  1 +
>  src/lj_dispatch.h                             |  2 +-
>  src/lj_err.c                                  |  2 +-
>  src/lj_err.h                                  |  2 +-
>  src/lj_trace.c                                |  4 +-
>  src/vm_arm.dasc                               |  3 +-
>  src/vm_mips.dasc                              |  5 +-
>  src/vm_ppc.dasc                               |  3 +-
>  src/vm_x86.dasc                               |  4 +-
>  .../lj-603-err-snap-restore.test.lua          | 51 +++++++++++++++++++
>  10 files changed, 63 insertions(+), 14 deletions(-)
>  create mode 100644 test/tarantool-tests/lj-603-err-snap-restore.test.lua
> 
> -- 
> 2.34.1
> 

-- 
Best regards,
IM


More information about the Tarantool-patches mailing list