Re: import loop?

It looks like there is a stylesheet loaded that imports another stylesheet
which imports the first etc. This would run infinitely. Do you have the
source that was validated (guess not, but it's worth a try)?

Sijtsche


----- Original Message -----
From: "Yves Lafon" <ylafon@w3.org>
To: <www-validator-css@w3.org>
Sent: Tuesday, October 15, 2002 11:49 AM
Subject: import loop?


I saw this in a thread dump while the css-validator was eating all the
cpu:

...
        at org.w3c.css.parser.CssFouffa.handleImport(CssFouffa.java:344)
        at
org.w3c.css.parser.analyzer.CssParser.importDeclaration(CssParser.java:596)
        at
org.w3c.css.parser.analyzer.CssParser.parserUnit(CssParser.java:334)
        at org.w3c.css.parser.CssFouffa.parseStyle(CssFouffa.java:295)
        at org.w3c.css.parser.CssFouffa.handleImport(CssFouffa.java:344)
        at
org.w3c.css.parser.analyzer.CssParser.importDeclaration(CssParser.java:596)
        at
org.w3c.css.parser.analyzer.CssParser.parserUnit(CssParser.java:334)
        at org.w3c.css.parser.CssFouffa.parseStyle(CssFouffa.java:295)
        at org.w3c.css.parser.CssFouffa.handleImport(CssFouffa.java:344)
...

(full thread dump attached).

I suspect a problem here...
Thanks,

--
Yves Lafon - W3C
"Baroula que barouleras, au tiéu toujou t'entourneras."

Received on Tuesday, 15 October 2002 07:44:10 UTC