From: Sergey Kaplun via Tarantool-patches <tarantool-patches@dev.tarantool.org> To: Sergey Ostanevich <sergos@tarantool.org>, Igor Munkin <imun@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH luajit 0/2] Fix handling errors on snapshot restore Date: Sun, 31 Jul 2022 13:58:29 +0300 [thread overview] Message-ID: <cover.1659264154.git.skaplun@tarantool.org> (raw) 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
next reply other threads:[~2022-07-31 11:01 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-07-31 10:58 Sergey Kaplun via Tarantool-patches [this message] 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
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=cover.1659264154.git.skaplun@tarantool.org \ --to=tarantool-patches@dev.tarantool.org \ --cc=imun@tarantool.org \ --cc=sergos@tarantool.org \ --cc=skaplun@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH luajit 0/2] Fix handling errors on snapshot restore' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox