php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #72082 Conftest crashes every time
Submitted: 2016-04-23 00:30 UTC Modified: 2021-03-07 04:22 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: andrey at kostin dot email Assigned: cmb (profile)
Status: No Feedback Package: *Compile Issues
PHP Version: Irrelevant OS: Ubuntu
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: andrey at kostin dot email
New email:
PHP Version: OS:

 

 [2016-04-23 00:30 UTC] andrey at kostin dot email
Description:
------------
I get crash reports during compilation on every Ubuntu release since 9.10 up to 16.04. It doesn't depend on PHP version, all of them are affected, from 5.3 to 7.0. It doesn't even depend on computer I use.

cd /opt/src/php-5.5.34
'./configure' \
'--prefix=/opt/php-5.5.34' \
'--with-libdir=lib64' \
'--with-config-file-path=/opt/php-5.5.34/etc' \
'--enable-fpm' \
'--with-fpm-user=www-data' \
'--with-fpm-group=www-data' \
'--enable-exif' \
'--enable-gd-native-ttf' \
'--enable-shared' \
'--with-gd' \
'--with-gmp' \
'--with-jpeg-dir=/usr' \
'--with-png-dir=/usr' \
'--with-freetype-dir=/usr' \
'--enable-ftp' \
'--enable-sockets' \
'--with-curl=/usr' \
'--with-openssl' \
'--with-openssl-dir=/usr/include/openssl' \
'--with-imap-ssl' \
'--enable-zip' \
'--with-zlib' \
'--with-zlib-dir=/usr' \
'--with-iconv' \
'--with-xsl' \
'--enable-json' \
'--enable-mbstring' \
'--with-mcrypt=/usr' \
'--with-mysqli' \
'--with-pdo-mysql' \
'--with-pdo-pgsql' \
'--with-pdo-sqlite' \
'--with-mysql=mysqlnd' \
'--with-pgsql' \
'--with-readline' \
'--enable-bcmath' \
'--enable-cgi' \
'--enable-intl' \
'--enable-debug' \
'--enable-soap' \
'--with-xmlrpc' \
"$@"
make
checkinstall -D --pkgname php-5.5.34 --pkgversion 5.5.34 --nodoc -y


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-04-23 00:33 UTC] andrey at kostin dot email
I also can provide a crash report from /var/crash if necessary.
 [2021-02-23 16:17 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2021-02-23 16:17 UTC] cmb@php.net
Is that still an issue for you with any of the actively supported
PHP versions[1]?

[1] <https://www.php.net/supported-versions.php>
 [2021-03-07 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 00:01:30 2024 UTC