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

2010-08-12 Thread Marc Deslauriers
** CVE removed: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2010-0442 ** CVE removed: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2009-3555 -- PHP (cli) exits with a segfault if pg_connect() called. https://bugs.launchpad.net/bugs/63141 You received this bug notification because yo

[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 Bugs, which is subscribed to Ubuntu. -- ubuntu-b

[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 sess

[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 (Ub

[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-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 Bugs, which is subscribed to Ubuntu. -- ubunt

[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" http://launchpadlibrarian.net/41668113/debbug41

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

2010-03-18 Thread Martin Pitt
Current patch wasn't approved/backported by upstream yet, and the backport proposed in the Debian bug doesn't build. ** Changed in: postgresql-8.3 (Ubuntu Hardy) Status: In Progress => Triaged -- PHP (cli) exits with a segfault if pg_connect() called. https://bugs.launchpad.net/bugs/63141

[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 Bugs, w

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

2010-01-13 Thread Ondřej Surý
Patch for postgresql-8.3 attached. ** Attachment added: "debbug411982.patch" http://launchpadlibrarian.net/37846857/debbug411982.patch ** Package changed: php5 (Debian) => postgresql-8.3 (Debian) ** Changed in: postgresql-8.3 (Ubuntu) Status: Triaged => Confirmed -- PHP (cli) exits w

[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: [ 7110.7

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

2008-11-16 Thread Emmet Hikory
** Changed in: php5 (Ubuntu) Status: Confirmed => Triaged ** Changed in: postgresql-8.3 (Ubuntu) Status: Confirmed => Triaged -- 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

[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; After the patch application. No segfault is experienced. That said, I'm not experienced enough with SSL to

[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-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 segmenta

[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 0

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

2008-02-18 Thread fletch
I wont be able to for a couple of weeks. After that I will test this, if it has not been done before. If I remember :) -- 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 Bugs, which

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

2008-02-18 Thread Chuck Short
If possible can you test this with hardy from a live cd? Thanks chuck -- 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 Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

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

2007-12-13 Thread Ralph Janke
** Changed in: php5 (Ubuntu) Importance: Undecided => Low ** Description changed: Binary package hint: php5-cli test.php: output of php test.php: connected (or not) SegmetationFault In short, calling pg_connect() is causing a Segmentation Fault **after** the successfu

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

2007-06-08 Thread Bug Watch Updater
** Changed in: php5 (Debian) Status: Unknown => Confirmed -- 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 Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs maili

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

2007-06-07 Thread Ralph Janke
Confirmed since there is a confirmed bug in debian about this ** Bug watch added: Debian Bug tracker #411982 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=411982 ** Also affects: php5 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=411982 Importance: Unknown Statu

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

2007-05-22 Thread Ondřej Surý
For more information see: http://bugs.php.net/bug.php?id=40926 and http://bugs.debian.org/411982 -- 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 Bugs, which is the bug contact fo

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

2007-05-22 Thread Ondřej Surý
There is a workaround. If it segfaults, then load modules in reverse order manually from php.ini. -- 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 Bugs, which is the bug contact f

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

2007-05-09 Thread milankowww
I have the bug on php 5.2.1-0ubuntu1.1, libpq5 8.2.4-0ubuntu0.7.04, i386 architecture. Thanks for the curl hint. Moving the line "extension=curl.so" into pgsql.ini (before or after "extension=pgsql.so", it doesn't matter) solves the problem too, and I can still use curl. According to mine 3 minute

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

2007-05-01 Thread al_n
I have the same problem on 7.0.4 php v5.2.1 -- 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 Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@l

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

2007-05-01 Thread al_n
removing php5-curl solves the problem -- 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 Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.u

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

2007-04-23 Thread fletch
Using php5 5.1.6-1ubuntu2.3 on dapper I can no longer see this bug as described. I am still getting a seg fault on my scripts after they have completed, but this bug is not the cause, as the test case no longer works for me either. -- PHP (cli) exits with a segfault if pg_connect() called. https:

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

2007-04-22 Thread txwikinger
Thanks for submitting the bug report. I tested this with php5 5.1.2-1ubuntu3.2 on dapper and could not reproduce this. Is this problem still current or fixed by the updates ? Thanks ** Changed in: php5 (Ubuntu) Assignee: (unassigned) => txwikinger Status: Unconfirmed => Needs Info