id summary reporter owner description type status milestone component version severity resolution keywords cc 8939 boot filesystem error when copy-overwrite-the file to itself hoangtrongminhtuan@… Beman Dawes "I'm running RedHat. I tried to copy, and overwrite if existing file 'a' to itself. namespace fs=boost::filesystem; fs::copyfile('a', 'a', fs::copy_option::overwrite_if_exist); This clear the content of 'a', and giving me an empty file. " Bugs new To Be Determined filesystem Boost 1.53.0 Problem