Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5928: FileSystem runtime error: locale::facet::_S_create_c_locale name not valid
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-07-07 23:51:13
#5928: FileSystem runtime error: locale::facet::_S_create_c_locale name not valid
-------------------------------+--------------------------------------------
Reporter: anonymous | Owner: bemandawes
Type: Bugs | Status: new
Milestone: To Be Determined | Component: filesystem
Version: Boost 1.47.0 | Severity: Showstopper
Resolution: | Keywords:
-------------------------------+--------------------------------------------
Comment (by hugh.m.bright@â¦):
I can reproduce this as well, the only difference beteween my "works"
machine and "doesnt works" machine is the version of libstdc++ involved.
Following http://stackoverflow.com/questions/10354636/how-do-you-find-
what-version-of-libstdc-library-is-installed-on-your-linux-mac
strings /usr/lib/libstdc++.so.6 | grep GLIBCXX
Machine that doesn't work: list stops with GLIBCXX_3.4.13
Machine that does work: list stops with GLIBCXX_3.4.16
Test program to demonstrate crash:
#include <boost/filesystem.hpp>
main() { boost::filesystem::path fp = boost::filesystem::current_path(); }
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5928#comment:6> 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-02-16 18:50:10 UTC