anbox icon indicating copy to clipboard operation
anbox copied to clipboard

container-manager: fix create_directories error

Open spholz opened this issue 4 years ago • 4 comments

anbox container-manager crashes if data_path_ of anbox::cmds::ContainerManager is not set with the error message boost::filesystem::create_directories: Invalid argument (#123, #1735 seem to have the same issue) It looks like container-manager crashes on some systems if an empty path is passed to fs::create_directories in src/anbox/cmds/container_manager.cpp:99.

This PR adds an additional check to make sure the path is not empty.

spholz avatar Jul 19 '21 14:07 spholz

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Apr 16 '22 23:04 stale[bot]

Waiting for the build

Fuseteam avatar Apr 19 '22 03:04 Fuseteam

The "checks" tab is empty but the state of the build task is "Expected — Waiting for status to be reported" I think when I originally created this PR the build task didn't start because this repo limited automatic builds to people who already commited to this repo. But now the job is missing? How can I fix this?

The task should be started if I push to this branch, right? The PR would then have to be approved again

spholz avatar Apr 19 '22 22:04 spholz

I think @morphis should be able to trigger it too :thinking:

Fuseteam avatar Apr 20 '22 01:04 Fuseteam