Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boost::filesystem::filesystem_error not handled #33

Open
pamolloy opened this issue Apr 27, 2018 · 2 comments
Open

boost::filesystem::filesystem_error not handled #33

pamolloy opened this issue Apr 27, 2018 · 2 comments

Comments

@pamolloy
Copy link
Contributor

bfs::create_directories() may throw a filesystem_error that isn't handled. This can be reproduced by making storage-path a broken symlink.

@edbrown23
Copy link
Contributor

What would you expect it to do in this case? If it can't create directories where you told it to create directories, I'm not sure there's anything to do but crash

@mtp401
Copy link
Contributor

mtp401 commented Apr 27, 2018

Exit cleanly with 1?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants