I'm running gcov (through lcov) over a medium-sized project. It's had the CPU at close to 100% for quite a while (not sure exactly how long, but over 30 minutes). The memory isn't ballooning. It seems to be stuck on one task.

Is it normal for gcov to do this kind of thing?

Edit

No luck. Just had to exclude the piece of code that correlated to the hang.

link|improve this question

1  
Is it gcov itself that is stuck? Or your application after applying gcov? – Ira Baxter Jul 6 '10 at 17:47
It's running gcov to get the analysis that's the problem. The gcov process is the one that's hanging. – Joe Jul 26 '10 at 13:10
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.