Kdevelop freezing

Andreas Pakulat apaku at gmx.de
Mon Apr 26 15:15:24 UTC 2010


On 26.04.10 12:00:36, Victor Vicente de Carvalho wrote:
> hi all,
> 
> I'm constantly facing long duration freezes when trying to edit a cpp class
> here where I work. So I'm looking for tools to find or at least measure and
> try to give some hints on where it is happing. I can assert that it is
> happening when I hit the code completion hotkey and try to iterate over
> common variables.

Once its frozen attach gdb to the kdevelop process and use thread apply all
bt to get a backtrace of all threads, then let it continue and after a few
seconds hit ctrl+c to interrupt execution. Again issue thread apply all bt
to get a second bt. Then send both here.

Andreas

-- 
Abandon the search for Truth; settle for a good fantasy.




More information about the KDevelop-devel mailing list