Date: Sat, 21 Aug 1999 10:43:36 -0400 (EDT) From: Daniel Eischen <eischen@vigrid.com> To: mi@aldan.algebra.com, ports@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: sketch seg-faults at start-up -- confirmation Message-ID: <199908211443.KAA13641@pcnet1.pcnet.com>
next in thread | raw e-mail | index | archive | help
> 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 <tg@ihf.rwth-aachen.de> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908211443.KAA13641>