Bug 110222 - Crash (hang) on opening existing project with subversion support
Summary: Crash (hang) on opening existing project with subversion support
Status: RESOLVED DUPLICATE of bug 111900
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: subversion (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-05 11:54 UTC by Kay Hannay
Modified: 2008-08-23 22:55 UTC (History)
1 user (show)

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 Kay Hannay 2005-08-05 11:54:11 UTC
Version:           3.2.0 (using KDE KDE 3.4.0)
Installed from:    SuSE RPMs
Compiler:          gcc 3.3.5 
OS:                Linux

I have a big C/C++ project with custom Makefiles in a subversion repository. After importing this project and setting all options I can work very well. I can close and reopen kdevelop with this project. But after a few times closing and opening (maybe even after the first time) kdevelop loads the project and then hangs. I can't do anything except killing kdevelop.
I checked other bug reports, but I could not find one fitting to my problem. Then I had a look to the console output:


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
Warning: Tag `CGI_NAME' at line 964 of file /home/kay/nmcs/proj/Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
Warning: Tag `CGI_URL' at line 970 of file /home/kay/nmcs/proj/Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
Warning: Tag `DOC_URL' at line 976 of file /home/kay/nmcs/proj/Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
Warning: Tag `DOC_ABSPATH' at line 982 of file /home/kay/nmcs/proj/Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
Warning: Tag `BIN_ABSPATH' at line 987 of file /home/kay/nmcs/proj/Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
Warning: Tag `EXT_DOC_PATHS' at line 993 of file /home/kay/nmcs/proj/Doxyfile has become obsolete.
To avoid this warning please update your configuration file using "doxygen -u"
QObject::connect: No such slot subversionPart::slotActionAddToIgnoreList()
QObject::connect:  (sender name:   'subversion_ignore')
QObject::connect:  (receiver name: 'Subversion')
QObject::connect: No such slot subversionPart::slotActionRemoveFromIgnoreList()
QObject::connect:  (sender name:   'subversion_donot_ignore')
QObject::connect:  (receiver name: 'Subversion')
QObject::connect: No such slot subversionPart::slotStopButtonClicked(KDevPlugin*)
QObject::connect:  (sender name:   'unnamed')
QObject::connect:  (receiver name: 'Subversion')
ASSERT: "part && parent" in partwidget.cpp (40)
ERROR: syntax error
ERROR: syntax error
ERROR: syntax error
ERROR: syntax error
ERROR: syntax error
ERROR: syntax error
ERROR: syntax error
ERROR: syntax error
ERROR: syntax error
ERROR: syntax error
ERROR: syntax error


I saw these subversion related messages. After removing the line <versioncontrol>kdevsubversion</versioncontrol> from my project file, everything works again.
Comment 1 Jens Dagerbo 2005-08-05 19:37:39 UTC
I think I've seen this one. When I open the KDevelop source in KDevelop, it block for a long time after loading the project. Apparently it's the subversion plugin doing some work. Syncing something with the repository? This needs looking at.
Comment 2 Mickael Marchand 2005-10-25 09:44:33 UTC
well, ERROR: syntax error does not come from subversion
I need more detail to debug that ...
I'll try to reproduce

Mik
Comment 3 Jens Dagerbo 2007-01-13 00:39:51 UTC
This reads like a dupe of bug #111900

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