Re: Perl 5.10 vs. PG 8.4 on Win32

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Perl 5.10 vs. PG 8.4 on Win32
Дата
Msg-id 6622.1242404766@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Perl 5.10 vs. PG 8.4 on Win32  (Dave Page <dpage@pgadmin.org>)
Ответы Re: Perl 5.10 vs. PG 8.4 on Win32
Список pgsql-bugs
Dave Page <dpage@pgadmin.org> writes:
> Couldn't the callback have been called by another process though?

Hmm, maybe, if the messages got to the log out of order.  Try
reproducing it with %p added to log_line_prefix.

> Anyhoo, here's the backtrace for the actual problem:

> ...
>      perl510.dll!28028026()
>> plperl.dll!plperl_init_interp()  Line 452    C
>      plperl.dll!_PG_init()  Line 229    C
>      postgres.exe!internal_load_library(const char * libname=0x01372048)
> Line 287    C

Seems it's crashing inside perl_run(), which leaves us little wiser than
before :-(

            regards, tom lane

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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Perl 5.10 vs. PG 8.4 on Win32
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Is this the expected behaviour for DDL-query execution?