id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 10233,create_directories causes invalid read,Itay C ,Beman Dawes,"The following code, when run under Valgrind, will report two instances of invalid reads during program close (after main). Tested on Ubuntu Linux x64 12.04 (kernel 3.8.0) with gcc 4.6.3. {{{ #include #include int main() { system(""rm -rf /tmp/test""); // make sure directory doesn't already exist boost::filesystem::create_directories(""/tmp/test""); return 0; } }}} ",Bugs,assigned,To Be Determined,filesystem,Boost 1.50.0,Problem,,create_directories,