| From: | Simon Willett <simonw(at)gbitsystems(dot)co(dot)uk> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: BUG #6204: Using plperl functions generate crash |
| Date: | 2012-04-10 11:01:29 |
| Message-ID: | 1334055689658-5629612.post@n5.nabble.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
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 - Enterprise DB download
ActiveState version string: This is perl 5, version 14, subversion 2
(v5.14.2) built for MSWin32-x86-multi-thread
Is there a recommended way to solve this issue, has it been fixed in a later
release?
Simon Willett
--
View this message in context: http://postgresql.1045698.n5.nabble.com/BUG-6204-Using-plperl-functions-generate-crash-tp4802111p5629612.html
Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Barry Bell | 2012-04-10 12:29:57 | Re: BUG #6534: Passing numeric Bind variables to ODBC driver convers to "Double precision" |
| Previous Message | rnysmile | 2012-04-10 10:34:15 | BUG #6578: Deadlock in libpq after upgrading from 8.4.7 to 8.4.11 |