Kdevelop freezing

Milian Wolff mail at milianw.de
Mon Apr 26 16:46:09 UTC 2010


Victor Vicente de Carvalho, 26.04.2010:
> 2010/4/26 Andreas Pakulat <apaku at gmx.de>
> 
> > 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
> 
> Hi Andreas,
> 
> 
> 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?

Please install Kate debug info, seems like it is something in Katepart hogging 
up resources (who else bets on SmartRanges ? :))
-- 
Milian Wolff
mail at milianw.de
http://milianw.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20100426/87785e1a/attachment.sig>


More information about the KDevelop-devel mailing list