Crash on close
David Nolden
david.nolden.kdevelop at art-master.de
Wed Apr 15 10:42:59 UTC 2009
Am Mittwoch 15 April 2009 12:21:34 schrieb Milian Wolff:
> Attached you find a backtrace of a crash I just encountered. As a fix I'd
> propose:
>
> -if(d_func()->m_dynamic)
> +if(d_func() && d_func()->m_dynamic)
>
> Though I'm unsure how this could happen.
Nope, that's not the right fix. As Andreas said, this should never happen. Is
this reproducible?
Is it possible that you have some files from kdevplatform not correctly up to
date? I also cannot reproduce your problem with not highlighted documents.
This is all problems that existed at some point, but should be fixed, and
mainly located in kdevplatform/language/duchain/duchain.cpp.
Maybe you have some files marked by svn as conflicting and thus not updated
correctly? Else, I'd also try what Andreas suggested.
Greetings, David
More information about the KDevelop-devel
mailing list