From a32aeadc6878305658fb3939830e6abaef587e40 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 23 Mar 2021 00:35:46 +0100 Subject: Handle on-trace OOM errors from helper functions. --- doc/status.html | 6 ------ 1 file changed, 6 deletions(-) (limited to 'doc') diff --git a/doc/status.html b/doc/status.html index f607f5cb..9f94b581 100644 --- a/doc/status.html +++ b/doc/status.html @@ -90,12 +90,6 @@ The Lua debug API is missing a couple of features (return hooks for non-Lua functions) and shows slightly different behavior in LuaJIT (no per-coroutine hooks, no tail call counting). -
  • -Currently some out-of-memory errors from on-trace code are not -handled correctly. The error may fall through an on-trace -pcall or it may be passed on to the function set with -lua_atpanic on x64. -

  • -- cgit v1.2.3-55-g6feb