id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 9541,crash when using boost 1.55.0 from an application that is based on libstdc++ on Mac,mu.cai@…,Beman Dawes,"The following are the steps to reproduce the defect: 1) Create a Command Line Tool application in XCode and make sure its c++ standard library is libstdc++; 2) add the following code in the file main.cpp:    boost::filesystem::path filePath = ""/Users/admin/test.log""; boost::filesystem::path bfsFileName = filePath.filename(); std::string fileName = bfsFileName.c_str(); 3) Run the application and it always crashes at the last line. My XCode is 5.0 and my os is 10.8.5. ",Bugs,closed,To Be Determined,filesystem,Boost 1.55.0,Problem,invalid,crash from libstdc++ application,