Bug 107459 - Title-bar display: appending in endless loop the project name
Summary: Title-bar display: appending in endless loop the project name
Status: RESOLVED DUPLICATE of bug 73672
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 15:03 UTC by Nagy Florin
Modified: 2005-06-15 15:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nagy Florin 2005-06-15 15:03:15 UTC
Version:           3.2.0 (using KDE KDE 3.4.0)
Installed from:    RedHat RPMs
Compiler:          g++ (gcc) 3.2.3 
OS:                Linux

When opening or creating a new project the title bar of the Kdevelop displays the name of the project followed by the file name.
Every second the title bar appends in front of this string a new string contining the name of the project.
If I press 2-3 times the F5 key the loop stops, but when change the file i'm editing in starts over.
The loop reinitializes when change the file.
If let alone for 30-40 minutes kdevelop begins eating CPU time to 50-90%.

Lounching it from konsole:
]$ kdevelop 
kbuildsycoca running... 
QLayout "unnamed" added to IndexView "unnamed", which already has a layout 
ERROR: syntax error 
ERROR: syntax error 
QObject::connect: No such slot ClassViewPart::removeNamespace(const QString& 
QObject::connect: (sender name: 'ClassViewWidget') 
QObject::connect: (receiver name: 'ClassViewPart') 
ERROR: syntax error 
ERROR: syntax error 
ASSERT: "part && parent" in partwidget.cpp (40) 
ERROR: syntax error 
ERROR: syntax error 
ERROR: syntax error 

I'm using remote connection on my RedHat Linux with CygWin/XFree86.
kdelibs-devel-3.4.0-6
kdebase-3.4.0-5

Other version  information:
-----> 
[root@live kdevelop]# kded -v 
Qt: 3.3.4 
KDE: 3.4.0-5 Red Hat 
KDE Daemon: $Id: kded.cpp,v 1.102 2005/01/21 15:36:26 waba Exp $ 
[root@live kdevelop]# g++ -v 
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/specs 
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux 
Thread model: posix 
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-24) 
[root@live kdevelop]# perl -v 

This is perl, v5.8.0 built for i386-linux-thread-multi 
(with 1 registered patch, see perl -V for more detail) 

Copyright 1987-2002, Larry Wall 

Perl may be copied only under the terms of either the Artistic License or the 
GNU General Public License, which may be found in the Perl 5 source kit. 

Complete documentation for Perl, including FAQ lists, should be found on 
this system using `man perl' or `perldoc perl'. If you have access to the 
Internet, point your browser at [www.perl.com], the Perl Home Page. 

[root@live kdevelop]# autoconf --version 
autoconf (GNU Autoconf) 2.57 
Written by David J. MacKenzie and Akim Demaille. 

Copyright 2002 Free Software Foundation, Inc. 
This is free software; see the source for copying conditions. There is NO 
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
[root@live kdevelop]# automake --version 
automake (GNU automake) 1.6.3 
Written by Tom Tromey <tromey@redhat.com>. 

Copyright 2002 Free Software Foundation, Inc. 
This is free software; see the source for copying conditions. There is NO 
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
[root@live kdevelop]# flex --version 
flex version 2.5.4 
[root@live kdevelop]# libtool --version 
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36) 
[root@live kdevelop]# 


Please follow up the thread http://www.kdevelop.org/phorum5/read.php?7,27643,page=2
Comment 1 Amilcar do Carmo Lucas 2005-06-15 15:30:30 UTC
Seams like a dupe to me.
Reopen id necessary.

*** This bug has been marked as a duplicate of 73672 ***