|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-07-12 20:22 UTC] sterling at cvs dot php dot net
[2000-07-17 18:43 UTC] mike at ftl dot com
[2000-07-27 21:06 UTC] waldschrott@php.net
[2000-08-18 21:36 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 13 07:00:01 2025 UTC |
Running Apache 1.3.12 with mod_perl 1.24 and php 4.0.1pl2. I get a core dump. Here is the back trace. (gdb) bt #0 0xffffffff in ?? () #1 0x401332eb in __getpwnam_r (name=0x80bf0f4 "nobody", resbuf=0x40194240, buffer=0x80bd7f8 "nobody", buflen=1024, result=0xbfffd8ac) at ../nss/getXXbyYY_r.c:182 #2 0x40132ba0 in getpwnam (name=0x80bf0f4 "nobody") at ../nss/getXXbyYY.c:123 #3 0x806be7e in ap_uname2id () #4 0x805944e in set_user () #5 0x80549fa in invoke_cmd () #6 0x8055393 in ap_handle_command () #7 0x8055427 in ap_srm_command_loop () #8 0x8055830 in ap_process_resource_config () #9 0x80560f2 in ap_read_config () #10 0x805f951 in standalone_main () #11 0x80601c3 in main () #12 0x400ba9cb in __libc_start_main (main=0x805fe7c <main>, argc=1, argv=0xbffffac4, init=0x804e870 <_init>, fini=0x809419c <_fini>, rtld_fini=0x4000ae60 <_dl_fini>, stack_end=0xbffffabc) at ../sysdeps/generic/libc-start.c:92 If I comment out mod_perl it works fine. If I comment out php it works fine. Mod_perl and Php run fine if I drop back to v4.0.0 of php. These are both DSO modules. - Mike