|
Boost Users : |
Subject: [Boost-users] Filesystem Library Bug
From: Sam Hertz (slhertz_at_[hidden])
Date: 2012-03-02 14:25:06
Hi,
I am having some trouble with the latest version of the Boost Filesystem
library. The following causes a segmentation fault:
boost::filesystem::create_directory(boost::filesystem::current_path()/"test");
boost::filesystem::remove_all(boost::filesystem::current_path()/"test");
It is difficult for me to debug since the call to remove_all dives into a
library file. My system configuration is:
Operating System: Ubuntu 11.10
Compiler: clang++ (I can reproduce the error with g++)
Boost Version: 1.49.0 (compiled with clang++)
Thanks,
Sam
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net