You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.
create function t5()
returns void
language pllua
as $$
print(string.rep("foo",10000))
$$;
select t5();
LOG: server process (PID 1394) was terminated by signal 11: Segmentation fault
DETAIL: Failed process was running: select t5();
Looks like misuse of the luaL_buffinit protocol in luaP_print; it's using the stack too freely.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looks like misuse of the luaL_buffinit protocol in luaP_print; it's using the stack too freely.
The text was updated successfully, but these errors were encountered: