Multithreading issues with C++ support?

Kris Wong wongk at seapine.com
Thu Jan 22 15:21:45 UTC 2009


> If you enable only 1 parsing-thread, KDevelop is perfectly
> stable, at least on
> my dual core machine.
>
> It didn't crash there for days.
>
> I'm thinking about removing that multi-threaded parsing
> option again until
> it's fully safe.

Would a better option be wrapping the parts that call into non-thread-safe KDE functions in a mutex. Do we know specifically which parts are not thread-safe? If they are isolated this is a simple change.

Kris Wong




More information about the KDevelop-devel mailing list