[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/23910] XML validation causes StackOverflowError
From: |
ray at shoudonet dot no-ip dot org |
Subject: |
[Bug classpath/23910] XML validation causes StackOverflowError |
Date: |
28 Nov 2005 14:08:57 -0000 |
------- Comment #6 from ray at shoudonet dot no-ip dot org 2005-11-28 14:08
-------
> Does the proposed patch from comment #2 work for you?
The patch doesn't work for me, because it deals with
ValidationConsumer$ChildrenRecognizer.completed(),
while the bug I reported results from
ValidationConsumer$ChildrenRecognizer.acceptElement().
However, the root cause seems to be the same:
the recursion does not take account of a loop in a graph.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23910