Boost C++ Libraries: Ticket #11567: Boost crashes when boost::filesystem::path::imbue(std::locale("")); https://svn.boost.org/trac10/ticket/11567 <p> This code crashes: </p> <pre class="wiki"> boost::filesystem::path::imbue(std::locale("")); boost::filesystem::path p (L"привет"); </pre><p> in: </p> <pre class="wiki"> void dispatch(const std::wstring&amp; c, U&amp; to, const codecvt_type&amp; cvt) { if (c.size()) convert(&amp;*c.begin(), &amp;*c.begin() + c.size(), to, cvt); // SIGABRT cvt is invalid } </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11567 Trac 1.4.3 anonymous Fri, 21 Aug 2015 11:38:21 GMT <link>https://svn.boost.org/trac10/ticket/11567#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11567#comment:1</guid> <description> <p> Problem on OSX and Linux </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Artyom Beilis</dc:creator> <pubDate>Wed, 30 Sep 2015 15:13:19 GMT</pubDate> <title>owner, component changed https://svn.boost.org/trac10/ticket/11567#comment:2 https://svn.boost.org/trac10/ticket/11567#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Artyom Beilis</span> to <span class="trac-author">Beman Dawes</span> </li> <li><strong>component</strong> <span class="trac-field-old">locale</span> → <span class="trac-field-new">filesystem</span> </li> </ul> Ticket Artyom Beilis Wed, 30 Sep 2015 15:13:44 GMT <link>https://svn.boost.org/trac10/ticket/11567#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11567#comment:3</guid> <description> <p> std::locale("") is not generated by Boost.Locale </p> </description> <category>Ticket</category> </item> </channel> </rss>