Date: Fri, 17 Mar 2000 16:53:54 -0800 (PST) From: Tom <tom@uniserve.com> To: Randall Hopper <aa8vb@ipass.net> Cc: stable@freebsd.org Subject: Re: Dynamic linker bug in 3.4-RELEASE (I think) Message-ID: <Pine.BSF.4.05.10003171652210.25933-100000@shell.uniserve.ca> In-Reply-To: <20000317195156.A24243@ipass.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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. > > Here is how I run it in tcsh: > > while (1) > hw4-1 > /dev/null > echo Done > end > > And here is some output from the shell: > > ... > Done > Done > Done > Done > Done > Done > Done > Done > Done > /usr/libexec/ld-elf.so.1: hw4-1: Undefined symbol "sigwait" > Done > Done > Done > Done > Done > Done > Done > Done > ... > > Is this a bug? Already fixed? Or should I file a PR. > > Thanks, > > Randall 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. Tom 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?Pine.BSF.4.05.10003171652210.25933-100000>