From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Subject: 9vx - os x fix From: "Russ Cox" Date: Fri, 27 Jun 2008 08:31:29 -0700 In-Reply-To: <14ec7b180806270816t389b0794i1654ae3b6ed2a46d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20080627152937.4DA6A1E8C2B@holo.morphisms.net> Topicbox-Message-UUID: c866da7e-ead3-11e9-9d60-3106f5b1d025 It looks like calling fork() in OS X 10.5 doesn't copy the alternate signal stack information into the child. If you add the -F flag to keep it from forking into the background, Andrey says it works fine. I'll tweak the code to work around this later. For now, just use -F. Russ