Boost C++ Libraries: Ticket #5100: runtime_error locale::facet::_S_create_c_locale name not valid https://svn.boost.org/trac10/ticket/5100 <p> static initialization in filesystem v3 at path.cpp:98 leads to the runtime error that gives title to the ticket. </p> <p> I know this is a problem with libstdc++ (c_locale.cc contains this comment: "Currently, the generic model only supports the "C" locale."). However, I'm using default filesystem v2 and thus this should not be an issue to me (as it wasn't when I was using boost_1_41). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5100 Trac 1.4.3 Sam Morris <sam@…> Tue, 31 May 2011 09:59:32 GMT <link>https://svn.boost.org/trac10/ticket/5100#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5100#comment:1</guid> <description> <p> Duplicate of <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4688" title="#4688: Bugs: std::runtime_error: locale::facet::_S_create_c_locale name not valid (closed: fixed)">#4688</a>? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Beman Dawes</dc:creator> <pubDate>Fri, 01 Jul 2011 12:00:14 GMT</pubDate> <title>status, milestone changed https://svn.boost.org/trac10/ticket/5100#comment:2 https://svn.boost.org/trac10/ticket/5100#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.48.0</span> </li> </ul> <p> 4688, 5100, 5289, are being worked on together as they all are reporting on the problem. </p> Ticket anonymous Fri, 29 Jul 2011 15:31:01 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5100#comment:3 https://svn.boost.org/trac10/ticket/5100#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed by changeset 72855, Fix problem of locale("") exception being thrown before main() starts on misconfigured (e.g. LANG="bad name") POSIX systems. Resolves the most serious aspect of tickets 4688, 5100, 5289. </p> <p> Boost 1.47.0 was the first release to include this fix. </p> <p> --Beman </p> Ticket