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

Поиск
Список
Период
Сортировка
От dolejsi jiri
Тема BUG #5079: postgres killed by signal 11 when executing xslt_process function from xml2 contrib module.
Дата
Msg-id 200909241134.n8OBYHYc063993@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #5079: postgres killed by signal 11 when executing xslt_process function from xml2 contrib module.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Massimiliano Ziccardi
Дата:
Сообщение: Re: Porblem running on Windows 2003 server
Следующее
От: Dave Page
Дата:
Сообщение: Re: Porblem running on Windows 2003 server