This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Saxon crashing: java.lang.StackOverflowError


After a fair amount of tedium, I was able to track the problem to recursive
links within the source.  At some point, somebody placed a <ulink/> inside a
<refentrytitle/> that linked to the parent <refentry/>.  When my script
changed the <ulink/> to a <link/>, I think an infinite loop happened
someplace.  I've fixed the source, and everything works just fine.

Jeff Beal

-----Original Message-----
From: Daniel Veillard [mailto:veillard@redhat.com]
Sent: Tuesday, January 14, 2003 5:47 PM
To: Jeff Beal
Cc: DocBook Mailing List (E-mail)
Subject: Re: DOCBOOK-APPS: Saxon crashing: java.lang.StackOverflowError


On Tue, Jan 14, 2003 at 04:42:51PM -0500, Jeff Beal wrote:
> hard-coded <ulink/>s into <link/>s.  (By 'a bunch' I mean 15,000.)
XSLTProc
> was also crashing after the change.  Can anybody think of any reason why

   Hum ... how ?
some guidelines at 
   http://xmlsoft.org/XSLT/bugs.html

Capturing the standard error output of the run with -v (cautious
this will generate huge logs) and looking at the tail of the logs
may help understand the problem.

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard@redhat.com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]