[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2011-09-19 Thread Ubuntu QA's Bug Bot
** Tags added: testcase -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/660227 Title: php5-pgsql crash on getting an error back from postgres To manage notifications about this bug go to: https://bug

[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2010-11-09 Thread Clint Byrum
** Changed in: php5 (Ubuntu) Assignee: Clint Byrum (clint-fewbar) => (unassigned) -- php5-pgsql crash on getting an error back from postgres https://bugs.launchpad.net/bugs/660227 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2010-10-21 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.3.3-1ubuntu9.1 --- php5 (5.3.3-1ubuntu9.1) maverick-proposed; urgency=low * debian/patches/php52389-pgsql-segfault.patch: removing, causes error handling to fail (LP: #660227) -- Clint ByrumThu, 14 Oct 2010 06:46:02 -0700 ** Chang

[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2010-10-21 Thread Martin Pitt
Copied to natty as well. ** Changed in: php5 (Ubuntu) Status: In Progress => Fix Released -- php5-pgsql crash on getting an error back from postgres https://bugs.launchpad.net/bugs/660227 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2010-10-20 Thread seorc
I had the same problem in maverick for i386: blank response from the server on bad pg_connect() or pg_query() execution. By the way, the same happened when calling pg_last_error(), even when there were no connection or query errors at all. The proposed package solved the problem. -- php5-pgsql cr

[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2010-10-15 Thread Matt Clarkson
I can confirm that the updated package in maverick-proposed fixes this problem for me. -- php5-pgsql crash on getting an error back from postgres https://bugs.launchpad.net/bugs/660227 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2010-10-15 Thread JamesL
Yep, the proposed package has no problems for me (x84-64, either a clean virtual machine install or my laptop). -- php5-pgsql crash on getting an error back from postgres https://bugs.launchpad.net/bugs/660227 You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2010-10-15 Thread Jean-Baptiste Lallement
** Tags added: verification-done ** Tags removed: verification-needed -- php5-pgsql crash on getting an error back from postgres https://bugs.launchpad.net/bugs/660227 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs maili

[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2010-10-15 Thread Clint Byrum
I verified that the fix is good on a clean maverick i386 install with only php5 added from proposed: cl...@maverick-mini-32:~$ fgrep Package: /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_maverick-proposed_*_Packages|cut -d' ' -f2|xargs dpkg -l 2>&1|grep -v '^No' |grep '^ii' ii libc-bi

[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2010-10-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/maverick-proposed/php5 -- php5-pgsql crash on getting an error back from postgres https://bugs.launchpad.net/bugs/660227 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs

[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2010-10-15 Thread Martin Pitt
I asked for confirmation in bug 607646 as well. ** Also affects: php5 (Ubuntu Maverick) Importance: Undecided Status: New ** Changed in: php5 (Ubuntu Maverick) Status: New => Fix Committed ** Tags added: verification-needed -- php5-pgsql crash on getting an error back from pos

[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2010-10-14 Thread Clint Byrum
Ok, this is fixed by removing the patch added in bug #607646 Merge proposal has the diff. I've tested building on i386 (via ppa) and amd64, both cases produce the expected output. -- php5-pgsql crash on getting an error back from postgres https://bugs.launchpad.net/bugs/660227 You received this

[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2010-10-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~clint-fewbar/ubuntu/maverick/php5/remove-pgsql- segfault-patch -- php5-pgsql crash on getting an error back from postgres https://bugs.launchpad.net/bugs/660227 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ub

[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2010-10-14 Thread Clint Byrum
** Description changed: Binary package hint: php5 A connect failure in pg_connect() or an error in pg_query() will result in php exiting after printing a WARNING instead of continuing execution. I have attached a test script that tries to connect to a non-existent DB - on Debian Le

[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2010-10-14 Thread Clint Byrum
** Changed in: php5 (Ubuntu) Assignee: (unassigned) => Clint Byrum (clint-fewbar) ** Changed in: php5 (Ubuntu) Status: Confirmed => In Progress -- php5-pgsql crash on getting an error back from postgres https://bugs.launchpad.net/bugs/660227 You received this bug notification because

[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2010-10-13 Thread Clint Byrum
Also, I suspect I may have introduced this regression in this bug fix: https://bugs.launchpad.net/ubuntu/+source/php5/+bug/607646 -- php5-pgsql crash on getting an error back from postgres https://bugs.launchpad.net/bugs/660227 You received this bug notification because you are a member of Ubunt

[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2010-10-13 Thread Clint Byrum
I've tried the test.php script on maverick and it definitely exits abruptly where one would not expect it to. Marking Confirmed, setting Importance to High, as I believe this may affect all php5-pgsql users in a very negative way (errors should not crash your PHP!) ** Changed in: php5 (Ubuntu)

[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2010-10-13 Thread Clint Byrum
** Tags added: regression-release -- php5-pgsql crash on getting an error back from postgres https://bugs.launchpad.net/bugs/660227 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2010-10-13 Thread Matt Clarkson
** Attachment added: "Test script" https://bugs.launchpad.net/bugs/660227/+attachment/1691659/+files/test.php ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/660227/+attachment/1691660/+files/Dependencies.txt ** Attachment added: "PHPConf.etc.php5.apache2.php.ini.t