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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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: Thu Apr 25 08:01:28 2024 UTC