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 221841 - exception report 611022: rather deep recursion of Relaxng processor called from HTML validator
Summary: exception report 611022: rather deep recursion of Relaxng processor called fr...
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords: PERFORMANCE
Depends on: 210526
Blocks:
  Show dependency tree
 
Reported: 2012-11-09 15:26 UTC by Exceptions Reporter
Modified: 2014-10-06 13:25 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194834


Attachments
stacktrace (2.00 KB, text/plain)
2012-11-09 15:26 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-11-09 15:26:19 UTC
This issue was reported manually by sdedic.
It already has 2 duplicates 


Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows 7

User Comments:
GUEST: it is impossilbe to interrupt the process, and it is takes to much resources




Stacktrace: 
java.lang.Exception: Scan canceled.
   at java.lang.Thread.getStackTrace(Thread.java:1436)
   at org.netbeans.modules.parsing.impl.indexing.LogContext.create(LogContext.java:113)
   at org.netbeans.modules.parsing.impl.indexing.LogContext.create(LogContext.java:106)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.scheduleFirer(PathRegistry.java:820)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.resetCacheAndFire(PathRegistry.java:814)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.access$500(PathRegistry.java:85)
Comment 1 Exceptions Reporter 2012-11-09 15:26:21 UTC
Created attachment 127487 [details]
stacktrace
Comment 2 Svata Dedic 2012-11-09 15:27:46 UTC
611022: rather deep recursion of Relaxng processor called from HTML validator
604446: Probably slow processing. Both HTML indexer and HTML validator (through TLIndexer) are captured in the log


Please check - thanks.
Comment 3 Svata Dedic 2012-11-12 08:15:01 UTC
611022: rather deep recursion of Relaxng processor called from HTML validator
604446: Probably slow processing. Both HTML indexer and HTML validator (through TLIndexer) are captured
Comment 4 Marek Fukala 2012-11-30 10:24:01 UTC
the other issue with slow html validation invoked from TLIndexer are described in Bug 218534 - Task list indexing slow due to slow html parsing;