Re: libgcc double-free, backend won't die

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: libgcc double-free, backend won't die
Дата
Msg-id 16428.1197389967@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: libgcc double-free, backend won't die  (Craig James <craig_james@emolecules.com>)
Список pgsql-performance
Craig James <craig_james@emolecules.com> writes:
>> Please show that stuff you snipped --- it might have some relevant
>> information.  The stack trace looks a bit like a threading problem...

> Using host libthread_db library "/lib/libthread_db.so.1".

That's pretty suspicious, but not quite a smoking gun.  Does "info
threads" report more than 1 thread?

> Reading symbols from /usr/lib/libstdc++.so.6...done.
> Loaded symbols for /usr/lib/libstdc++.so.6

Hmm, I wonder whether *this* is the problem, rather than OpenBabel
per se.  Trying to use C++ inside the PG backend is another minefield
of things that don't work.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: libgcc double-free, backend won't die
Следующее
От: Tom Lane
Дата:
Сообщение: Re: libgcc double-free, backend won't die