Bug 86191

Summary: SIG 11 after closing Kdevelop (XML Error)
Product: [Developer tools] kdevplatform Reporter: alexander Bertram <alex>
Component: appwizardAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: crash    
Priority: NOR    
Version: 1.0.0   
Target Milestone: ---   
Platform: FreeBSD Ports   
OS: FreeBSD   
Latest Commit: Version Fixed In:

Description alexander Bertram 2004-07-28 20:13:55 UTC
Version:           3.0.4 (using KDE KDE 3.2.3)
Installed from:    FreeBSD Ports
Compiler:          gcc 3.3.3 FreeBSD 
OS:                FreeBSD

During the creaton process of a new project (/project/new project) for example with a c++ hello world project after the creation process the following box appears:

This is not a valid project file.
XML error in line 4, column 17:
letter is expected    

The build menu is empty (only shaded stop). 
When closing Kdevelop or the project a SIG 11 SIGSEGV appaers.
This error happens on every project i try to create. If i instead open a kdevelop 2 project it works to build and run the application. But if i close the kdevelop 2 project the SIGSEGV (SIG 11) appears also.
Comment 1 Amilcar do Carmo Lucas 2004-07-29 10:01:40 UTC
You're most probably inserting an invalid character in the author, e-mail or project name.

If yes, then this bug is a duplicat of a fixed bug in KDevelop HEAD.
Take a look at this page to find out how to get KDevelop HEAD:
http://www.kdevelop.org/index.html?filename=HEAD/branches_compiling.html

The extra advantage of HEAD is that it fixes more than 120 bugs :)
Comment 2 Amilcar do Carmo Lucas 2004-07-31 17:58:33 UTC

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