Re: Perl 5.10 vs. PG 8.4 on Win32 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Perl 5.10 vs. PG 8.4 on Win32
Date
Msg-id 6622.1242404766@sss.pgh.pa.us
Whole thread Raw
In response to Re: Perl 5.10 vs. PG 8.4 on Win32  (Dave Page <dpage@pgadmin.org>)
Responses Re: Perl 5.10 vs. PG 8.4 on Win32
List 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 by date:

Previous
From: Dave Page
Date:
Subject: Re: Perl 5.10 vs. PG 8.4 on Win32
Next
From: Tom Lane
Date:
Subject: Re: Is this the expected behaviour for DDL-query execution?