https://bugzilla.wikimedia.org/show_bug.cgi?id=48877

--- Comment #3 from Mark Redekop <[email protected]> ---
Yes I'm running Scribunto from git Master, 

I'm just trying to run the hello world example from the lua reference manual,
here it is:

local p = {}

function p.hello( frame )
    return "Hello, world!"
end

return p


here's the contents of the error log after trying to save that page:

/home/aiowiki/aiowiki/w/extensions/Scribunto/engines/LuaStandalone/lua_ulimit.sh:
xrealloc: ../bash/subst.c:658: cannot allocate 256 bytes (49152 bytes
allocated)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to