Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH luajit 0/2] Fix handling errors on snapshot restore
@ 2022-07-31 10:58 Sergey Kaplun via Tarantool-patches
  2022-07-31 10:58 ` [Tarantool-patches] [PATCH luajit 1/2] Fix handling of errors during " Sergey Kaplun via Tarantool-patches
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Sergey Kaplun via Tarantool-patches @ 2022-07-31 10:58 UTC (permalink / raw)
  To: Sergey Ostanevich, Igor Munkin; +Cc: tarantool-patches

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


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

end of thread, other threads:[~2022-08-10 14:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-31 10:58 [Tarantool-patches] [PATCH luajit 0/2] Fix handling errors on snapshot restore Sergey Kaplun via Tarantool-patches
2022-07-31 10:58 ` [Tarantool-patches] [PATCH luajit 1/2] Fix handling of errors during " Sergey Kaplun via Tarantool-patches
2022-08-01  9:38   ` sergos via Tarantool-patches
2022-08-01 10:04     ` Sergey Kaplun via Tarantool-patches
2022-08-02 22:03   ` Igor Munkin via Tarantool-patches
2022-07-31 10:58 ` [Tarantool-patches] [PATCH luajit 2/2] Call error function on rethrow after trace exit Sergey Kaplun via Tarantool-patches
2022-08-01  9:39   ` sergos via Tarantool-patches
2022-08-01 10:23     ` Sergey Kaplun via Tarantool-patches
2022-08-10 14:36   ` Igor Munkin via Tarantool-patches
2022-08-10 14:35 ` [Tarantool-patches] [PATCH luajit 0/2] Fix handling errors on snapshot restore Igor Munkin 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