Re: [HACKERS] SIGSEGV in 'select * from pg_user'

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] SIGSEGV in 'select * from pg_user'
Дата
Msg-id 35F40E1C.7201871D@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] SIGSEGV in 'select * from pg_user'  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-hackers
> I see the same behavior, with a simple "select * from pg_user" enough
> to crash the backend

The segfault is coming from a call to free() after the command has
executed and while the "CommitTransactionCommand" phase is running.
Putting the query inside a begin/end block does not help. Presumably
there is a bad pointer or something getting free'd twice.

Any ideas?

                   - Tom

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

Предыдущее
От: "Gerald Fischer"
Дата:
Сообщение: Re: [INTERFACES] Re: DELETE FROM TABLE doesn't work (AGAIN)
Следующее
От: Massimo Dal Zotto
Дата:
Сообщение: Re: [HACKERS] Open portability issues