Re: libpq block allocated before my malloc handler inits?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: libpq block allocated before my malloc handler inits?
Дата
Msg-id 20080629231014.GA5668@alvh.no-ip.org
обсуждение исходный текст
Ответ на libpq block allocated before my malloc handler inits?  (rob <rob@robstoddard.com>)
Список pgsql-general
rob wrote:

> Is there something that runs before my malloc init function in libpq?
> If there is, is there a way to make it happen afterwards?  Is there a
> library interface which doesn't have hidden init functions?

I don't see anything in our code that would initialize stealthily.
Maybe it's something we're being linked against -- pthread perhaps?
OpenSSL?  Maybe you'd have more luck if you noted what is libpq doing
when this invalid free is called.  Perhaps call abort() and get a stack
trace from the resulting dump.

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

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

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: freebsd + postgresql 8.3.3 = 100% of cpu usage on stats collector?
Следующее
От: Russell Smith
Дата:
Сообщение: Re: libpq block allocated before my malloc handler inits?