From owner-freebsd-current Fri Aug 15 09:26:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA04814 for current-outgoing; Fri, 15 Aug 1997 09:26:42 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id JAA04806 for ; Fri, 15 Aug 1997 09:26:38 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id JAA23029; Fri, 15 Aug 1997 09:20:56 -0700 From: Terry Lambert Message-Id: <199708151620.JAA23029@phaeton.artisoft.com> Subject: Re: 3.0: problems with libc_r and native pthreads To: edmond@shaman.lycaeum.org (Andrew N. Edmond) Date: Fri, 15 Aug 1997 09:20:56 -0700 (MST) Cc: current@FreeBSD.ORG In-Reply-To: from "Andrew N. Edmond" at Aug 15, 97 02:49:15 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I assume this is because there are not enough file descriptors available > for some reason in libc_r (but there is in mit-pthreads!). I even set: > > #define FD_SETSIZE 8192 > > In the source of my program before any other includes. What was it before you compiled libc_r? 8-). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.