Bug 64949

Summary: (no subject)
Product: Ports & Packages Reporter: Kirk Strauser <kirk>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Kirk Strauser 2004-03-30 19:30:20 UTC
 Subject: Re: ports/64932: apache 1.3.29 + lang/php4 + openldap21-client
 	doesn't work on -current
 References: <200403301450.i2UEoHXn018071@freefall.freebsd.org>
 	<40698E46.2040202@fillmore-labs.com>
 From: Kirk Strauser <kirk@strauser.com>
 Date: Tue, 30 Mar 2004 12:16:13 -0600
 In-Reply-To: <40698E46.2040202@fillmore-labs.com> (Oliver Eikemeier's
  message of "Tue, 30 Mar 2004 17:12:06 +0200")
 Message-ID: <871xna42vm.fsf@strauser.com>
 X-Mailer: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)
 MIME-Version: 1.0
 Content-Type: text/plain; charset=us-ascii
 Lines: 39
 I am a complete gdb newbie, so I hope this is the information you wanted.
 Is this sufficient to give you useful information?
     # gdb ./id
     GNU gdb 5.2.1 (FreeBSD)
     Copyright 2002 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 "i386-undermydesk-freebsd"...
     (gdb) run
     Starting program: /usr/obj/usr/src/usr.bin/id/id
     uid=0(root) gid=0(wheel) groups=0(wheel), 5(operator)
     Program received signal SIGSEGV, Segmentation fault.
     0x281b9800 in ?? ()
     (gdb) bt
     #0  0x281b9800 in ?? ()
     #1  0x28110635 in _nsdbtput () from /lib/libc.so.5
     #2  0x2813305b in __cxa_finalize () from /lib/libc.so.5
     #3  0x28132d7c in exit () from /lib/libc.so.5
     #4  0x08048c4c in main () at /usr/src/usr.bin/id/id.c:174
     #5  0x080488f9 in _start ()
     (gdb)
 At any rate, this problem is completely repeatable if I have ldap entries in
 my /etc/nsswitch.conf, like:
     hosts: files dns
     group: files ldap
     passwd: files ldap
 Without the ldap entries, the system runs solidly as usual.  I also had the
 original submitter's problem with the lang/php4 port, and used a binary
 search of php4's options to narrow the problem to linking with OpenLDAP.
 -- 
 Kirk Strauser
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-03-31 15:39:01 UTC
State Changed
From-To: open->closed

Copied over to ports/64932
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2004-06-29 07:15:08 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports-bugs

Flush from the pending queue.