From owner-freebsd-hackers Mon May 19 09:07:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA29886 for hackers-outgoing; Mon, 19 May 1997 09:07:10 -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 JAA29881 for ; Mon, 19 May 1997 09:07:06 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id IAA24208; Mon, 19 May 1997 08:58:30 -0700 From: Terry Lambert Message-Id: <199705191558.IAA24208@phaeton.artisoft.com> Subject: Re: GNAT-pthreads integration bugs/questions To: davem@caip.rutgers.edu (David S. Miller) Date: Mon, 19 May 1997 08:58:30 -0700 (MST) Cc: terry@lambert.org, deischen@iworks.InterWorks.org, freebsd-hackers@FreeBSD.ORG, jb@freebsd1.cimlogic.com.au In-Reply-To: <199705190257.WAA16061@darkwing.rutgers.edu> from "David S. Miller" at May 18, 97 10:57:25 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Put it at the bottom on the threads stack... > > There is no threads stack in an rfork. > > A thread lacks a stack with rfork(), is this what you are > saying? How in the world does this work? Heh. "man rfork". The rfork call produces processes with shared address spaces, not threads. Regards, Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.