Re: backend process terminates

Поиск
Список
Период
Сортировка
От Geoffrey
Тема Re: backend process terminates
Дата
Msg-id 46B85BA5.3080103@serioustechnology.com
обсуждение исходный текст
Ответ на Re: backend process terminates  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: backend process terminates
Список pgsql-general
Tom Lane wrote:
> Geoffrey Myers <geof@serioustechnology.com> writes:
>> The output from the gdb batch process may be found here:
>> http://www.serioustechnology.com/gdbbatch.txt
>
> gdb isn't telling you the whole truth, evidently --- how'd control get
> from line 781 to 912 with nothing in between?  Recompiling the backend
> with -O0 or at most -O1 would be a good idea to get a more trustworthy
> gdb trace.

As previously noted, we are building some third party code into the
backend.  We don't have the source code, so it's difficult to know what
might be going on there.

I don't know all the idiosyncrasies of how this works, so bear with me
on this.  The developer at the vendor indicated that he's narrowed down
the problem to a set of wrapper routines in their code.  They are named
OpenFile(), CloseFile() and ReadFile();  He inquired as to whether there
might be routines in the Postgresql code with the same names that might
be causing a conflict.  Sure enough, I searched the Postgresql source
code and found routines with the same names.  I don't see how this could
pose a problem though, as it is my understanding that the compiler will
properly address this issue.

Anyone think this might be a problem?

--
Until later, Geoffrey

Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
  - Benjamin Franklin

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

Предыдущее
От: Nis Jørgensen
Дата:
Сообщение: Re: Removing a schema
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: how to detect the backup database every day