Bug 321535 - Kdevelop freezes on specific c++ code
Summary: Kdevelop freezes on specific c++ code
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: 4.5.1
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-23 17:07 UTC by Stephane MANKOWSKI
Modified: 2016-12-13 08:01 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.0.0
Sentry Crash Report:


Attachments
cpp code to reproduce the issue (7.51 KB, text/x-c++src)
2013-06-23 17:07 UTC, Stephane MANKOWSKI
Details
bug fixed (502.47 KB, image/png)
2016-05-09 07:16 UTC, Akshay
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephane MANKOWSKI 2013-06-23 17:07:09 UTC
When I open a specific cpp file, the kdevelop parser is launched and freezes.
Then kdevelop is unusable and must be killed.

Reproducible: Always

Steps to Reproduce:
1. Launch kdevelop
2.File + Open
3.Select the attached file
Actual Results:  
Kdevelop parser freezes.
Kdevelop is no more able to parse an other file.

Expected Results:  
Kdevelop must not freeze.
Comment 1 Stephane MANKOWSKI 2013-06-23 17:07:56 UTC
Created attachment 80736 [details]
cpp code to reproduce the issue
Comment 2 Akshay 2016-05-09 07:16:06 UTC
Created attachment 98852 [details]
bug fixed

The bug is solved and it does not reproduce anymore. I guess we can close this bug now. Review the attached file.