From owner-freebsd-stable Fri Mar 17 16:49:39 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 7B4C937B597 for ; Fri, 17 Mar 2000 16:49:30 -0800 (PST) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-1-177.dialup.rdu.ipass.net [209.170.132.177]) by charon.ipass.net (8.9.3/8.9.3) with ESMTP id TAA12190 for ; Fri, 17 Mar 2000 19:49:27 -0500 (EST) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id TAA24337 for stable@freebsd.org; Fri, 17 Mar 2000 19:51:56 -0500 (EST) (envelope-from rhh) Date: Fri, 17 Mar 2000 19:51:56 -0500 From: Randall Hopper To: stable@freebsd.org Subject: Dynamic linker bug in 3.4-RELEASE (I think) Message-ID: <20000317195156.A24243@ipass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message