This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 220768 - Code model parsing have never finished on boost sources.
Summary: Code model parsing have never finished on boost sources.
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: nnnnnk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-24 14:10 UTC by Alexander Simon
Modified: 2012-11-01 02:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (652.38 KB, text/plain)
2012-10-24 14:10 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2012-10-24 14:10:44 UTC
Created attachment 126479 [details]
IDE log

I closed IDE.
Main frame is closed.
Java works infinite time (more then 5 minutes).
Attachment contains IDE log with two thread dumps.
Comment 1 Vladimir Kvashin 2012-10-29 10:41:29 UTC
Although this issue worths fixing, it's rather P3 than P2
because the case is quite rare and isn't that harmful for user
Comment 2 Alexander Simon 2012-10-31 09:54:39 UTC
Ok, I see problem misunderstanding.
The primary problem is:
The boost has headers that cannot be parsed for reasonably time (5 minutes).
Please, investigate root cause of the problem.
Is it infinite loop or exponential parsing of nested templates?
The same bugs had P2 priority before.
Comment 3 nnnnnk 2012-10-31 15:59:27 UTC
fixed:
http://hg.netbeans.org/cnd-main/rev/8c149f5c4f19
Comment 4 Quality Engineering 2012-11-01 02:43:39 UTC
Integrated into 'main-golden', will be available in build *201211010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8c149f5c4f19
User: Nikolay Krasilnikov <nnnnnk@netbeans.org>
Log: fixed #220768 - Code model parsing have never finished on boost sources.