From owner-freebsd-ports Sat Aug 21 7:46:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id B697C14CF9; Sat, 21 Aug 1999 07:46:42 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id KAA13641; Sat, 21 Aug 1999 10:43:36 -0400 (EDT) Date: Sat, 21 Aug 1999 10:43:36 -0400 (EDT) From: Daniel Eischen Message-Id: <199908211443.KAA13641@pcnet1.pcnet.com> To: mi@aldan.algebra.com, ports@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: sketch seg-faults at start-up -- confirmation Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Sketch (built by /usr/ports/graphics/sketch) would not start up for me > either: > > Program received signal SIGSEGV, Segmentation fault. > 0x28157041 in select () from /usr/lib/libc_r.so.3 > (gdb) where > #0 0x28157041 in select () from /usr/lib/libc_r.so.3 Someone just committed a fix for select() with null timeval in libc_r: ---------------------------- revision 1.11 date: 1999/08/20 21:06:20; author: alfred; state: Exp; lines: +5 -5 move sanity check of timeval struct so as not to segfault when passed a null pointer. Pointed out by: Thomas Gellekum Reviewed by: eivind It was merged into -stable roughly 1 hour later. Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message