Edit report at https://bugs.php.net/bug.php?id=71709&edit=1
ID: 71709
Comment by: klaus dot keppler at gmail dot com
Reported by: kspen72 at gmail dot com
Summary: make test ext/curl/tests/curl_setopt_basic003.phpt
never completes
Status: Open
Type: Bug
Package: Testing related
Operating System: Debian 3.2.73-2+deb7u2 x86_64
PHP Version: 7.0.4
Block user comment: N
Private report: N
New Comment:
Can confirm this, too.
Only happens when building PHP 7.x on Debian 7.
Same build parameters work fine on Debian 8.
(XEN domU, 64bit)
When this test is hit, a segmentation fault is written to syslog:
[11039555.163908] php[15573]: segfault at d ip 00000000006929e0 sp
00007fff9cfe1638 error 4 in php[400000+89e000]
The shell instance around the test script remains as a zombie in the process
list. This effectively "stops" all further tests.
However, this bug isn't always triggered; sometimes the tests run ok.
(I guess in about 50% the "make test" hangs)
So I assume that there's a timing problem...?
Previous Comments:
------------------------------------------------------------------------
[2016-04-21 13:34:17] j dot starke at meeva dot de
+1 for PHP 7.0.5 and Debian 7.10
Stays on TEST 3053/13186 [ext/curl/tests/curl_setopt_basic003.phpt]
for 12+ Hours.
Configure: ./configure --prefix=/opt/php7 --with-openssl --with-zlib
--enable-bcmath --with-bz2 --with-curl --enable-exif --enable-ftp --with-gd
--with-gettext --with-imap --with-imap-ssl --enable-intl --enable-mbstring
--with-mcrypt --with-mysqli --with-pdo-mysql --with-pspell --with-readline
--enable-soap --enable-sockets --enable-zip --with-pear --with-kerberos
OS: Debian 3.2.68-1+deb7u6 x86_64
------------------------------------------------------------------------
[2016-04-20 14:51:28] kspen72 at gmail dot com
Just FYI, didn't have this problem on same server with 7.0.5.
------------------------------------------------------------------------
[2016-04-20 14:27:43] dn at cstech dot ru
Have this bug too.
Debian 7.9
PHP 7.0.5
TEST 3079/11800 [ext/curl/tests/curl_setopt_basic003.phpt] never completes.
------------------------------------------------------------------------
[2016-03-03 21:26:12] kspen72 at gmail dot com
Description:
------------
make test ext/curl/tests/curl_setopt_basic003.phpt (test 3017) never completes.
Did not have this problem with "make test" using any previous version of PHP
5.6 or 7.0 on this same server. Used same config.nice (below) on 7.0.3 and
several versions of 5.6 without issue.
'./configure' \
'--with-apxs2=/usr/local/apache2/bin/apxs' \
'--with-zlib' \
'--enable-sockets' \
'--disable-ipv6' \
'--with-mcrypt' \
'--enable-mbstring' \
'--with-jpeg-dir' \
'--with-kerberos' \
'--with-curl' \
'--enable-zip' \
'--with-openssl' \
'--enable-soap' \
'--with-xmlrpc' \
'--with-pdo-mysql' \
'--with-mysqli' \
'--with-bz2' \
'--with-gd' \
'--with-freetype-dir' \
'--enable-gd-native-ttf' \
'--with-gettext' \
'--with-libdir=/lib/x86_64-linux-gnu' \
"$@"
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=71709&edit=1
--
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php