Re: quickdie doing memory allocations (was atomic pin/unpin causing errors)

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: quickdie doing memory allocations (was atomic pin/unpin causing errors)
Дата
Msg-id CA+TgmoYqSu-CJFb0-rO7UX8TpiR0F=CUtX-xYBNHvgrQYaRX-Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: quickdie doing memory allocations (was atomic pin/unpin causing errors)  (Andres Freund <andres@anarazel.de>)
Ответы Re: quickdie doing memory allocations (was atomic pin/unpin causing errors)  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Thu, May 5, 2016 at 11:51 AM, Andres Freund <andres@anarazel.de> wrote:
>> #7  0x000000080149e3d6 in nsdispatch () from /lib/libc.so.7
>> #8  0x00000008014a41c6 in __cxa_finalize () from /lib/libc.so.7
>> #9  0x000000080144525c in exit () from /lib/libc.so.7
>> #10 0x00000000008e1bc2 in quickdie (postgres_signal_arg=3) at postgres.c:2623

Eh, this doesn't this __cxa_finalize() stuff suggest that some C++
code was linked into the backend?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Initial release notes created for 9.6
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: Poorly-thought-out handling of double variables in pgbench