Date: Sat, 18 Mar 2000 11:01:18 -0500 From: Randall Hopper <aa8vb@ipass.net> To: Tom <tom@uniserve.com> Cc: stable@FreeBSD.ORG Subject: Re: Dynamic linker bug in 3.4-RELEASE (I think) Message-ID: <20000318110118.A34149@ipass.net> In-Reply-To: <Pine.BSF.4.05.10003171652210.25933-100000@shell.uniserve.ca>; from tom@uniserve.com on Fri, Mar 17, 2000 at 04:53:54PM -0800 References: <20000317195156.A24243@ipass.net> <Pine.BSF.4.05.10003171652210.25933-100000@shell.uniserve.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000318110118.A34149>