From owner-freebsd-stable@FreeBSD.ORG Fri Dec 7 17:17:46 2007 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E84F16A41B for ; Fri, 7 Dec 2007 17:17:46 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id C77CC13C44B for ; Fri, 7 Dec 2007 17:17:45 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.2/8.14.2/NETPLEX) with ESMTP id lB7Gqsj6028475; Fri, 7 Dec 2007 11:52:54 -0500 (EST) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.0 (mail.netplex.net [204.213.176.10]); Fri, 07 Dec 2007 11:52:54 -0500 (EST) Date: Fri, 7 Dec 2007 11:52:54 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Eugene Grosbein In-Reply-To: <20860185@bb.ipt.ru> Message-ID: References: <20071207154852.GA22166@grosbein.pp.ru> <20860185@bb.ipt.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Boris Samorodov , stable@freebsd.org Subject: Re: qemu: freebsd6_mmap -1 errno 12 Cannot allocate memory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2007 17:17:46 -0000 On Fri, 7 Dec 2007, Boris Samorodov wrote: > On Fri, 7 Dec 2007 22:48:52 +0700 Eugene Grosbein wrote: > >> There is FreeBSD box that was 6.2-STABLE before, now it became >> 7.0-BETA3 via source upgrade. The kernel has 'options COMPAT_FREEBSD6' > > How did you upgrade the OS? Did you use "make delete-old-libs"? > Did you install compat-6x? > >> compiled in. However, qemu-0.8.2s.20061225_1 stopped to work, > > Seems to be a rather old qemu version... > >> it dumps core when started with an error: > >> Fatal error 'Cannot allocate red zone for initial thread' at line 384 in >> file /usr/local/obj/src/lib/libthr/thread/thr_init.c (errno = 12) You have to either rebuild/install _no_ ports, or rebuild _all_ ports (portupgrade -af). You now seem to have applications or libraries that are linked to multiple FreeBSD library versions (e.g., libc.so.6 and libc.so.7, libthr.so.2 and libthr.so.3, etc) and that doesn't work and is not supported. -- DE