<br><br><div class="gmail_quote">2010/4/26 Andreas Pakulat <span dir="ltr"><<a href="mailto:apaku@gmx.de">apaku@gmx.de</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On 26.04.10 12:00:36, Victor Vicente de Carvalho wrote:<br>
> hi all,<br>
><br>
> I'm constantly facing long duration freezes when trying to edit a cpp class<br>
> here where I work. So I'm looking for tools to find or at least measure and<br>
> try to give some hints on where it is happing. I can assert that it is<br>
> happening when I hit the code completion hotkey and try to iterate over<br>
> common variables.<br>
<br>
</div></div>Once its frozen attach gdb to the kdevelop process and use thread apply all<br>
bt to get a backtrace of all threads, then let it continue and after a few<br>
seconds hit ctrl+c to interrupt execution. Again issue thread apply all bt<br>
to get a second bt. Then send both here.<br>
<br>
Andreas<br>
<br></blockquote><div><br>Hi Andreas,<br><br><br>I've followed your instructions, the interval that I've waited was about 1 minute for the first to the second dump and about  4 minutes from the second to the third one. One interesting thing is that if I forcefully close the application and open it again, it asks me if I want to restore the file. If I click on yes then kdevelop starts frozen already, so I'm supposing is something on DUChain?<br>
<br>Ty<br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
--<br>
Abandon the search for Truth; settle for a good fantasy.<br>
<font color="#888888"><br>
--<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
</font></blockquote></div><br>