From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 27 17:16:58 2007 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 C7CDA16A41B for ; Thu, 27 Sep 2007 17:16:58 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::5e5]) by mx1.freebsd.org (Postfix) with ESMTP id 5D21A13C47E for ; Thu, 27 Sep 2007 17:16:58 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (cpe-68-175-8-11.hvc.res.rr.com [68.175.8.11]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id l8RHGvBJ030804 for ; Thu, 27 Sep 2007 13:16:57 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id l8RHGqFN019086 for ; Thu, 27 Sep 2007 13:16:52 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id l8RHGqK5019085 for freebsd-emulation@freebsd.org; Thu, 27 Sep 2007 13:16:52 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200709271716.l8RHGqK5019085@himinbjorg.tucs-beachin-obx-house.com> To: freebsd-emulation@freebsd.org Date: Thu, 27 Sep 2007 13:16:52 -0400 (EDT) In-Reply-To: <200709271700.l8RH0gtu018698@himinbjorg.tucs-beachin-obx-house.com> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Signal 12 on simple ldd / Linux 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: Thu, 27 Sep 2007 17:16:58 -0000 > 82825: linux_open("/lib/libgcc_s.so.1",0x0,027757762100) = 3 (0x3) > 82825: read(0x3,0xbfbfe3a0,0x200) = 512 (0x200) > 82825: linux_fstat64(0x3,0xbfbfe2d0,0x28153fc4) = 0 (0x0) > 82825: linux_mmap(0xbfbfe1a0) = 675069952 (0x283cc000) > 82825: linux_mmap(0xbfbfe1a0) = 675106816 (0x283d5000) > 82825: close(3) = 0 (0x0) > 82825: linux_mmap(0xbfbfe78c) = 675110912 (0x283d6000) > 82825: linux_mmap(0xbfbfe82c) = 675115008 (0x283d7000) > 82825: #243() ERR#78 'Function not implemente > d' > SIGNAL 12 (SIGSYS) > SIGNAL 12 (SIGSYS) > Process stopped because of: 16 > process exit, rval = 140 > Bad system call > On a working system, I get : 19038: linux_open("/lib/libgcc_s.so.1",0x0,027757762100) = 3 (0x3)^M 19038: read(0x3,0xbfbfe3a0,0x200) = 512 (0x200)^M 19038: linux_fstat64(0x3,0xbfbfe2d0,0x28153fc4) = 0 (0x0)^M 19038: linux_mmap(0xbfbfe1a0) = 675074048 (0x283cd000)^M 19038: linux_mmap(0xbfbfe1a0) = 675110912 (0x283d6000)^M 19038: close(3) = 0 (0x0)^M 19038: linux_mmap(0xbfbfe78c) = 675115008 (0x283d7000)^M 19038: linux_mmap(0xbfbfe82c) = 675119104 (0x283d8000)^M 19038: #243() ERR#78 'Function not implemente d'^M 19038: linux_modify_ldt(0x1,0xbfbfe8ac,0x10) = 0 (0x0)^M 19038: mprotect(0x283c7000,8192,(0x1)PROT_READ) = 0 (0x0)^M 19038: mprotect(0x2826a000,4096,(0x1)PROT_READ) = 0 (0x0)^M 19038: mprotect(0x28259000,4096,(0x1)PROT_READ) = 0 (0x0)^M 19038: mprotect(0x28153000,4096,(0x1)PROT_READ) = 0 (0x0)^M 19038: munmap(0x28155000,0x2c9b) = 0 (0x0)^M 19038: linux_getrlimit(0x3,0xbfbfe99c) = 0 (0x0)^M 19038: linux_setrlimit(0x3,0xbfbfe99c) = 0 (0x0)^M 19038: linux_getpid() = 19038 (0x4a5e)^M (etc) Was it the "#243" that killed it, or "linux_modify_ldt"? Thanks, Tuc