On Sun, 7 Nov 2004, Alan Chandler wrote: > I have downloaded the source of cdrtools and then used the import > project wizard in kdevelop to turn this code into a project. The > project looks fine within kdevelop until I come to quit the program - at > which point it crashes.
I ran into this as well and eventually found out that it is a known bug with the CVS plug-in. You can disable that by adding something like this to the project file: <ignoreparts> <part>CvsService</part> </ignoreparts> This bug report has some more info: <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=278370> -- -| Bob Hauck -| To Whom You Are Speaking -| http://www.haucks.org/

