Date: Sun, 04 Jun 2000 15:50:28 -0500 From: Gabor Kincses <gabor@acm.org> To: Kees Jan Koster <K.J.Koster@kpn.com>, emulation@freebsd.org Subject: Re: IBM Alphaworks Linux 1.3 Port Message-ID: <393AC114.4CB27B6B@acm.org>
next in thread | raw e-mail | index | archive | help
Hello, I'm getting the following: sigaltstack: Cannot allocate memory This is most likely due to the MINSIGSTKSZ being 8192 in /usr/include/sys/signal.h, while 2048 in /compat/linux/usr/include/bits/sigstack.h. Anything smaller results in an ENOMEM. If the linux_sigaltstack call is simply forwarded to sigaltstack with a smaller than 8192 (but greater than 2048) size (which is perfectly legal on Linux), we get an ENOMEM... -- Gabor Kincses (gabor@acm.org) Running FreeBSD 4.0-RELEASE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?393AC114.4CB27B6B>