Some more details

when I am hitting the breakpoint while the req is still under process the req_state it is showing is different as compared to the req_state it is showing when the req has been completed, also im latter case the memory pointed by req_state is showing to be inaccessible

On Mon, 22 Jun 2020, 23:49 Abhinav Singh, <singhabhinav0796@gmail.com> wrote:
One more thing the thread in which I m getting the seg fault is rgw_obj_expirer.

On Mon, 22 Jun 2020, 23:40 Abhinav Singh, <singhabhinav0796@gmail.com> wrote:
Hello everyone,
In the file rgw_tools.cc the function rgw_init_ioctx when I attach my debugger to a set a break point at this function and try debug then this function is getting hit after the request has been completed, the breakpoint is getting hit several times during the request processing but why is the breakpoint getting hit after the request has been completed?

Could someone please explain me or atleast hint to what is happening