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
When my server‘s memory is exhausted, pgmoon report below errors:
attempt to get length of local 'err_msg' (a nil value)
2018/08/09 16:15:33 [error] 15433#15433: *9161 recv() failed (104: Connection reset by peer), client: 127.0.0.1, server: localhost, request: "POST /api/test HTTP/1.0", host: "xxx.com"
2018/08/09 16:15:33 [error] 15433#15433: *9161 lua entry thread aborted: runtime error: /usr/local/openresty/site/lualib/pgmoon/init.lua:390: attempt to get length of local 'err_msg' (a nil value)
stack traceback:
coroutine 0:
/usr/local/openresty/site/lualib/pgmoon/init.lua: in function 'parse_error'
/usr/local/openresty/site/lualib/pgmoon/init.lua:243: in function 'auth'
/usr/local/openresty/site/lualib/pgmoon/init.lua:211: in function 'connect'
The text was updated successfully, but these errors were encountered:
When my server‘s memory is exhausted, pgmoon report below errors:
attempt to get length of local 'err_msg' (a nil value)
2018/08/09 16:15:33 [error] 15433#15433: *9161 recv() failed (104: Connection reset by peer), client: 127.0.0.1, server: localhost, request: "POST /api/test HTTP/1.0", host: "xxx.com"
2018/08/09 16:15:33 [error] 15433#15433: *9161 lua entry thread aborted: runtime error: /usr/local/openresty/site/lualib/pgmoon/init.lua:390: attempt to get length of local 'err_msg' (a nil value)
stack traceback:
coroutine 0:
/usr/local/openresty/site/lualib/pgmoon/init.lua: in function 'parse_error'
/usr/local/openresty/site/lualib/pgmoon/init.lua:243: in function 'auth'
/usr/local/openresty/site/lualib/pgmoon/init.lua:211: in function 'connect'
The text was updated successfully, but these errors were encountered: