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 243577 - [hotspot] a lot of "Task ignored cancel"
Summary: [hotspot] a lot of "Task ignored cancel"
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on: 243690
Blocks:
  Show dependency tree
 
Reported: 2014-04-04 15:07 UTC by Vladimir Voskresensky
Modified: 2014-04-24 02:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2014-04-04 15:07:54 UTC
In 8.0 comparing to 7.4 mark occurrences can be shown not very quickly. Navigator can have "wait" node for a long time.
Probably it's the bugs after shifting to parsing API, because I see a lot of not handled cancel requests:INFO [org.netbeans.modules.parsing.impl.TaskProcessor]: "Task ignored cancel"
org.netbeans.modules.cnd.highlight.semantic.SemanticHighlighter
org.netbeans.modules.cnd.highlight.semantic.MarkOccurrencesHighlighter 
Task: org.netbeans.modules.cnd.navigation.macroview.MacroExpansionCaretAwareFactory@4ce09ed7
org.netbeans.modules.cnd.navigation.macroview.MacroExpansionCaretAwareFactory

class NavigatorSourceFactoryTask
Comment 1 Quality Engineering 2014-04-09 02:32:29 UTC
Integrated into 'main-silver', will be available in build *201404090001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/52508b7ad3dd
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug #243577 [hotspot] a lot of "Task ignored cancel"
- cancellable macro expansion, reference visitor, mark occurrences
Comment 2 Quality Engineering 2014-04-19 04:08:07 UTC
Integrated into 'main-silver', will be available in build *201404190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1746d3d09631
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug #243577 [hotspot] a lot of "Task ignored cancel"
- more cancelable places
Comment 3 Alexander Simon 2014-04-21 09:09:06 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/875834b60fda

Note:
The bug #243690 still can stop "Editor Parsing Loop" at any unpredictable place.
Comment 4 Quality Engineering 2014-04-22 02:26:47 UTC
Integrated into 'main-silver', will be available in build *201404220001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/875834b60fda
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #243577 [hotspot] a lot of "Task ignored cancel"
Comment 5 Quality Engineering 2014-04-24 02:17:24 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/57a326d0cf60
User: Ilia Gromov <ilia@netbeans.org>
Log: fixing Bug #243577 [hotspot] a lot of "Task ignored cancel"
- cancellable macro expansion, reference visitor, mark occurrences [ Merge of 282480:52508b7ad3dd from cnd-main ]