What are some ways you can shoot yourself in the foot when using boost::shared_ptr? In other words, what pitfalls do I have to avoid when I use boost::shared_ptr?
We debug several weeks strange behavior.
The reason was: we passed 'this' to some thread workers instead of 'shared_from_this'.