[Bug 776642] Re: segfaults from 5.2.4-2ubuntu5.15

2011-05-04 Thread /usr/local/dick
Hi I just ran into this bug. In hindsight a serious issue that started 3 days ago with one of our web apps seems to also be caused by this. Just tested Steve's patched packages (5.2.4-2ubuntu5.17~lp776642) on our dev server and I can confirm they fix the problems for us. Eagerly awaiting

[Bug 776642] Re: segfaults from 5.2.4-2ubuntu5.15

2011-05-04 Thread Matteo Panella
Hi I just hit this regression with an instance of prestashop (segfault in zend_object_store_get_object). I'm currently testing the updated packages in security-proposed PPA and they seem to work fine for me as well. -- You received this bug notification because you are a member of Ubuntu

[Bug 776642] Re: segfaults from 5.2.4-2ubuntu5.15

2011-05-04 Thread pwolanin
We installed the php5 from the PPA above on a test server, and I can confirm the segfault is no longer triggered by either of the test cases above, nor by the original code where we saw the error. test server info: # uname -a Linux web-41 2.6.24-10-xen #1 SMP Tue Sep 8 18:30:05 UTC 2009 x86_64

[Bug 776642] Re: segfaults from 5.2.4-2ubuntu5.15

2011-05-04 Thread /usr/local/dick
I just went back the the previous version. Since I remove packages from /var/cache/apt after update, I had to dig them up online, from: https://launchpad.net/~ubuntu-security/+archive/ppa/+buildjob/2165886 I downloaded these and installed them manually with dpkg:

[Bug 776642] Re: segfaults from 5.2.4-2ubuntu5.15

2011-05-04 Thread Joey Imbasciano
Is there an ETA of an official release of this fix? Within 24 hours? Within a week? We are trying to make plans as to whether or not to configure a temporary work around. Thanks for the help, Joey -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 776642] Re: segfaults from 5.2.4-2ubuntu5.15

2011-05-04 Thread Steve Beattie
Joey: yes, I expect to release updated packages within the next 24 hours. Thanks. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/776642 Title: segfaults from 5.2.4-2ubuntu5.15 --

[Bug 776642] Re: segfaults from 5.2.4-2ubuntu5.15

2011-05-04 Thread Brian Murray
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/776642 Title: segfaults from 5.2.4-2ubuntu5.15 -- Ubuntu-server-bugs mailing list

[Bug 776642] Re: segfaults from 5.2.4-2ubuntu5.15

2011-05-04 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.2.4-2ubuntu5.17 --- php5 (5.2.4-2ubuntu5.17) hardy-security; urgency=low * debian/patches/php5-pear-CVE-2011-1144-regression.patch: fix mkdir parenthesis issue and PEAR::raiseErro typo (LP: #774452) *

[Bug 776642] Re: segfaults from 5.2.4-2ubuntu5.15

2011-05-03 Thread pwolanin
** CVE added: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2010-4697 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/776642 Title: segfaults from 5.2.4-2ubuntu5.15 --

[Bug 776642] Re: segfaults from 5.2.4-2ubuntu5.15

2011-05-03 Thread pwolanin
Attached is a reasonably minimal test file. You also need to have the Document.php file in the same directory: svn export http://solr-php- client.googlecode.com/svn/trunk/Apache/Solr/Document.php@22 running test.php is sufficient to cause a segfault. # php --version PHP 5.2.4-2ubuntu5.15 with

[Bug 776642] Re: segfaults from 5.2.4-2ubuntu5.15

2011-05-03 Thread Barry Jaspan
I reduced this to a much smaller test case. The output of the attached script is: # php test.php 18 20 32 Segmentation fault This suggests the segfault is happening during the return from function add_taxonomy_to_document(). # uname -a Linux web-98.bjaspan.hosting.acquia.com 2.6.24-10-xen #1

[Bug 776642] Re: segfaults from 5.2.4-2ubuntu5.15

2011-05-03 Thread Barry Jaspan
We've confirmed this on a 32- and 64-bit Ubuntu 8.04 EC2 instance. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/776642 Title: segfaults from 5.2.4-2ubuntu5.15 --

[Bug 776642] Re: segfaults from 5.2.4-2ubuntu5.15

2011-05-03 Thread Barry Jaspan
valgrind confirms the error and provides a stack trace: # valgrind php test.php ... lots of uninitialized memory references reported here ... 18 20 32 ==29381== ==29381== Invalid read of size 1 ==29381==at 0x82E5B81: zend_objects_store_del_ref_by_handle (in /usr/bin/php5) ==29381==by