KDevelop4 crashes when composing .cpp file

David Nolden david.nolden.kdevelop at art-master.de
Wed Jul 4 16:04:50 UTC 2007


Am Mittwoch, 4. Juli 2007 17:49:32 schrieb dukju ahn:
> Attached is backtrace.
>
> const Range DocumentRangeObject::textRange( ) const
> {
>     QMutexLocker lock(&d->m_rangeMutex); <--- this line crashes
>     return *d->m_range;
> }

Looks like no context is found for the cursor-position. Making it not crash is 
trivial, but the question why there is no context is a bit more complicated. 
Do you know whether the file is even parsed?

I'll be continue working on that stuff again tomorrow evening.

greetings, David





More information about the KDevelop-devel mailing list