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 225127 - org.netbeans.modules.cnd.asm.core.editor.AsmLexer.nextToken: LowPerformance took 6191 ms.
Summary: org.netbeans.modules.cnd.asm.core.editor.AsmLexer.nextToken: LowPerformance t...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: ASM (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-01-21 09:38 UTC by Exceptions Reporter
Modified: 2013-05-15 02:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195528


Attachments
nps snapshot (71.23 KB, application/nps)
2013-01-21 09:38 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-01-21 09:38:14 UTC
This issue was reported manually by mmirilovic.
It already has 30 duplicates 


Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) Client VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Linux
Maximum slowness yet reported was 8013 ms, average is 5638
Comment 1 Exceptions Reporter 2013-01-21 09:38:17 UTC
Created attachment 130434 [details]
nps snapshot
Comment 2 Egor Ushakov 2013-05-14 13:34:19 UTC
this may happen if asm file is lexed incorrectly, e.g.:
"
"
"
"
"
This file will give lex error on every line
Comment 3 Egor Ushakov 2013-05-14 14:07:34 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/b2e801adcb2b
limited number of errors to 100
Comment 4 Quality Engineering 2013-05-15 02:30:13 UTC
Integrated into 'main-golden', will be available in build *201305142300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b2e801adcb2b
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #225127 - org.netbeans.modules.cnd.asm.core.editor.AsmLexer.nextToken: LowPerformance took 6191 ms.