Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 1999 19:04:15 +0100
From:      Marcel Moolenaar <marcel@scc.nl>
To:        Luoqi Chen <luoqi@watermarkgroup.com>
Cc:        smp@FreeBSD.ORG
Subject:   Re: oas fail under smp, work without
Message-ID:  <36E9571F.BE5A5DE7@scc.nl>
References:  <199903121655.LAA29937@lor.watermarkgroup.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Luoqi Chen wrote:

> > The exact problem is in the fact that OAS forks with some shared memory
> > allocated. The message you get is:
> >       shared address space fork attempted: pid: %d
> > (in file: /sys/kern/kern_fork.c)
> >
> No, this message means the process tries to fork a child that shares its
> own address space (a linux clone() syscall), which is not possible without
> the aforementioned patch under SMP. It has nothing to do with (SYSV) shared
> memory.

Ah... that explains...

thanks,

marcel


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-smp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36E9571F.BE5A5DE7>