php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1776 Segfault in scripts/mkextlib
Submitted: 1999-07-20 21:33 UTC Modified: 1999-07-21 10:48 UTC
From: chagenbu at wso dot williams dot edu Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Beta 1 OS: Linux 2.2.9
Private report: No CVE-ID: None
 [1999-07-20 21:33 UTC] chagenbu at wso dot williams dot edu
make[2]: Leaving directory `/home/chuck/php-4.0b1/ext/standard'
make[2]: Entering directory `/home/chuck/php-4.0b1/ext'
top_srcdir=.. ../scripts/mkextlib libphpext.a apache db imap mysql pcre session standard
../scripts/mkextlib: line 16: 21553 Segmentation fault      ( set -x; $top_srcdir/scripts/armerge $outfile $ext_libs )
make[2]: *** [libphpext.a] Error 139
make[2]: Leaving directory `/home/chuck/php-4.0b1/ext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/chuck/php-4.0b1/ext'
make: *** [all-recursive] Error 1

configure line is:
./configure --with-apache=/usr/local/src/apache_1.3.6 --with-imap --with-mysql

Debian 2.1 system, some packages upgraded to 2.2

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-21 04:53 UTC] sas at cvs dot php dot net
Well, that's apparently a problem in your setup. Our shell scripts cannot segfault themselve. Is it a deterministic effect?
 [1999-07-21 10:48 UTC] chagenbu at wso dot williams dot edu
It's deterministic on my machine, but I can't reproduce it on another, so
I'm going to assume that it's a problem with my system. Sorry.

(btw, could someone turn on wrap="virtual" for the bug reporting textarea?)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 01 10:01:30 2024 UTC