php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15742 zend_language_scanner.c :2819 Intenal Error
Submitted: 2002-02-26 19:44 UTC Modified: 2002-05-08 00:00 UTC
From: dkschrei at iwon dot com Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.0.6 OS: Mandrake 8.0
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-02-26 19:44 UTC] dkschrei at iwon dot com
(1) On Mandrake 8.0, I have mysql installed and apache installed. I run the following command in the php source directory /var/tmp/php-4.0.6:

(2) Run configure
./configure --with-mysql --with--apxs=/opt/apache_1_3_22/bin/apxs

(3) Run make
Makefile is generated successfully so I type 'make'

(4) Get error
I get the following:

make[1]: Entering directory `/var/tmp/php-4.0.6/Zend'
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
   -DLINUX=22 -DUSE_HSREGEX -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12  -g -O2 -c zend_l
   anguage_scanner.c
   zend_language_scanner.c: In function `shutdown_scanner':
   zend_language_scanner.c:2819: Internal error: Segmentation fault.
   Please submit a full bug report.
   See <URL:https://qa.mandrakesoft.com/> for instructions.
   make[1]: *** [zend_language_scanner.lo] Error 1
   make[1]: Leaving directory `/var/tmp/php-4.0.6/Zend'
   make: *** [all-recursive] Error 1

(5) Note, I tried using PHP 4.1.0 as well and received the same error.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-27 02:22 UTC] sniper@php.net
If you repeat 'make' command, does the segfault happen
at same place? Also, what gcc version you have?

--Jani

 [2002-05-08 00:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 16:01:27 2024 UTC