From:             [EMAIL PROTECTED]
Operating system: AIX 4.3
PHP version:      4.0.4pl1
PHP Bug Type:     *Install and Config
Bug description:  apache crash with segmentation fault at end of phpinfo() function 
call.

Compiler: C for AIX version 5 (xlc_r)
Web serveur: IBM_HTTP_Server/1.3.6.2 Apache/1.3.7-dev (Unix)
PHP was compiled with this options:

$ ./configure --prefix=/usr/local/php4 \
              --with-apxs=/local/src/bin/apxs \
              --with-config-file-path=/usr/local/php4/lib \
              --with-mysql=/usr/local \
              --with-exec-dir=/usr/bin \
              --enable-inline-optimization \
              --enable-magic-quotes \
              --enable-track-vars \
              --enable-memory-limit \
              --enable-debugger \
              --enable-safe-mode \
              --enable-sigchild \
              --with-system-regex

I have added this to main/php_config.h to correct some
compilation trouble about undefined functions and 
redefinitions:
#define HAVE_DLFCN_H 1
/* #define HAVE_ALLOCA 1 */
#define HAVE_INT_8_16_32 1

The module is loaded correctly by apache but when a php script is call the script 
return the result and the 
daemon crash with a segmentation fault (11).

This is the test script:
  phpinfo.php:
  <? phpinfo() ?>

This is the result of dbx when the script is requested:
  # dbx /usr/HTTPServer/bin/httpd
  Type 'help' for help.
  reading symbolic information ...warning: no source compiled with -g

  (dbx) run -f /babel/httpd-dev/conf/httpd.conf -X

  Segmentation fault in _efree at 0xd0dcc294 ($t1)
  0xd0dcc294 (_efree+0x1c) 80630008        lwz   r3,0x8(r3)
  (dbx) quit
  #

Did I need to use other compiler, or something to configure ? did the efree function 
is bugged under AIX ?

Thanks for help.


-- 
Edit Bug report at: http://bugs.php.net/?id=10424&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to