[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

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/776642 Title: segfaults from 5.2.4-2ubuntu5.15 -- ubuntu-bugs mailing list

[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