From owner-freebsd-emulation@FreeBSD.ORG Sun Jan 2 10:50:38 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AA64106566B for ; Sun, 2 Jan 2011 10:50:38 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from mail.ebusiness-leidinger.de (mail.ebusiness-leidinger.de [217.11.53.44]) by mx1.freebsd.org (Postfix) with ESMTP id E767E8FC0C for ; Sun, 2 Jan 2011 10:50:36 +0000 (UTC) Received: from outgoing.leidinger.net (p57B3BA8D.dip.t-dialin.net [87.179.186.141]) by mail.ebusiness-leidinger.de (Postfix) with ESMTPSA id B6CC7844013; Sun, 2 Jan 2011 11:50:32 +0100 (CET) Received: from unknown (IO.Leidinger.net [192.168.2.110]) by outgoing.leidinger.net (Postfix) with ESMTP id C2B9116E2; Sun, 2 Jan 2011 11:50:25 +0100 (CET) Date: Sun, 2 Jan 2011 11:50:21 +0100 From: Alexander Leidinger To: Andre Albsmeier Message-ID: <20110102115021.00000c8b@unknown> In-Reply-To: <20110101224629.GA30540@curry.mchp.siemens.de> References: <20101230075124.GA12923@curry.mchp.siemens.de> <20101231144800.00005c6d@unknown> <20110101224629.GA30540@curry.mchp.siemens.de> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.16.0; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-EBL-MailScanner-Information: Please contact the ISP for more information X-EBL-MailScanner-ID: B6CC7844013.A60FF X-EBL-MailScanner: Found to be clean X-EBL-MailScanner-SpamCheck: not spam, spamhaus-ZEN, SpamAssassin (not cached, score=-1, required 6, autolearn=disabled, ALL_TRUSTED -1.00) X-EBL-MailScanner-From: alexander@leidinger.net X-EBL-MailScanner-Watermark: 1294570233.13823@K0wurh4Gh2j91bmxAv1Lhg X-EBL-Spam-Status: No Cc: "freebsd-emulation@freebsd.org" Subject: Re: 7.3-STABLE and Linux version of SIMetrix X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2011 10:50:38 -0000 On Sat, 1 Jan 2011 23:46:29 +0100 Andre Albsmeier wrote: > On Fri, 31-Dec-2010 at 14:48:00 +0100, Alexander Leidinger wrote: > > On Thu, 30 Dec 2010 08:51:24 +0100 Andre Albsmeier > > wrote: > > > > > I try to get the Linux version of SIMetrix (a very nice circuit > > > simulator) running. Everything looks fine: It starts, the GUI > > > comes up, you can draw schematics and so on. But when it comes > > > to simulation, the (SIMetrix-)console says: > > > > > > *** Fatal error, out of memory *** > > > Could not allocate shared heap > > > Exception occurred while executing script command Run > > > > Is there something in the dmesg output? In case it tries to execute > > an unsupported ioctl/syscall it should show up there. If not I > > suggest to give 8.x a try, it has an improved linuxulator. > > Bad luck. I just started the PC-BSD 8.1 live system and > the error there is exactly the same... Then there is only ktrace + linux_kdump (use the package) or dtrace left. Bye, Alexander.