Hang when loading a project

Andreas Pakulat apaku at gmx.de
Fri Dec 1 18:50:31 UTC 2006


On 01.12.06 20:29:20, Andras Mantia wrote:
> On Friday 01 December 2006 20:15, Andreas Pakulat wrote:
> > Well, it seems you just produced a "hang" during kdevelop startup
> > with your blocking process. There's a bugreport here:
> > http://bugs.kde.org/show_bug.cgi?id=138215
> 
> I'm looking at it...

See again, I just fixed it by switching from QProcess, which "stole" the
signal-handler from your KProcess, to KProcess. This is not really the
solution, but the real solution is anyways only available for kde4...

> > Seems like the blocking process runs so long that the Ui doesn't get
> > repainted. Not sure what can be done about it, though.
> 
> But the idea reason of my blocking process is exactly that the UI *is* 
> repainted, because of a second Qt event loop is started. (And in worse 
> case should exit in 60 seconds). 

It does exit after 60 seconds, but it doesn't repaint the Ui when I use
QProcess in the QMake manager.

Andreas

-- 
Lady Luck brings added income today.  Lady friend takes it away tonight.




More information about the KDevelop-devel mailing list