I would like to ask about file locks in a context of process crash.
Let's say we run a process under Linux that holds some locks and this process is terminated by e.g. segfault. The question is: is it possible that some file locks will be left after the crashed process?
Thanks for response in advance