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

Summary: exception report 611022: rather deep recursion of Relaxng processor called from HTML validator
Product: web Reporter: Exceptions Reporter <exceptions_reporter>
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal CC: sdedic, vriha
Priority: P3 Keywords: PERFORMANCE
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 194834
Bug Depends on: 210526    
Bug Blocks:    
Attachments: stacktrace

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;