Christian Brauner

Results 183 comments of Christian Brauner

So right now we choose the most aggressive option and simply exit because we assume that no error could occur that we would reasonably expect and therefore should try to...

> I just noticed that some places missing handling of pthread_mutex_lock while some places do (simply exit), which are not consistent. Why some places do not handle it or just...

This is with `--enable-loadavg`?

The failures to open these individual task directories is probably due to the fact that the threads exit to fast, i.e. by the time the `opendir()` is called the proc...

Would you be ok with sharing the cpu layout, i.e. how many sockets, threads etc?

I would think that loadavg could get problematic with increasing number of container as it uses a lot of locking.

I have one wild guess but I need the output of `ldd` on the `lxcfs` binary and the `liblxcfs.so` libtool module, please.

I would expect crashes like that when e.g. `lxcfs` is linked against fuse 2 and `liblxcfs` linked against fuse `3.

Ah, damn. I forgot that we don't link `liblxcfs.so` against fuse. @ganker-z, is it possible for you to get me the `liblxcfs.so` binary?

Do you have any access to the build flags used to build this version of `liblxcfs`? I need to find out what fuse version it was built with.