id summary reporter owner description type status milestone component version severity resolution keywords cc 13339 boost::filesystem segfaults under simple use... Robert H Whitcher Beman Dawes "Centos - 7 3.10.0-693.el7.x86_64 devtools-6 installed (g++ 6.3.1) Attempted using Boost 1_65_1 Failed Segfault Attempted using Boost 1_54_0 Passed Simple program... Statically linked after building boost. #include #include int main() { boost::filesystem::path path(""/tmp""); if ( boost::filesystem::exists( path ) ) { // std::cout << ""TEST""; // } else { // std::cout << ""TEST2""; } return 0; } Segfaults on the ""boost::filesystem::exists""" Bugs new To Be Determined filesystem Boost 1.65.0 Regression