Fabian Meumertzheim

Results 1695 comments of Fabian Meumertzheim

> Is this intentional? Or is this a bug? Not a C++ rules owner, but I would guess the answer is "neither": This is a result of the changes to...

@oquenchil While I don't understand why exactly this is happening, it looks like `linux-sandbox.cc` has a number of ways to exit abnormally (e.g. via `DIE` on syscall failures) that would...

@mattyclarkson That's a different type of bug as it's not about `stats.out`. Could you file a separate issue for this?

Could you test with `--noreuse_sandbox_directories`? That's my best guess without a bisect.

@coeuvre Just ran into this with `bazel run -c opt //src/java_tools/buildjar/java/com/google/devtools/build/java/turbine:turbine_benchmark --disk_cache=some/path`, which worked in the past and only uses `--disk_cache` internally. It changes the value to a special directory...