Re: Perl 5.10 vs. PG 8.4 on Win32

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: Pg Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Perl 5.10 vs. PG 8.4 on Win32
Date: 2009-05-15 16:26:06
Message-ID: 6622.1242404766@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Dave Page <dpage(at)pgadmin(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Francisco Olarte Sanz 2009-05-15 16:36:45 Re: Sorting dates
Previous Message Dave Page 2009-05-15 16:15:42 Re: Perl 5.10 vs. PG 8.4 on Win32