[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2010-04-25 Thread Bug Watch Updater
** Changed in: postgresql-8.3 (Debian) Status: Confirmed = Fix Released -- PHP (cli) exits with a segfault if pg_connect() called. https://bugs.launchpad.net/bugs/63141 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2010-04-15 Thread Launchpad Bug Tracker
This bug was fixed in the package postgresql-8.3 - 8.3.10-0ubuntu8.04 --- postgresql-8.3 (8.3.10-0ubuntu8.04) hardy-proposed; urgency=low * New upstream bug fix release: (LP: #557408) - Add new configuration parameter ssl_renegotiation_limit to control how often we do

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2010-04-08 Thread Colin Watson
Accepted postgresql-8.3 into hardy-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: postgresql-8.3

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2010-04-07 Thread Martin Pitt
** Changed in: postgresql-8.3 (Ubuntu Hardy) Status: Triaged = In Progress -- PHP (cli) exits with a segfault if pg_connect() called. https://bugs.launchpad.net/bugs/63141 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2010-04-07 Thread Martin Pitt
Uploaded to hardy-proposed, waiting for other SRU team member to ack/accept. ** Description changed: + SRU TEST CASE: + * sudo apt-get install postgresql-8.3 + * php -r 'pg_connect(host=localhost);' +warning: pg_connect(): Unable to connect to PostgreSQL server: fe_sendauth: no password

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2010-03-22 Thread Ondřej Surý
I have updated the debbug411982.patch to compile cleanly after evaluating commited postgresql-8.4 code and consequences of pq_lockarray not freed (previous patch had a typo s/pqlockarray/pq_lockarray/). ** Patch added: Updated patch to fix crash

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2010-01-29 Thread Martin Pitt
Wontfix for lucid, since it's obsoleted by 8.4. Should be fixed for hardy, though, as LTS. ** Changed in: postgresql-8.3 (Ubuntu) Status: Confirmed = Won't Fix ** Also affects: php5 (Ubuntu Hardy) Importance: Undecided Status: New ** Also affects: postgresql-8.3 (Ubuntu Hardy)

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2010-01-15 Thread Ondřej Surý
Hi Russell, I have noticed your patch only after I did manually apply 8.4 patch to postgresql-8.3 for Debian bug. Martin, could you please comment either here or in debian bug, since you're maintainer of both Ubuntu and Debian packages? Ondrej -- PHP (cli) exits with a segfault if pg_connect()

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2010-01-14 Thread Russell Smith
I attached basically the same patch over 12 months ago. What can be done to actually get this patch applied and released? -- PHP (cli) exits with a segfault if pg_connect() called. https://bugs.launchpad.net/bugs/63141 You received this bug notification because you are a member of Ubuntu Server

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2009-04-09 Thread leopard
Ubuntu 8.04 Sometimes I have error in log. High loaded server, online system writen by PHP and using Postgresql. $ tail -f /var/log/messages Apr 9 13:15:01 dbserver kernel: [ 7110.775499] php[14257]: segfault at eip b6e98e8f esp bfef4ca0 error 4 Apr 9 13:15:01 dbserver kernel: [

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2008-11-13 Thread Russell Smith
Hi, I've taken the latest version of the PG patch and backported it to 8.3.3 as released in hardy. Before the application of the below patch, the segfault appears on the following code; ?php $conn = pg_connect('host=localhost dbname=postgres sslmode=require'); ? After the patch application.

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2008-11-04 Thread Russell Smith
I have marked all the moodle reports as duplicates of this bug. They exhibit the same symptoms as each other. The workaround for the pg_connect generic bug is to disable the ssl connection. Manually altering the moodle connect string in connection library to disable ssl also removes the

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2008-11-04 Thread Russell Smith
** Also affects: postgresql-8.3 (Ubuntu) Importance: Undecided Status: New ** Changed in: postgresql-8.3 (Ubuntu) Status: New = Confirmed -- PHP (cli) exits with a segfault if pg_connect() called. https://bugs.launchpad.net/bugs/63141 You received this bug notification because

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2008-11-03 Thread Russell Smith
Hi, After a bit of debugging, some pushing and a big wait, there is a proposed patch for this. Really this is a bug in PostgreSQL as listed in the PHP bug report. I'm not sure if this should be moved. So I'm leaving it here. But it is certainly a bug in PostgreSQL. Bug thread reported by me:

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2008-04-25 Thread Russell Smith
I've run the test in the original test script with slight different connect parameters on hardy up to date today. I didn't get a crash; ## My php5 conf.d looks like this to load curl.ini and pgsql.ini [EMAIL PROTECTED]:~$ ls -l /etc/php5/cli/conf.d/ total 16 -rw-r--r-- 1 root root 54 2008-02-28