Hello!
On Tue, Apr 22, 2014 at 2:35 AM, Abdul Rahman Madeni wrote:
> In openresty-1.5.8.1, I did a (init.lua)lua file which include the following
>
> require "resty.core"
>
> and used by nginx.conf for running system. It worked perfect. But when I
> upgrade openresty to 1.5.11.1 recently, it produced error and failure.
OpenResty 1.5.11.1 is the first release including LuaJIT's "trace
switching" feature which means more of your Lua code will get JIT
compiled and it is more likely to trigger some deep bugs in the JIT
compiler of LuaJIT.
There have been a lot of important bug fixes in the JIT compiler of
LuaJIT since the 1.5.11.1 release. Will you try out the latest
OpenResty 1.5.12.1 RC3 release on your side? See
http://openresty.org/download/ngx_openresty-1.5.12.1rc3.tar.gz
Let me know if it works for you.
Thanks!
-agentzh