Re: BUG #3841: core dump in uuid-ossp

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: BUG #3841: core dump in uuid-ossp
Дата
Msg-id 20071227134610.GF5709@alvh.no-ip.org
обсуждение исходный текст
Ответ на BUG #3841: core dump in uuid-ossp  ("Dmitriy" <im@ionflux.ru>)
Ответы Re: BUG #3841: core dump in uuid-ossp  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-bugs
Dmitriy wrote:

> in sql console:
> postgres=# select uuid_nil();
> server closed the connection unexpectedly
>     This probably means the server terminated abnormally
>     before or while processing the request.

Thanks for the report.  I think the problem here is that we're not
checking the return values of uuid functions.  For example uuid_create
could fail due to memory shortage or a number of other problems.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #3842: Service
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #3841: core dump in uuid-ossp