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 190710 - UI freeze due to function body parsing in EDT
Summary: UI freeze due to function body parsing in EDT
Status: RESOLVED DUPLICATE of bug 189232
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-10-01 16:58 UTC by Alexander Simon
Modified: 2010-10-20 19:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
project example (6.50 KB, application/x-bzip)
2010-10-01 16:58 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2010-10-01 16:58:16 UTC
Created attachment 102226 [details]
project example

Step to reproduce:
- make sure that start page disabled and closed
- open attached project
- open args.c file
- restart IDE
See
- UI freeze
- cannot close IDE
- high CPU utilization

Note:
Code example was taken from real project.
Core with "((((..." is result of macro expansion.
Comment 1 Alexander Simon 2010-10-01 16:59:22 UTC
Sorry, typo: "Core" -> "Code"
Comment 2 Alexander Simon 2010-10-01 17:22:32 UTC
One extra step:
- before closing IDE move cursor on "BLOCK" identifier.
Comment 3 Leonid Lenyashin 2010-10-03 10:55:30 UTC
Please fix asap!
Comment 4 Vladimir Voskresensky 2010-10-04 10:54:51 UTC
ui freeze is fixed
http://hg.netbeans.org/cnd-main?cmd=changeset;node=299d45bb32dc
Comment 5 Leonid Lenyashin 2010-10-05 15:05:14 UTC
If UI Freeze is fixed, then what else remains not fixed? Should you at least downgrade priority of the bug?
Comment 6 Leonid Lenyashin 2010-10-05 15:05:51 UTC
If UI Freeze is fixed, then what else remains not fixed? Should you at least downgrade priority of the bug?
Comment 8 Alexander Simon 2010-10-20 17:53:35 UTC
unfortunately change set of "ui freeze is fixed":
http://hg.netbeans.org/cnd-main?cmd=changeset;node=299d45bb32dc
was roll backed.
Comment 9 Vladimir Voskresensky 2010-10-20 19:09:19 UTC
more information can be found in snapshots of #189232

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