php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19899 regcomp.c
Submitted: 2002-10-14 05:29 UTC Modified: 2002-11-10 18:20 UTC
From: oleg_orlov at inbox dot ru Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.2.3 OS: solaris 2.7
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: oleg_orlov at inbox dot ru
New email:
PHP Version: OS:

 

 [2002-10-14 05:29 UTC] oleg_orlov at inbox dot ru
platform: SUN ULTRASPARC

gcc 3.0.1 

Making all in regex
gcc -I. -I/export/work/INSTALL/php4-STABLE-200209250000/regex -I/export/work/INS
TALL/php4-STABLE-200209250000/main -I/export/work/INSTALL/php4-STABLE-2002092500
00 -I/export/work/INSTALL/apache_1.3.26/src/include -I/export/work/INSTALL/apach
e_1.3.26/src/os/unix -I/export/work/INSTALL/php4-STABLE-200209250000/Zend -I/exp
ort/work/INSTALL/php4-STABLE-200209250000/ext/mysql/libmysql -I/export/work/INST
ALL/php4-STABLE-200209250000/ext/xml/expat  -D_POSIX_PTHREAD_SEMANTICS -I/export
/work/INSTALL/php4-STABLE-200209250000/TSRM -g -O2  -c regcomp.c && touch regcom
p.lo
regcomp.c: In function `p_ere_exp':
regcomp.c:336: Internal error: Bus Error
*** Error code 1
make: Fatal error: Command failed for target `regcomp.lo'
Current working directory /export/work/INSTALL/php4-STABLE-200209250000/regex
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/work/INSTALL/php4-STABLE-200209250000/regex
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-14 07:46 UTC] mfischer@php.net
Try the development snapshot first:
http://snaps.php.net/php4-latest.tar.bz2

And:
> regcomp.c: In function `p_ere_exp':
> regcomp.c:336: Internal error: Bus Error

This seems to be clearly a bug in the C compiler you are using.

Is it reproduceable for you ? -> Bug in compiler.

Random occurences ? -> Problem with the system or hardware
 [2002-11-10 18:20 UTC] sniper@php.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 "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 15:01:56 2024 UTC