Bug 287380

Summary: KDevelop background parser hangs and after some time KDevelop stops responding too
Product: [Applications] kdevelop Reporter: Nils Kriha <nilskriha>
Component: Language Support: CPP (old)Assignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: crash    
Priority: NOR    
Version: git master   
Target Milestone: 4.2.3   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: headers that cause the problem
backtrace from gdb

Description Nils Kriha 2011-11-23 16:18:30 UTC
Created attachment 65984 [details]
headers that cause the problem

Version:           git master (using KDE 4.7.2) 
OS:                Linux



Reproducible: Always

Steps to Reproduce:
extract the attached file somewhere.
Create new simple cmake project
add to main.cpp:
#include "polymake/internal/modilfied_containers.h"

use the file not found, add custom include paths dialog to add the "testinclude" folder from the attached file.

Actual Results:  
the background parser hangs at around 10% and after some time or editing KDevelop stops responding.
Comment 1 Nils Kriha 2011-11-23 16:19:37 UTC
Created attachment 65985 [details]
backtrace from gdb
Comment 2 Milian Wolff 2011-11-23 16:45:56 UTC
duplicate, merging - but thanks for the files, I hope to create a proper unit test from that and finally find a solution to this problem

take care

*** This bug has been marked as a duplicate of bug 269352 ***
Comment 3 Aleix Pol 2013-03-31 00:45:59 UTC
Moving all the bugs from the CPP Parser. It was not well defined the difference between it and C++ Language Support and people kept reporting in both places indistinctively