[PHP-DEV] RE: Bug #601 Updated: phpinfo() returns an empty page From: Hunter Eidson (hunter <email protected>)
Date: 07/31/98

Ok, I had our sysadmin run httpd -X, as requested, and it aborted, but
didn't dump core or anything like that.

He ran it from dbx, however, and he generated the following script:

NOTE: compiled against Netscape SDK 3.1 beta

Script started on Fri Jul 31 14:47:49 1998
#./httpd -X -f /usr/local/etc/httpdx/conf/httpd.conf
#dbx ./httpd
dbx version 3.11.10
Type 'help' for help.

(dbx) r -X -f /usr/local/etc/httpdx/conf/httpd.conf
thread 0x9 signal IOT/Abort trap at >*[nxm_thread_kill, 0x2429cab0] ret
r31, (r26), 1
(dbx) where
> 0 nxm_thread_kill(0xb100000000, 0x0, 0x0, 0x1403d39c, 0x1403d39c)
[0x2429cab0]
   1 pthread_kill(0x11ffe35c, 0x11ffe350, 0x11ffe570, 0x15d, 0x11ffe290)
[0x24273060]
   2 (unknown)() [0x2427b71c]
   3 __tis_raise(0x11ffe290, 0x0, 0x2419db4c, 0x6410ec50, 0x241e8214)
[0x2419db48]
   4 raise(0x2419db4c, 0x6410ec50, 0x241e8214, 0x2427b648, 0x241febdc)
[0x241e8210]
   5 abort(0xc8, 0x0, 0x24273db8, 0x0, 0x600000000) [0x241febd8]
   6 PR_Abort(0x24273db8, 0x0, 0x600000000, 0x0, 0x6ff67c8c) [0x6ff41a14]
   7 SSL_IsDomestic(0x600000000, 0x0, 0x6ff67c8c, 0x14044078, 0x6ff26490)
[0x6ff67c88]
   8 ldap_version(0x6ff67c8c, 0x14044078, 0x6ff26490, 0x11ffe170,
0x120e37d4) [0x6ff2648c]
   9 php3_info_ldap() ["functions/ldap.c":261, 0x120e37d0]
  10 _display_module_info(module = 0x140be8c0) ["functions/info.c":73,
0x1211e4fc]
  11 _php3_hash_apply(ht = 0x140a3828, destruct = 0x1211e490)
["php3_hash.c":662, 0x120c58ac]
  12 _php3_info() ["functions/info.c":134, 0x1211e71c]
  13 php3_info(ht = 0x14153d98, return_value = 0x1408e6f0, list =
0x1408e708, plist = 0x1408e750) ["functions/info.c":389, 0x12120800]
  14 cs_functioncall_post_variable_passing(function_name = 0x11ffe510,
phpchar = 0x11ffe308) ["control_structures_inline.h":899, 0x120cc4a8]
More (n if no)?
  15 phpparse() ["/usr/lib/bison.simple":-29900, 0x120cfe1c]
  16 php3_parse(yyin = 0x6410e3b8) ["main.c":1419, 0x120c2f7c]
  17 apache_php3_module_main(r = 0x14100c18, fd = 18, display_source_mode =
0, preprocessed = 0) ["main.c":1824, 0x120c33d0]
  18 send_php3(0x12071fb8, 0x14100c18, 0x1404d710, 0x1400ec30, 0x140f6a58)
[0x12071ef4]
  19 send_parsed_php3(0x1404d710, 0x1400ec30, 0x140f6a58, 0x1400e6e0,
0x12039420) [0x12071fb4]
  20 invoke_handler(0x1203dc94, 0x14100c18, 0x140662d8, 0x6411c880,
0x14100c18) [0x1203941c]
  21 process_request_internal(0x14100c18, 0x10, 0x1203dd1c, 0x14100c18,
0x140662d8) [0x1203dc90]
  22 process_request(0x140662d8, 0x2e6370672e777777, 0x120343d8, 0x14065f50,
0x140662d8) [0x1203dd18]
  23 child_main(0xdc21ca8fc0e0002, 0x0, 0xbc21ca8b7000002, 0x0, 0x10)
[0x120343d4]
  24 make_child(0x10, 0x0, 0x12034f84, 0x140662d8, 0x14065f38) [0x12034590]
  25 standalone_main(0x140662f8, 0x1, 0xb7000002, 0x0, 0x12035630)
[0x12034f80]
  26 main(0x0, 0x0, 0x1202f660, 0x8008460d, 0x1ffffffff) [0x12035644]
(dbx) quit
#exit

script done on Fri Jul 31 14:49:03 1998