From owner-cvs-src@FreeBSD.ORG Thu Jun 19 10:04:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5B0337B407 for ; Thu, 19 Jun 2003 10:04:02 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 8359D43FDF for ; Thu, 19 Jun 2003 10:04:00 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 83430 invoked from network); 19 Jun 2003 17:03:59 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 19 Jun 2003 17:03:59 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 19 Jun 2003 14:03:56 -0500 (CDT) From: Mike Silbersack To: Dmitry Sivachenko In-Reply-To: <20030619150711.GA56423@fling-wing.demos.su> Message-ID: <20030619140309.H629@odysseus.silby.com> References: <200306181857.h5IIvwfY075070@repoman.freebsd.org> <20030619115532.A629@odysseus.silby.com> <20030619150711.GA56423@fling-wing.demos.su> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: David Schultz cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2003 17:04:03 -0000 On Thu, 19 Jun 2003, Dmitry Sivachenko wrote: > > Oh, btw; while running my fd hog program as root, cron decided to core. > > Someone should take a look at it and figure out where it doesn't check the > > return value of something which allocates a fd (or socket?) > > > > bin/49096 ? That looks like it might be it, I'll give it a try and commit it if solves the problem for me. Mike "Silby" Silbersack