From: xuefer at 21cn dot com Operating system: linux PHP version: 4.3.6 PHP Bug Type: Reproducible crash Bug description: apace2 crash when stop
Description: ------------ apache2 version 4.3.5 did't crash(at least this way) Reproducible steps: 1. edit http.conf, CoreDumpDirectory /test/coredump/ 2. /test/bin/apachectl start 3. /test/bin/apachectl stop 4. ls /test/coredump got "core" file Core was generated by `/test/bin/httpd -k start'. Program terminated with signal 11, Segmentation fault. #0 0x40740a90 in ?? () (gdb) bt #0 0x40740a90 in ?? () #1 0x08099a78 in main () #2 0x401be657 in __libc_start_main (main=0x80997c0 <main>, argc=3, ubp_av=0xbffffaf4, init=0x806296c <_init>, fini=0x80ba030 <_fini>, rtld_fini=0x4100dc54 <_dl_fini>, stack_end=0xbffffaec) at ../sysdeps/generic/libc-start.c:129 (gdb) q config.nice: #! /bin/sh # # Created by configure './configure' \ '--prefix=/test' \ '--with-mysql=/usr/local/mysql' \ '--with-apxs2=/test/bin/apxs' \ '--with-zlib' \ '--with-ttf' \ '--with-jpeg-dir=/usr' \ '--with-png-dir=/usr' \ '--with-gd' \ '--with-dom=/usr/local/' \ '--with-openssl' \ '--with-posix' \ '--with-iconv' \ '--enable-sockets' \ '--enable-inline-optimization' \ '--enable-mbregex' \ '--enable-bcmath' \ '--enable-pcntl' \ "$@" -- Edit bug report at http://bugs.php.net/?id=28092&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=28092&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=28092&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=28092&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=28092&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=28092&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=28092&r=needscript Try newer version: http://bugs.php.net/fix.php?id=28092&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=28092&r=support Expected behavior: http://bugs.php.net/fix.php?id=28092&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=28092&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=28092&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=28092&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28092&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=28092&r=dst IIS Stability: http://bugs.php.net/fix.php?id=28092&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=28092&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=28092&r=float