RE: Lua plugin assertion failure question.

2022-07-06 Thread CHOU, PETER
Kit, We will try the patch and see if the problem still occurs. Thanks, Peter -Original Message- From: Shu Kit Chan Sent: Tuesday, June 28, 2022 4:42 PM To: dev Subject: Re: Lua plugin assertion failure question. You can check out https://urldefense.com/v3/__https://github.com

Re: Lua plugin assertion failure question.

2022-06-28 Thread Shu Kit Chan
leMLocRelease > within each function in ts_lua_server_request.c ( thus doing the > release within the same call-back ) ? > > Thanks, > Peter > > -Original Message- > From: Shu Kit Chan > Sent: Monday, June 22, 2020 10:36 PM > To: dev > Subject: Re: Lua plugin assertion

RE: Lua plugin assertion failure question.

2022-06-28 Thread CHOU, PETER
TSHandleMLocRelease within each function in ts_lua_server_request.c ( thus doing the release within the same call-back ) ? Thanks, Peter -Original Message- From: Shu Kit Chan Sent: Monday, June 22, 2020 10:36 PM To: dev Subject: Re: Lua plugin assertion failure question. I actually haven&#

Re: Lua plugin assertion failure question.

2020-06-22 Thread Shu Kit Chan
I actually haven't experienced this before for the server request You mentioned in another thread that this may be related to you guys setting open_write_fail_action to 4 in parent layer ? If you can consistently reproduce this, you can perhaps add the protection similar to client response and see