Re: [BUGS] BUG #6204: Using plperl functions generate crash

2012-04-20 Thread ljwilson
Follow-up: Putting in debug stubs for the plperl.c source from PostgreSQL 9.1.3 I've determined the crash mentioned in the first post of this thread occurs at line 905: if (SvTRUE(ERRSV)) Googling I found this: http://www.perlmonks.org/?node_id=870835 Where the last post in the thread talks abo

Re: [BUGS] BUG #6204: Using plperl functions generate crash

2012-04-19 Thread Simon Willett
ljwilson wrote > > But here is what will work: > 1. Compile postgresql-9.1.3 using mingw32 > 2. Replace only the plperl.dll the official binaries supply with the > plperl.dll you get from the mingw32 compile > 3. Then the test which started this bug discussion works. > This is really good news.

Re: [BUGS] BUG #6204: Using plperl functions generate crash

2012-04-19 Thread ljwilson
I began testing PostgreSQL 9.1.x last week, and came across this issue. Repeatable under the following scenarios (all 32-bit) 1. Windows XP SP3 with latest updates. 2. Windows 7 SP1 with latest updates. 3. Any flavor of Perl 5.1.4.x (I've tried strawberry-perl-5.14.2.1-32bit, ActivePerl-5.14.2.140

Re: [BUGS] BUG #6204: Using plperl functions generate crash

2012-04-18 Thread Robert Haas
On Tue, Apr 10, 2012 at 7:01 AM, Simon Willett wrote: > I'm running into the same issue here. > > After install postgresql 9.1.2 and Activestate perl 5.14.2 execute: > create function perl_test() returns void as > $$ > $$ > language plperl > > Generates server crash. > > PostgreSQL version string:

Re: [BUGS] BUG #6204: Using plperl functions generate crash

2012-04-10 Thread Simon Willett
I'm running into the same issue here. After install postgresql 9.1.2 and Activestate perl 5.14.2 execute: create function perl_test() returns void as $$ $$ language plperl Generates server crash. PostgreSQL version string: PostgreSQL 9.1.2, compiled by Visual C++ build 1500, 32 bit - Enterpris

Re: [BUGS] BUG #6204: Using plperl functions generate crash

2011-12-21 Thread l
Shahaf wrote > > I'm running into the same issue. I can "create language plperl;" > successfully, but as soon as I try to create a function (as shown above), > Postgres dies. > > Guimaraes - did you find a solution using standard installers? > No, I didn’t. In fact, þanks God I did not have

Re: [BUGS] BUG #6204: Using plperl functions generate crash

2011-12-21 Thread Shahaf
I'm running into the same issue. I can "create language plperl;" successfully, but as soon as I try to create a function (as shown above), Postgres dies. Guimaraes - did you find a solution using standard installers? sachin - have you tried on win7? pasman - what's the process to install from sou

Re: [BUGS] BUG #6204: Using plperl functions generate crash

2011-10-11 Thread Guimarães Faria Corcete DUTRA , Leandro
2011/10/10 John R Pierce : > > whats important is what perl is in the POSTGRES SERVICE's path, not your > desktop users.   windows doesn't make this easy to determine. In principle I do not have any other perl installation anymore in that machine, nor in another one exhibiting the same symptoms.

Re: [BUGS] BUG #6204: Using plperl functions generate crash

2011-10-10 Thread John R Pierce
On 10/10/11 11:41 AM, Sachin Srivastava wrote: I am using this : http://downloads.activestate.com/ActivePerl/releases/5.14.1.1401/ActivePerl-5.14.1.1401-MSWin32-x86-294969.msi installer and things just works fine for me.. can you check if any other version of perl is in your path. whats impor

Re: [BUGS] BUG #6204: Using plperl functions generate crash

2011-10-10 Thread Sachin Srivastava
On Oct 10, 2011, at 11:19 PM, Leandro wrote: > pasman pasmański gmail.com> writes: >> >> Problem solved: >> I reinstall postgres from sources, works. > > Not all of us can do that. I had the same issue with the EnterpriseDB > PostgreSQL 9.1.1 installer and ActivePerl 5.14.1 on MS Windows XP P

Re: [BUGS] BUG #6204: Using plperl functions generate crash

2011-10-10 Thread Leandro
pasman pasmański gmail.com> writes: > > Problem solved: > I reinstall postgres from sources, works. Not all of us can do that. I had the same issue with the EnterpriseDB PostgreSQL 9.1.1 installer and ActivePerl 5.14.1 on MS Windows XP Professional 2002 SP3. Will try again with the zip file, b

Re: [BUGS] BUG #6204: Using plperl functions generate crash

2011-09-15 Thread pasman pasmański
Problem solved: I reinstall postgres from sources, works. pasman -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] BUG #6204: Using plperl functions generate crash

2011-09-15 Thread Sachin Srivastava
On Sep 15, 2011, at 3:47 AM, Alex Hunsaker wrote: > On Wed, Sep 14, 2011 at 03:15, pasman wrote: >> >> The following bug has been logged online: >> >> Bug reference: 6204 >> Logged by: pasman >> Email address: pasma...@gmail.com >> PostgreSQL version: 9.1.0 >> Operating syst

Re: [BUGS] BUG #6204: Using plperl functions generate crash

2011-09-14 Thread Alex Hunsaker
On Wed, Sep 14, 2011 at 03:15, pasman wrote: > > The following bug has been logged online: > > Bug reference:      6204 > Logged by:          pasman > Email address:      pasma...@gmail.com > PostgreSQL version: 9.1.0 > Operating system:   WinXP sp3 > Description:        Using plperl functions gen

[BUGS] BUG #6204: Using plperl functions generate crash

2011-09-14 Thread pasman
The following bug has been logged online: Bug reference: 6204 Logged by: pasman Email address: pasma...@gmail.com PostgreSQL version: 9.1.0 Operating system: WinXP sp3 Description:Using plperl functions generate crash Details: After install postgresql 9.1.0 and Acti