I start the program and it stops at the open() function. In the libnfs library it is [nfs_open()](https://github.com/sahlberg/libnfs/blob/master/lib/libnfs-sync.c). I think it hangs on wait_for_nfs_reply(). Why is this happening? In the screenshot the code of the program and the mounted server <img width="321" alt="Error" src="https://user-images.githubusercontent.com/1247249/128912174-595f9ab7-8f0a-4a35-a8e8-d65be890be97.png">
I start the program and it stops at the open() function. In the libnfs library it is nfs_open(). I think it hangs on wait_for_nfs_reply().
Why is this happening?
In the screenshot the code of the program and the mounted server
