|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-05-21 14:08 UTC] yohgaki at hotmail dot com
This report is probably a duplicate of 9813 and 10974. Apahce+Mod-SSL dumps core when httpd is started with SSL option and php4 module is loaded before mod-ssl. = httpd.conf (NG) = LoadModule php4_module lib/apache/libphp4.so <IfDefine SSL> LoadModule ssl_module lib/apache/libssl.so </IfDefine> = httpd.conf (OK) = <IfDefine SSL> LoadModule ssl_module lib/apache/libssl.so </IfDefine> LoadModule php4_module lib/apache/libphp4.so Loading php4 module before mod-ssl starts httpd. It seems working. Apache 1.3.20 Mod-SSL 2.8.4 OpenSSL 0.9.6 PHP4.0.7-dev (CVS 5/21/2000) I guess you don't need config, backtrace, etc. If you need, let me know. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 18:00:01 2025 UTC |
I've tested for both 4.0.6RC1 and 4.0.7-dev (2001-05-30). 4.0.6RC1 does not have this problem, but 4.0.7-dev has this problem. (Loading libphp4.so after mod_ssl.so creates core on start up) I used httpd built with pthread this time. #0 _dl_lookup_versioned_symbol (undef_name=0x804c5dc "kill", undef_map=0x40016280, ref=0xbffff4e4, symbol_scope=0x400163d4, version=0x40091488, reloc_type=7, explicit=0) at do-lookup.h:80 80 do-lookup.h: No such file or directory. (gdb) bt #0 _dl_lookup_versioned_symbol (undef_name=0x804c5dc "kill", undef_map=0x40016280, ref=0xbffff4e4, symbol_scope=0x400163d4, version=0x40091488, reloc_type=7, explicit=0) at do-lookup.h:80 #1 0x4000ce52 in fixup (l=0x40016280, reloc_offset=957) at dl-runtime.c:89 #2 0x4000cfe0 in _dl_runtime_resolve () at dl-runtime.c:203 #3 0x4002a329 in pthread_sighandler (signo=11, ctx={gs = 0, __gsh = 0, fs = 0, __fsh = 0, es = 43, __esh = 0, ds = 43, __dsh = 0, edi = 1073832388, esi = 3221224020, ebp = 3221223592, esp = 3221223564, ebx = 1075515848, edx = 135314616, ecx = 66142, eax = 1079404108, trapno = 14, err = 6, eip = 1079404108, cs = 35, __csh = 0, eflags = 66194, esp_at_signal = 3221223564, ss = 43, __ssh = 0, fpstate = 0xbffff610, oldmask = 2147483648, cr2 = 10756748}) at signals.c:97 #4 <signal handler called> #5 0x4056664c in zend_init_buffer (b=0x810bcb8, file=0x2798) at zend_language_scanner.c:5512 #6 0x8050e60 in ap_clear_pool () #7 0x8050ede in ap_destroy_pool () #8 0x8050e32 in ap_clear_pool () #9 0x8050ede in ap_destroy_pool () #10 0x805f03c in clean_parent_exit () #11 0x8061cbb in standalone_main () #12 0x806220b in main () #13 0x400b0b5c in __libc_start_main (main=0x8061e58 <main>, argc=2, ubp_av=0xbffffa54, init=0x804fa50 <_init>, fini=0x8099ffc <_fini>, rtld_fini=0x4000d634 <_dl_fini>, stack_end=0xbffffa4c) at ../sysdeps/generic/libc-start.c:129