From: miguelangel dot gonzalez at itesm dot mx Operating system: AIX 4.3.3 maintenance 10 PHP version: 4.3.4 PHP Bug Type: Reproducible crash Bug description: child pid 15598 exit signal Segmentation fault (11)
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 bug report at http://bugs.php.net/?id=26410&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=26410&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=26410&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=26410&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=26410&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=26410&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=26410&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=26410&r=support Expected behavior: http://bugs.php.net/fix.php?id=26410&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=26410&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=26410&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=26410&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26410&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=26410&r=dst IIS Stability: http://bugs.php.net/fix.php?id=26410&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=26410&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=26410&r=float