haolujun commented on issue #248: URL: https://github.com/apache/pulsar-client-cpp/issues/248#issuecomment-1503237248
Thanks! After some debug, I had found the reason why I got a crash! Because I used pybind in my program, and when pybind thread exit, pybind may be cause the wrong order of object destruction, I think this is pybind bug. After I add some destroy code in _cleanup(pybind support user to define what should do when pybind exit), and got a correct destruction order. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
