Re: Possible bug in PostgreSQL 8.3beta4 (postgres process segfaults)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Possible bug in PostgreSQL 8.3beta4 (postgres process segfaults)
Дата
Msg-id 23889.1200181104@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Possible bug in PostgreSQL 8.3beta4 (postgres process segfaults)  ("Lawrence Oluyede" <l.oluyede@gmail.com>)
Ответы Re: Possible bug in PostgreSQL 8.3beta4 (postgres process segfaults)  ("Lawrence Oluyede" <l.oluyede@gmail.com>)
Список pgsql-general
"Lawrence Oluyede" <l.oluyede@gmail.com> writes:
> Here it is:
> postgres$ gdb /usr/local/pgsql/bin/postgres core.1600
> (gdb) bt
> #0  0x082c101c in pfree (pointer=0x8472f00) at mcxt.c:591
> #1  0xb7e46513 in xmlCleanupCharEncodingHandlers () from /usr/lib/libxml2.so.2
> #2  0xb7e4f091 in xmlCleanupParser () from /usr/lib/libxml2.so.2
> #3  0x082940e4 in xpath (fcinfo=0xbfee59c4) at xml.c:3441

I think we finally found the problem.  Please see if things are more
stable with 8.3RC1 plus this patch:

http://archives.postgresql.org/pgsql-committers/2008-01/msg00190.php

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Many 8.3 server crashes in xmlCleanupCharEncodingHandlers()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Prepared Statements