From owner-freebsd-smp Thu Jul 29 18:45:13 1999 Delivered-To: freebsd-smp@freebsd.org Received: from mail.zuhause.org (c2-178.xtlab.com [205.215.217.178]) by hub.freebsd.org (Postfix) with ESMTP id C710A14E74; Thu, 29 Jul 1999 18:44:50 -0700 (PDT) (envelope-from bruce@zuhause.mn.org) Received: by mail.zuhause.org (Postfix, from userid 1001) id 16D6D7C31; Thu, 29 Jul 1999 20:44:22 -0500 (CDT) From: Bruce Albrecht MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14241.885.945134.868473@celery.zuhause.org> Date: Thu, 29 Jul 1999 20:44:21 -0500 (CDT) To: Koen Schreel Cc: emulation@FreeBSD.ORG, Julian Elischer , freebsd-smp@FreeBSD.ORG Subject: Re: wine and SMP In-Reply-To: <379F0404.B3017FE8@wtb.tue.nl> References: <379F0404.B3017FE8@wtb.tue.nl> X-Mailer: VM 6.72 under 20.4 "Emerald" XEmacs Lucid Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Koen Schreel writes: > Hi, > > I'm having trouble running wine with an SMP kernel. It compiles fine, > but when I start wine, it just 'hangs' without an error message. > Pressing ctrl-c returns to the prompt. One line is added to the dmesg > output like: > > shared address space fork attempted: pid: 2252 > > Using a non-SMP kernel works OK. It's because the 3.2-stable kernel doesn't currently support forks with shared address space. It appears that this has been fixed for -current, but I don't know when, if ever, 3.2 will be fixed, since it's been broken since at least March 2. It looks like Julian Elischer was the last person to commit anything to sys/kern/kern_fork.c in -stable, so he may know if there are any plans to fix this before 4.0 is released. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message