From owner-freebsd-net Wed Nov 14 8: 9:26 2001 Delivered-To: freebsd-net@freebsd.org Received: from noralf.uib.no (noralf.uib.no [129.177.30.12]) by hub.freebsd.org (Postfix) with ESMTP id DBDA637B405 for ; Wed, 14 Nov 2001 08:09:21 -0800 (PST) Received: from hyll.ii.uib.no (ii.uib.no) [129.177.16.27] by noralf.uib.no with esmtp (Exim 3.16) id 1642Y8-0005yU-00; Wed, 14 Nov 2001 17:06:04 +0100 Message-ID: <3BF299DB.2080607@ii.uib.no> Date: Wed, 14 Nov 2001 17:20:43 +0100 From: Trond Davidsen Organization: Institutt for Informatikk, UiB User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.5) Gecko/20011011 X-Accept-Language: en-us MIME-Version: 1.0 To: Archie Cobbs Cc: freebsd-net@FreeBSD.ORG Subject: Re: Mpd with a large number, 200+ , of bundles References: <200111132148.fADLmak59111@arch20m.dellroad.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanner: exiscan *1642Y8-0005yU-00*XkSi3iuKDjY* http://tjinfo.uib.no/virus.html Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > Hmm.. well, we should try to pick this apart one problem at a time. > > If you can get mpd into a state where "kill -9" doesn't kill it, > then that seems like a kernel bug to me, and so we should probably > hone in on that first.. maybe we can come up with a simple test > case, e.g. using the event library debug output, write a program > that opens the same number of file descriptors, pipes, etc. and > registers the same event handlers, etc.. > I think I've got a solution, insert '#define FD_SETSIZE 2048' at the top of 'event.c', over '#include '. This seems to solve the problem for me, for now :) Trond To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message