id summary reporter owner description type status milestone component version severity resolution keywords cc 12168 Issue with shared_ptr on boost python praveenkumar076@… Peter Dimov "Hi, I have a struct A defined in C++ and exposed to python as shared_ptr. There are two global vectors of shared_ptrs of A. I create and add a object of type A from python to C++ in the two vectors Clear one vector Then when the python exits the program crashes with access violation error. I have attached both C++ and python file to recreate this issue. Thanks Praveen" Bugs new To Be Determined smart_ptr Boost 1.58.0 Problem