php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9332 Crash in phpinfo with Netscape LDAP
Submitted: 2001-02-19 05:19 UTC Modified: 2001-05-02 18:16 UTC
From: christophe dot green at bigfoot dot com Assigned:
Status: Closed Package: LDAP related
PHP Version: 4.0.4pl1 OS: Solaris 2.6
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: christophe dot green at bigfoot dot com
New email:
PHP Version: OS:

 

 [2001-02-19 05:19 UTC] christophe dot green at bigfoot dot com
PHP4 crashes in phpinfo() on Solaris 2.6, when configured with Netscape LDAP 


configure --with-ldap=/www/ldap
Netscape ldap lib : libldapssl30.so

Toto file containing just <? phpinfo() ?>
"php4 toto" crashes with message "Abort(coredump)"

The core file indicates a crash in sigprocmask function.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-19 05:56 UTC] sniper@php.net
Please include the configure line used to configure PHP 4 and if possible
a gdb backtrace of the crash.

--Jani

 [2001-02-19 08:10 UTC] christophe dot green at bigfoot dot com
The configured line is the one I indicated, just configure --with-ldap=/www/ldap
Originally, I used other parameters, which I suppressed to isolate the problem.
The crash is always the same, php displays 
<H2 align="center"><A NAME="module_ldap">ldap</A></H2>
Then crashes with core dump

I don't have gdb. adb indicates:
SIGABRT: Abort

The backtrace is :

__sigprocmask() + 8
_resetsig(0xef4678a4,0x1365c8,0xef466bf0,0x0,0x0,0x136634) + 378
_sigon(?) + cc
_lmutex_unlock(0xef46b688,0xef46b668,0x13662c,0xefffe50c,0x6,0x1)


 [2001-04-01 14:09 UTC] sniper@php.net
Please try the latest CVS snapshot from http://snaps.php.net/ 

--Jani

 [2001-05-02 18:16 UTC] jmoore@php.net
No feedback. Closing

- James
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 10:01:28 2025 UTC