php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3756 apache can not start, unaligned access
Submitted: 2000-03-07 07:37 UTC Modified: 2000-08-07 09:37 UTC
From: vhor at cuni dot cz Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Beta 4 Patch Level 1 OS: DEC Unix 4.0D
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: vhor at cuni dot cz
New email:
PHP Version: OS:

 

 [2000-03-07 07:37 UTC] vhor at cuni dot cz
while starting httpd:
Unaligned access pid=14337 <httpd> va=0x140060a9c pc=0x12002e5bc ra=0x12002e5b4
inst=0xb4090000
This occur only if there is any php directive in httpd.conf (php_value etc.)

php: configure --with-apache=../apache_1.3.12
apache: configure --prefix=... --activate-module=src/modules/php4/libphp4.a --enable-module=rewrite --enable-module=info

compilation warnings:
gcc -DHAVE_CONFIG_H -I. -I/usr/local/source/php-4.0b4pl1/. -I. -I./Zend -I/usr/l
ocal/source/php-4.0b4pl1 -I/usr/local/source/apache_1.3.12/src/include -I/usr/lo
cal/source/apache_1.3.12/src/os/unix  -D_REENTRANT -g -O2 -Wall  -c configuratio
n-scanner.c && touch configuration-scanner.lo
In file included from /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0d/2.95.2/includ
e/stdarg.h:36,
                 from Zend/zend.h:53,
                 from php.h:34,
                 from configuration-scanner.l:22:
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0d/2.95.2/include/va-alpha.h:36: warni
ng: redefinition of `va_list'
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0d/2.95.2/include/va_list.h:7: warning
: `va_list' previously declared here
configuration-scanner.c:652: warning: return-type defaults to `int'
configuration-scanner.c: In function `cfglex':
configuration-scanner.c:721: warning: label `find_rule' defined but not used
configuration-scanner.l: At top level:
configuration-scanner.c:1790: warning: `yy_flex_realloc' defined but not used
configuration-scanner.c:1273: warning: `yyunput' defined but not used



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-01 23:29 UTC] waldschrott@php.net
Please verify that it?s still happening using the latest version of PHP (release 4.0.1pl2 or CVS).
 [2000-08-07 09:37 UTC] waldschrott@php.net
closed due to user feedback
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 13:01:27 2024 UTC