From owner-freebsd-emulation@FreeBSD.ORG Sat Sep 13 07:09:29 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 9209F106567A for ; Sat, 13 Sep 2008 07:09:29 +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 47CEE8FC13 for ; Sat, 13 Sep 2008 07:09:23 +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 DD72B1B5623; Sat, 13 Sep 2008 11:09:21 +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 1120237376; Sat, 13 Sep 2008 11:09:21 +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 m8D79LLD001486; Sat, 13 Sep 2008 11:09:21 +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 m8D79KH7001485; Sat, 13 Sep 2008 11:09:20 +0400 (MSD) (envelope-from root) Date: Sat, 13 Sep 2008 11:09:20 +0400 From: Chagin Dmitry To: Jose Garcia Juanino Message-ID: <20080913070920.GA1440@dchagin.dialup.corbina.ru> Mail-Followup-To: Jose Garcia Juanino , freebsd-emulation@freebsd.org References: <20080912205202.GA83925@sanabria> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080912205202.GA83925@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 07:09:29 -0000 On Fri, Sep 12, 2008 at 10:52:03PM +0200, Jose Garcia Juanino wrote: > Hello > > I have installed databases/linux-oracle-instantclient-sqlplus port with > emulators/linux_base-f8 linux base port (and > compat.linux.osrelease=2.6.16): > > When I hit "CTRL+C" inside sqlplus or send INT signal to sqlplus process, I get a > segfautl: > > > $ sqlplus /nolog > SQL> select [hit CTRL+C here] > Segmentation fault > > In /var/log/messages I get: > > Sep 12 22:37:47 ..... kernel: linux_sys_futex: unknown op 129 > Sep 12 22:37:48 ..... kernel: pid 83975 (sqlplus), uid 1002: exited on signal 11 > > (the linux_sys_futex message is harmless, as I have read in other > mailing list). > > 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 -- Have fun! chd