Re: Segfault in liblua-5.3.so

2021-02-18 Thread Sachin Shetty
Hi Willy, Thanks for the response. Unfortunately we cannot reproduce this in the test and we have disabled the reload dependent feature in production. We will test more with the latest build and let you know. On Sat, Feb 13, 2021 at 1:28 PM Willy Tarreau wrote: > Hi Sachin, > > On Thu, Feb

Re: Segfault in liblua-5.3.so

2021-02-12 Thread Willy Tarreau
Hi Sachin, On Thu, Feb 11, 2021 at 03:11:09AM +0530, Sachin Shetty wrote: > Hi, > > We have a lua block that connects to memcache when a request arrives > > """ > function get_from_gds(host, port, key)local sock = core.tcp() > sock:settimeout(20)local result = DOMAIN_NOT_FOUNDlocal

Segfault in liblua-5.3.so

2021-02-10 Thread Sachin Shetty
Hi, We have a lua block that connects to memcache when a request arrives """ function get_from_gds(host, port, key)local sock = core.tcp() sock:settimeout(20)local result = DOMAIN_NOT_FOUNDlocal status, error = sock:connect(host, port)if not status then core.Alert(GDS_LOG_PREFIX