From owner-freebsd-hackers Wed Jul 14 23:18:17 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from zabagek.ihf.rwth-aachen.de (zabagek.ihf.RWTH-Aachen.DE [134.130.90.60]) by hub.freebsd.org (Postfix) with ESMTP id 19D8914E4B; Wed, 14 Jul 1999 23:18:10 -0700 (PDT) (envelope-from tg@zabagek.ihf.rwth-aachen.de) Received: (from tg@localhost) by zabagek.ihf.rwth-aachen.de (8.9.3/8.9.3) id IAA88445; Thu, 15 Jul 1999 08:19:21 +0200 (CEST) (envelope-from tg) To: Daniel Eischen Cc: hackers@FreeBSD.ORG, kip@lyris.com, stable@FreeBSD.ORG Subject: Re: seg fault in mutex_queue_enq References: <199907141806.OAA25906@pcnet1.pcnet.com> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Thomas Gellekum Date: 15 Jul 1999 08:19:21 +0200 In-Reply-To: Daniel Eischen's message of "Wed, 14 Jul 1999 14:06:24 -0400 (EDT)" Message-ID: Lines: 26 X-Mailer: Gnus v5.6.34/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Daniel Eischen writes: > There are some bugs in libc_r in stable that have been fixed in > -current. I think the one that you've hit is an uninitialized > TAILQ_HEAD in a statically declared mutex (in localtime). It's > probably about time for a MFC. If someone wants to give me the > go-ahead, I can do it... Just Do It (tm). At least you could merge the change from [pthread_private.h] 1.20 Sun Jun 20 8:28:08 1999 UTC by jb Diffs to 1.19 In the words of the author: o The polling mechanism for I/O readiness was changed from select() to poll(). In additon, a wrapped version of poll() is now provided. [...] plus the later formatting fixes. As an aside: some files still lack $Id$'s, and someone should `s/REGENTS/AUTHOR/' in all the copyright statements. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message