BUG #5079: postgres killed by signal 11 when executing xslt_process function from xml2 contrib module.

From: "dolejsi jiri" <dolejsi(at)mail(dot)ctk(dot)cz>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5079: postgres killed by signal 11 when executing xslt_process function from xml2 contrib module.
Date: 2009-09-24 11:34:17
Message-ID: 200909241134.n8OBYHYc063993@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5079
Logged by: dolejsi jiri
Email address: dolejsi(at)mail(dot)ctk(dot)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;

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Dave Page 2009-09-24 11:49:40 Re: Porblem running on Windows 2003 server
Previous Message Massimiliano Ziccardi 2009-09-24 11:08:26 Re: Porblem running on Windows 2003 server