From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18935 invoked by alias); 10 Dec 2007 20:01:39 -0000 Received: (qmail 18904 invoked by uid 22791); 10 Dec 2007 20:01:35 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 10 Dec 2007 20:01:28 +0000 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.50) id 1J1ooZ-0007CW-39; Mon, 10 Dec 2007 20:01:19 +0000 Message-ID: <475D9B0E.25E2A77@dessent.net> Date: Mon, 10 Dec 2007 20:06:00 -0000 From: Brian Dessent Reply-To: gcc@gcc.gnu.org X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: Andreas Schwab CC: Dave Korn , 'Ian Lance Taylor' , gcc@gcc.gnu.org Subject: Re: libiberty/pex-unix vfork abuse? References: <05ea01c838e3$001b9b40$2e08a8c0@CAM.ARTIMI.COM> <060401c838f3$f6333aa0$2e08a8c0@CAM.ARTIMI.COM> <0a8201c83b5a$fa391700$2e08a8c0@CAM.ARTIMI.COM> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2007-12/txt/msg00326.txt.bz2 Andreas Schwab wrote: > Typically in a multithreaded environment vfork is mapped to fork anyway. ...which is what I don't understand about this whole thread. It seems Dave is seeing some strange behavior in Cygwin, but Cygwin's vfork = fork, there is no difference. There used to be a vfork specialization in Cygwin, but it is broken and has not been enabled in quite a long time. Brian