From jira-events at lists.jboss.org Mon Dec 19 16:06:09 2011 Content-Type: multipart/mixed; boundary="===============1829803683923698416==" MIME-Version: 1.0 From: Victor Rubezhny (Commented) (JIRA) To: jbosstools-issues at lists.jboss.org Subject: [jbosstools-issues] [JBoss JIRA] (JBIDE-10472) CLONE - XHTML Validator hangs eclipse Date: Mon, 19 Dec 2011 16:06:09 -0500 Message-ID: <488674400.21874.1324328769528.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 44760377.8148.1323821949351.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============1829803683923698416== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/JBIDE-10472?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12652124#= comment-12652124 ] = Victor Rubezhny commented on JBIDE-10472: ----------------------------------------- This issue is very similar to the old one that was found in Apache's Derby = subproject: https://issues.apache.org/jira/browse/DERBY-1446 and according = BugZilla https://bugs.eclipse.org/bugs/show_bug.cgi?id=3D149754 fixed in Ec= lipse 3.2.1. However, the code of org.eclipse.core.runtime.internal.adaptor= .ContextFinder is changed since Eclipse 3.2.1, so I'm not sure that Context= Finder is a real cause of infinite loop in fillInStackTrace() (100% of CPU = usage is more like an infinite loop, than a deadlock). Also, the issue is very similar to the following: https://bugs.eclipse.org/= bugs/show_bug.cgi?id=3D275512. This issue is also occurs SAXParserException= is to be risen in SAXParser. The only difference is that there is no chanc= e to recover in our case. More about our case is that the "hanging" occurs in first pass of validator= (the place when I try to detect the type of file: I'm trying to parse the = file to get its DOCTYPE declaration and see if it is declared as XHTML. But= SAXParser never gives me a chance to complete the parsing). And here the p= arser is configured to stop parsing on firt fatal error. = So, probably, new BugZilla is to be risen for the issue. = > CLONE - XHTML Validator hangs eclipse > ------------------------------------- > > Key: JBIDE-10472 > URL: https://issues.jboss.org/browse/JBIDE-10472 > Project: Tools (JBoss Tools) > Issue Type: Bug > Components: jsp/jsf/xml source editing > Affects Versions: 3.3.0.M4 > Reporter: Alexey Kazakov > Assignee: Victor Rubezhny > Priority: Blocker > Fix For: 3.3.0.Beta1 > > Attachments: pluginsxml.patch > > > Create the following html and build the project: > {code} > > > > some title > > >

some heading.

> SOME TEST!!!!
> MORE TEXT > > > > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.jboss.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============1829803683923698416==--