|
From: <oli...@on...> - 2006-04-21 13:26:19
|
I have an application, that runs fine without valgrind, but at some points (I can't specify them, it's too much happening in the application) it doess hang with 100% CPU and I have to kill it. I am not that familiar with tracing functions in Unix, so I am wondering what would be a good way to find out, in which function it hangs. |