|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-06-16 09:01 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 05:00:01 2025 UTC |
kk@wwwx ~/Source/php3 $ ./php <?php phpinfo(); Content-type: text/html <center><h1>PHP Version 3.0.13-dev</h1></center> ... </td></tr> <tr><th align=left bgcolor="#999999">mcrypt</th><td bgcolor="#DDDDDD">No additio nal information.</td></tr> <tr><th align=left bgcolor="#999999">mhash</th><td bgcolor="#DDDDDD">No addition al information.</td></tr> <tr><th align=left bgcolor="#999999">LDAP</th><td bgcolor="#DDDDDD">Abort (core dumped) kk@wwwx ~/Source/php3 $ gdb php core GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "sparc-sun-solaris2.7"... Core was generated by `./php'. Program terminated with signal 9, Killed. Reading symbols from /opt/lib/libpng.so.2...done. Reading symbols from /opt/lib/libz.so...done. Reading symbols from /opt/lib/libttf.so.2...done. Reading symbols from /opt/lib/mysql/libmysqlclient.so.6...done. Reading symbols from /opt/lib/libldapssl30.so...done. Reading symbols from /usr/lib/libkstat.so.1...done. Reading symbols from /opt/lib/libgdbm.so.2...done. Reading symbols from /usr/lib/libc.so.1...done. Reading symbols from /opt/lib/libmcrypt-2.2.so.2...done. Reading symbols from /opt/lib/libmhash.so.1...done. Reading symbols from /opt/lib/libjpeg.so.62...done. Reading symbols from /opt/lib/libtiff.so...done. Reading symbols from /usr/lib/libpam.so.1...done. Reading symbols from /usr/lib/libm.so.1...done. Reading symbols from /usr/lib/libdl.so.1...done. Reading symbols from /usr/lib/libsocket.so.1...done. Reading symbols from /usr/lib/libnsl.so.1...done. Reading symbols from /usr/lib/libresolv.so.2...done. Reading symbols from /usr/lib/libthread.so.1...done. Reading symbols from /usr/lib/libposix4.so.1...done. Reading symbols from /usr/lib/libpthread.so.1...done. Reading symbols from /usr/lib/libmp.so.2...done. Reading symbols from /usr/lib/libaio.so.1...done. Reading symbols from /usr/platform/SUNW,Ultra-1/lib/libc_psr.so.1...done. Reading symbols from /usr/lib/nss_files.so.1...done. #0 0xfee18454 in __sigprocmask () from /usr/lib/libthread.so.1 (gdb) bt #0 0xfee18454 in __sigprocmask () from /usr/lib/libthread.so.1 #1 0xfee0e758 in _resetsig () from /usr/lib/libthread.so.1 #2 0xfee0dea4 in _sigon () from /usr/lib/libthread.so.1 #3 0xfee10d1c in _thrp_kill () from /usr/lib/libthread.so.1 #4 0xff0b9408 in abort () from /usr/lib/libc.so.1 #5 0xff1c6e6c in SSL_IsDomestic () from /opt/lib/libldapssl30.so #6 0xff19a7bc in ldap_version () from /opt/lib/libldapssl30.so #7 0x7b758 in php3_info_ldap () at functions/ldap.c:308 #8 0x74f38 in _display_module_info (module=0x15b3d0) at functions/info.c:77 #9 0x44e68 in _php3_hash_apply (ht=0x1568f8, destruct=0x74ee8 <_display_module_info>) at php3_hash.c:703 #10 0x750a8 in _php3_info () at functions/info.c:138 #11 0x76878 in php3_info (ht=0x1ba098, return_value=0x13ceb8, list=0x14ef20, plist=0x155764) at functions/info.c:418 #12 0x38ea0 in phpparse () at control_structures_inline.h:934 #13 0x43310 in php3_parse (yyin=0x155400) at main.c:1554 #14 0x43bdc in main (argc=1, argv=0xffbefb0c) at main.c:1863 (gdb)