Subject: [Boost-bugs] [Boost C++ Libraries] #13339: boost::filesystem segfaults under simple use...
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-12-14 00:58:54
#13339: boost::filesystem segfaults under simple use...
------------------------------------------+-------------------------
Reporter: Robert H Whitcher <robert@â¦> | Owner: Beman Dawes
Type: Bugs | Status: new
Milestone: To Be Determined | Component: filesystem
Version: Boost 1.65.0 | Severity: Regression
Keywords: |
------------------------------------------+-------------------------
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 <boost/filesystem.hpp>
#include <iostream>
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"
-- Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13339> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-12-14 01:36:11 UTC