Using strace fixes hung memory issue Using strace fixes hung memory issue unix unix

Using strace fixes hung memory issue


I can't yet comment, but I've seen similar things in past work. Since there is not really a definitive answer to be given, I'm going to go with this:

What are the odds that you're entering a deadlock between threads due to timing issues, which get 'resolved' by strace slowing down the program execution?

What happens if you debug through the process, instead of strace?