Crash with C++ code completion

Jens Dagerbo jens.dagerbo at swipnet.se
Thu Jan 18 20:09:39 UTC 2007


On Thursday 18 January 2007 20:57, Christian Schneider wrote:
> Am Donnerstag, den 18.01.2007, 18:43 +0100 schrieb Andreas Pakulat:
> > On 18.01.07 17:04:43, Christian Schneider wrote:
> > > I have a reproducable crash of KDevelop 3.4 with my C++/QMake project.
> > > Hitting CTRL + Space at a certain position in my code causes KDevelop
> > > to hang completely and eat up all memory until it is killed.
> > >
> > > This certain code position is located after the opening parenthesis of
> > > 'add_supporter' (indicated by the hat ^ symbol). I've attached the
> > > debug output of KDevelop.
> >
> > Two things that come to my mind:
> >
> > 1) Can you re-test with the latest svn (from today)? There have been
> > commits to the code completion today which relate to the output you
> > posted.
>
> I've done so, but the problem still exisits. Debug output is attached.
>
> > 2) Do you have the option turned on which looks in included header files
> > for code-completion? If so turn it off, thats barely usable in KDevelop3
>
> It was turned on (of course ;-), but turning it of didn't help. Still
> crashing, even after restarting KDevelop.

Since it crashes so reproducible.. can you please try to capture a backtrace? 
(run kdevelop through gdb). It's a great help trying to figure out what 
crashes.

// jens




More information about the KDevelop-devel mailing list