php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13761 Segmentation fault when configures are generating files
Submitted: 2001-10-19 12:58 UTC Modified: 2001-10-19 18:30 UTC
From: acc at acc dot hn dot org Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.6 OS: Linux 2.4.5
Private report: No CVE-ID: None
 [2001-10-19 12:58 UTC] acc at acc dot hn dot org
When i run ./configure the sed program gets a Segmentation fault:

----------------------------------
Generating files
checking for working mkdir -p... (cached) yes
creating config_vars.mk
creating ./config.status
./configure: line 56239: 21954 Segmentation fault      sed -n -f conftest.hdr confdefs.h >conftest.vals
./config.status: line 139: 21971 Segmentation fault      sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
 s/@@/%@/; s/@@/@%/; s/@g$/%g/' >conftest.subs  <<'CEOF'
/^[ 	]*VPATH[ 	]*=[^:]*$/d

s%@SHELL@%/bin/sh%g
s%@CFLAGS@%-g -O2%g
----------------------------------

Anyone know how to solve this ?

/Johan

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-19 18:30 UTC] sniper@php.net
Does it always happen in same place?
What is the version of 'sed' you have?

As this is definately not a bug in PHP, bogusing.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Sep 08 08:01:28 2024 UTC