php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2710 phpinfo() cores
Submitted: 1999-11-12 12:16 UTC Modified: 2002-06-16 09:01 UTC
From: kk at netuse dot de Assigned:
Status: Not a bug Package: Reproducible Crash
PHP Version: 3.0 Latest CVS (12/11/1999) OS: SunOS wwwx 5.7 Generic_106541-07
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
14 + 35 = ?
Subscribe to this entry?

 
 [1999-11-12 12:16 UTC] kk at netuse dot de
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)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-16 09:01 UTC] sander@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately, PHP 3 is no longer supported. Please download
the latest version of PHP 4 from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 11:01:29 2024 UTC