From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | VladK <vladimir(dot)klykov(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: PHP + PDO + PGPOOL = Segmentation fault |
Date: | 2009-10-28 19:52:27 |
Message-ID: | 4AE8A0FB.3090704@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
VladK wrote:
> This script executed by cron. And segmentation fault generated by PHP
> script.
In that case you have a bug in one of: Apache, PHP, PDO libraries.
If the PDO libraries use PostgreSQL's libpq library then that could be
involved too.
Even if pgpool has a bug and isn't communicating correctly with the PHP
code it shouldn't be possible to cause a segfault.
Your best bet is to see if you can reduce it to as simple a test as
possible. Then we can see what to do next. This may involve working with
the PDO / PHP groups.
--
Richard Huxton
Archonet Ltd
From | Date | Subject | |
---|---|---|---|
Next Message | Thom Brown | 2009-10-28 19:56:04 | Re: Help with postgresql memory issue |
Previous Message | Brooks Lyrette | 2009-10-28 19:50:05 | Re: Help with postgresql memory issue |