KatePart + KDE 4.4 + QMutex & Co.
Hamish Rodda
rodda at kde.org
Thu Jul 16 00:57:04 UTC 2009
On Sat, 11 Jul 2009 12:56:39 am Christoph Cullmann wrote:
> Hi,
>
> I just read again through the bugreports and the kate part code. It seems
> to me really over complex to have all this locking build into the part.
> Given a quick look at qtcreator, which parses the sources, too, they can do
> all the locking if at all outside of the qtextdocument/edit they use.
>
> Could you try to do so, too, by just locking the main thread on the rare
> occasions you change stuff on the part or handle the mutex locking in the
> kdevelop application?
We have separate locks within kdevelop for kdevelop-related code, but to
interact with the KTE interfaces from the non-main thread, locking is
required.
> I think still, there a lots of hidden deadlocks and errors in katepart's
> locking and no app beside kdevelop needs this.
I'm not sure if that's true, but if so, only kdevelop will encounter these
deadlocks then, because katepart's use of locks within a single thread only
will not cause any bug (ie. if you don't use the smart lock from another
thread, it's not possible to cause a deadlock).
> It would be really cool, if it could be removed in the KDE 4.4 timeframe.
What is the alternative?
Cheers,
Hamish.
More information about the KDevelop-devel
mailing list