|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-04-22 01:57 UTC] iliaa@php.net
[2004-04-22 04:02 UTC] xuefer at 21cn dot com
[2004-04-23 19:59 UTC] iliaa@php.net
[2004-04-23 20:17 UTC] xuefer at 21cn dot com
[2004-04-23 21:06 UTC] magnus@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 17:00:01 2025 UTC |
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' \ "$@"