id summary reporter owner description type status milestone component version severity resolution keywords cc 11567 "Boost crashes when boost::filesystem::path::imbue(std::locale(""""));" anonymous Beman Dawes "This code crashes: {{{ boost::filesystem::path::imbue(std::locale("""")); boost::filesystem::path p (L""привет""); }}} in: {{{ void dispatch(const std::wstring& c, U& to, const codecvt_type& cvt) { if (c.size()) convert(&*c.begin(), &*c.begin() + c.size(), to, cvt); // SIGABRT cvt is invalid } }}}" Bugs new Boost 1.58.0 filesystem Boost 1.57.0 Problem