BUG #5079: postgres killed by signal 11 when executing xslt_process function from xml2 contrib module. - Mailing list pgsql-bugs

From dolejsi jiri
Subject BUG #5079: postgres killed by signal 11 when executing xslt_process function from xml2 contrib module.
Date
Msg-id 200909241134.n8OBYHYc063993@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #5079: postgres killed by signal 11 when executing xslt_process function from xml2 contrib module.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      5079
Logged by:          dolejsi jiri
Email address:      dolejsi@mail.ctk.cz
PostgreSQL version: 8.4.1
Operating system:   FreeBSD 5.4 or Centos 5.3
Description:        postgres killed by signal 11 when executing xslt_process
function from xml2 contrib module.
Details:

executing following query 2 times crashes postgres server:
select xslt_process('<aaa/>',$$<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="@*|node()">
      <xsl:copy>
         <xsl:apply-templates select="@*|node()"/>
      </xsl:copy>
   </xsl:template>
</xsl:stylesheet>$$)::xml;

pgsql-bugs by date:

Previous
From: Massimiliano Ziccardi
Date:
Subject: Re: Porblem running on Windows 2003 server
Next
From: Dave Page
Date:
Subject: Re: Porblem running on Windows 2003 server