ID: 26410 Updated by: [EMAIL PROTECTED] Reported By: miguelangel dot gonzalez at itesm dot mx -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: AIX 4.3.3 maintenance 10 PHP Version: 4.3.4 New Comment:
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2003-11-25 12:22:02] miguelangel dot gonzalez at itesm dot mx Description: ------------ Hi, i got the problem of the segmentation fault. I'm running Apache 1.3.29 with php 4.3.4, and compiling with postgresql-7.3.4, perl-5.8.0, mysql-standard-4.0.16. Whe running a product from sourceforge.net (issuetracker 4.0.1) i got the error. With other php pages works correct. The page i got is blank and the error in log is this: [Mon Nov 24 14:51:27 2003] [notice] child pid 26790 exit signal Segmentation fault (11) I have tried with recent snapshots, but the problem persist. Here are my configure lines for apache and PHP. PHP ./configure --with-apache=../apache_1.3.29 \ --with-pgsql=/usr/local/pgsql \ --with-mysql=/usr/local/mysql \ --with-oracle=/u00/app/oracle/product/8.1.7 \ --enable-sigchild --enable-debug cd apache_1.3.x ./configure --prefix=/usr/local/apache \ --with-perl=/usr/local/bin \ --activate-module=src/modules/php4/libphp4.a Thanks in advance. Reproduce code: --------------- The url is http://orion.rzn.itesm.mx/helpdesk/index.php Expected result: ---------------- I expect a login page. Actual result: -------------- I got blank page and the error in log. Here is the backtrace. Core was generated by `httpd'. Program terminated with signal 11, Segmentation fault. #0 0xd016dd54 in leftmost () from /usr/lib/libc.a(shr.o) (gdb) bt #0 0xd016dd54 in leftmost () from /usr/lib/libc.a(shr.o) #1 0xd016f9d8 in malloc_y () from /usr/lib/libc.a(shr.o) #2 0xd016cd9c in malloc () from /usr/lib/libc.a(shr.o) #3 0x1018bff0 in ?? () (gdb) quit ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26410&edit=1