[Bug 62726] SetOutputFilter using lua is unstable

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62726

Frank  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #3 from Frank  ---
Ops I forget to set status to NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 62726] SetOutputFilter using lua is unstable

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62726

--- Comment #2 from Frank  ---
Sure

LuaCodeCache never

removes the crashes, but up to my understanding now the lua-code is getting
compiled everytime a request comes in.
That def. not want I was dreaming of

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 62726] SetOutputFilter using lua is unstable

2019-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62726

Daniel Gruno  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #1 from Daniel Gruno  ---
This is likely a Lua VM cache issue, wherein it tries to run a script that
isn't in memory. Try setting the following:

LuaCodeCache never

and see if that fixes things (by disabling caching of script files). If it
does, I've got a good idea of where in the code to look

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org