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.
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.
well, ERROR: syntax error does not come from subversion I need more detail to debug that ... I'll try to reproduce Mik
This reads like a dupe of bug #111900 *** This bug has been marked as a duplicate of 111900 ***