From owner-freebsd-emulation@FreeBSD.ORG Sat Sep 13 08:53:14 2008 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 26508106567B for ; Sat, 13 Sep 2008 08:53:14 +0000 (UTC) (envelope-from root@dchagin.dialup.corbina.ru) Received: from contrabass.post.ru (contrabass.post.ru [85.21.78.5]) by mx1.freebsd.org (Postfix) with ESMTP id CD9738FC0C for ; Sat, 13 Sep 2008 08:53:13 +0000 (UTC) (envelope-from root@dchagin.dialup.corbina.ru) Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.post.ru (Postfix) with ESMTP id 354901B7AF8; Sat, 13 Sep 2008 12:51:14 +0400 (MSD) X-Virus-Scanned: by cgpav Uf39PSi9pFi9oFi9 Received: from dchagin.dialup.corbina.ru ([78.107.232.239] verified) by corbina.ru (CommuniGate Pro SMTP 5.1.14) with ESMTPS id 1120582280; Sat, 13 Sep 2008 12:51:13 +0400 Received: from dchagin.dialup.corbina.ru (localhost.chd.net [127.0.0.1]) by dchagin.dialup.corbina.ru (8.14.2/8.14.2) with ESMTP id m8D8pDSY002348; Sat, 13 Sep 2008 12:51:13 +0400 (MSD) (envelope-from root@dchagin.dialup.corbina.ru) Received: (from root@localhost) by dchagin.dialup.corbina.ru (8.14.2/8.14.2/Submit) id m8D8p89P002347; Sat, 13 Sep 2008 12:51:08 +0400 (MSD) (envelope-from root) Date: Sat, 13 Sep 2008 12:51:08 +0400 From: Chagin Dmitry To: Jose Garcia Juanino Message-ID: <20080913085108.GA2308@dchagin.dialup.corbina.ru> Mail-Followup-To: Jose Garcia Juanino , freebsd-emulation@freebsd.org References: <20080912205202.GA83925@sanabria> <20080913070920.GA1440@dchagin.dialup.corbina.ru> <20080913084412.GA1263@sanabria> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080913084412.GA1263@sanabria> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org Subject: Re: sqlplus segfaults when receiving INT signal 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: Sat, 13 Sep 2008 08:53:14 -0000 On Sat, Sep 13, 2008 at 10:44:13AM +0200, Jose Garcia Juanino wrote: > El s?bado 13 de septiembre a las 09:09:20 CEST, Chagin Dmitry escribi?: > > On Fri, Sep 12, 2008 at 10:52:03PM +0200, Jose Garcia Juanino wrote: > > > > > > [ ... ] > > > > > > The truss command gives: > > > > > > linux_rt_sigprocmask(0x0,0xbfbf9b28,0x0,0x8,0x292d5ff4,0x6) = 0 (0x0) > > > linux_rt_sigprocmask(0x1,0xbfbf9b28,0x0,0x8,0x292d5ff4,0x6) = 0 (0x0) > > > linux_rt_sigreturn(0xbfbf9c8c,0x2915fff4,0x2,0x292d6420,0x292da6c0,0x6) = 3 (0x3) > > > read(0,"\n",4096) = 1 (0x1) > > > SIGNAL 11 (SIGSEGV) > > > > > > > > > Note that this does not happen with emulators/linux_base-fc4 port and > > > compat.linux.osrelease=2.4.2. > > > > > > Anybody has suffered this trouble? > > > > > > > Please, show uname -vp output > > Thank you for your response. > > The output is: > > # uname -vp > FreeBSD 7.0-RELEASE-p4 #3: Thu Sep 4 08:54:56 CEST 2008 root@:/usr/obj/src/sys/MK2008Jun06 i386 > > The kernel configuration is here: > > http://perso.orange.es/jogaju5001/MK2008Jun06 > > and the make.conf contains: > > MODULES_OVERRIDE= if_tap if_bridge bridgestp \ > sound/sound sound/driver/ich \ > acpi/acpi acpi/acpi_video \ > linprocfs linux linsysfs \ > syscons/green \ > smbfs libiconv libmchain aio \ > xl ath ath_hal ath_rate_sample wlan wlan_wep wlan_ccmp \ > wlan_tkip wlan_scan_sta geom > > > > Best regards thnx, I believe you problem already fixed at 07.09.08, please cvsup and try yet... -- Have fun! chd