Re: backend reset of database

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: backend reset of database
Дата
Msg-id 8916.1176142378@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: backend reset of database  (Geoffrey <esoteric@3times25.net>)
Ответы Re: backend reset of database
Список pgsql-general
Geoffrey <esoteric@3times25.net> writes:
> Tom Lane wrote:
>> Is pcmiler a Postgres-specific backend extension?

> No.  It's a standalone application that provides an api to build calls
> into there product from other applications.  What we've done is created
> functions that are called from the database that use their api.

Did you recompile/relink these glue functions when moving up to the new
version?  Are they built with debugging enabled?

The trace is *really* suspicious given what you say here.  I'm inclined
to think that what is really happening is that something is jumping to
never-never land (via a clobbered function pointer or overwriting a
return address on the stack) and it just happens to end up in FileRead.
Unfortunately that guess doesn't provide much help for debugging it :-(

            regards, tom lane

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

Предыдущее
От: Geoffrey
Дата:
Сообщение: Re: backend reset of database
Следующее
От: Alexander Staubo
Дата:
Сообщение: Re: Is there a shortage of postgresql skilled ops people