From owner-freebsd-stable Sat Mar 18 7:59:25 2000 Delivered-To: freebsd-stable@freebsd.org Received: from charon.ipass.net (charon.ipass.net [198.79.53.8]) by hub.freebsd.org (Postfix) with ESMTP id C65AB37B603 for ; Sat, 18 Mar 2000 07:59:17 -0800 (PST) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-1-28.dialup.rdu.ipass.net [209.170.132.28]) by charon.ipass.net (8.9.3/8.9.3) with ESMTP id KAA03692; Sat, 18 Mar 2000 10:59:00 -0500 (EST) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id LAA34204; Sat, 18 Mar 2000 11:01:18 -0500 (EST) (envelope-from rhh) Date: Sat, 18 Mar 2000 11:01:18 -0500 From: Randall Hopper To: Tom Cc: stable@FreeBSD.ORG Subject: Re: Dynamic linker bug in 3.4-RELEASE (I think) Message-ID: <20000318110118.A34149@ipass.net> References: <20000317195156.A24243@ipass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from tom@uniserve.com on Fri, Mar 17, 2000 at 04:53:54PM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tom: |On Fri, 17 Mar 2000, Randall Hopper wrote: |> I have a small program I wrote that uses sigwait and takes about 1 second |> to complete. |> |> If I run it over-and-over many times repeatedly, occasionally the dynamic |> linker will fail to resolve the "sigwait" symbol. ... |> Done |> Done |> /usr/libexec/ld-elf.so.1: hw4-1: Undefined symbol "sigwait" |> Done |> Done ... | | I think it is more likely you are exceeding your limit on number of file |descriptors, so the dynamic linker isn't able to open the libraries. How could that be? The program opens one file and one pipe. So that's 5 file descriptors. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message