Pure not-safety C pointer is not recomended to use with Reader. Please use std::shared_ptr or unique_ptr. Reader is a one-time object. All necessary data located in the WorkSession, that can be gotten by its method or setter by constructor.
Best regards, Commenter-1.
02Author
Sorry for the late reply. I tried using std::share_ ptr, but this issue still exists. Here is a screenshot of the stack.
03Commenter-1
Thank you for stack dump. We will check it. If problem will reproduce, I create a ticket.
But can you check just a Reader on the stack? without new/delete. Just variable.