Some days ago, I encountered a segmentation fault bug in a C++ program I am working on. Obviously, I expected gdb or valgrind would help me find the problem and make it go away… So I thought. All I found was: It’s a problem with the boost::shared_ptr destructor. Continue reading