ID: 26410 User updated by: miguelangel dot gonzalez at itesm dot mx Reported By: miguelangel dot gonzalez at itesm dot mx -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: AIX 4.3.3 maintenance 10 PHP Version: 4.3.4 New Comment:
Hi, thanks for answer. Don't know what specific information i have to provide, but i'll try. The issuetraker is a helpdesk environment developed in PHP. When i tried to acces de login page (index.php), i got a blanck page telling me that it could no be accesible. But if i access other php pages, they work well. When i view the apache logs to see what happend, i see the "child pid 15598 exit signal Segmentation fault (11)" error. I did the backtrace as is described here, maybe it doesn't show so much information.. I worked in php.ini changin register_globals = off, and the like, but the problem persist, even if i tried with snapshots of php from here. The problem shows also in version lowers than 4.3.4 of php. I put a directory with the php files here: http://orion.rzn.itesm.mx/source/ i'm not an expert in php, maybe it has something to do with sessions or something like that. Hope it helps, if not, let me know what other nformation do you need. Previous Comments: ------------------------------------------------------------------------ [2003-11-25 14:24:23] [EMAIL PROTECTED] 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. ------------------------------------------------------------------------ [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