You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/11/22 16:38:58 UTC

DO NOT REPLY [Bug 5038] - Segmentation Fault

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5038>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5038

Segmentation Fault





------- Additional Comments From johol@lysator.liu.se  2001-11-22 07:38 -------
I found what caused the segmentation fault. I had the following line

  <xsl:call-template name="heading_h1">

but the template "heading_h1" was *not* defined, instead the template I wanted
to call was "heading_1". When I fixed this, there were no segmentation fault any
more. Still, this condition should be caught and an error message should be
printed.