[valgrind] [Bug 407313] Deadlock when syscall is handled in other thread

2019-05-07 Thread Falk Werner
https://bugs.kde.org/show_bug.cgi?id=407313 --- Comment #5 from Falk Werner --- Thanks a lot, --sim-hints=fuse-compatible solves the issue. I was not aware, that such a flag exists. I will spend more effort in investigation next time. Sorry for inconvience. -- You are receiving this mail

[valgrind] [Bug 407313] New: Deadlock when syscall is handled in other thread

2019-05-07 Thread Falk Werner
ng this with Valgrind/Memcheck a deadlock occurs as soon as stat is called. STEPS TO REPRODUCE 1. minimal example code can be optained here: https://github.com/falk-werner/libfuse-valgrind-deadlock 2. use `make run` to create and execute a docker container 3 valgrind ./libfuse-test OBSERVED RES