Date: Sun, 14 Sep 2008 20:49:33 +0200 From: Roman Divacky <rdivacky@freebsd.org> To: Jose Garcia Juanino <jjuanino@gmail.com>, freebsd-emulation@freebsd.org Subject: Re: sqlplus segfaults when receiving INT signal Message-ID: <20080914184933.GB86425@freebsd.org> In-Reply-To: <20080914092519.GA3121@dchagin.dialup.corbina.ru> References: <20080912205202.GA83925@sanabria> <20080913070920.GA1440@dchagin.dialup.corbina.ru> <20080913084412.GA1263@sanabria> <20080913085108.GA2308@dchagin.dialup.corbina.ru> <20080913205515.GA6158@sanabria> <20080914090856.GA51307@freebsd.org> <20080914092519.GA3121@dchagin.dialup.corbina.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 14, 2008 at 01:25:19PM +0400, Chagin Dmitry wrote: > On Sun, Sep 14, 2008 at 11:08:56AM +0200, Roman Divacky wrote: > > On Sat, Sep 13, 2008 at 10:55:17PM +0200, Jose Garcia Juanino wrote: > > > El s?bado 13 de septiembre a las 10:51:08 CEST, Chagin Dmitry escribi?: > > > > On Sat, Sep 13, 2008 at 10:44:13AM +0200, Jose Garcia Juanino wrote: > > > > > > > > > > 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@<snipped>:/usr/obj/src/sys/MK2008Jun06 i386 > > > > > > > > > > [ .... ] > > > > > > > > > > > > > thnx, I believe you problem already fixed at 07.09.08, > > > > please cvsup and try yet... > > > > > > I have done that now, but sadly, there is no difference with 7.0: > > > > > > $ uname -r > > > 7.1-PRERELEASE > > > > > > $ /compat/linux/usr/lib/oracle/10.2.0.3/client/bin/sqlplus /nolog > > > > > > SQL*Plus: Release 10.2.0.3.0 - Production on Sat Sep 13 20:47:47 2008 > > > > > > Copyright (c) 1982, 2006, Oracle. All Rights Reserved. > > > > > > SQL> [hit CTRL+C] > > > Segmentation fault > > > > > > Best regards > > > > please provide ktrace/linux_kdump... the "unknown futex operation" problem is fixed > > in this release so there must be something else > > 1428 sqlplus 0.874520 CALL munmap(0x28066000,0xc41d) > 1428 sqlplus 0.874543 RET munmap 0 > 1428 sqlplus 0.874553 CALL linux_set_tid_address(0x292cf708) > 1428 sqlplus 0.874563 RET linux_set_tid_address 1428/0x594 > 1428 sqlplus 0.874572 CALL linux_set_robust_list(0x292cf710,0xc) > 1428 sqlplus 0.874580 RET linux_set_robust_list -1 errno 22 (EINVAL) Invali > d argument > 1428 sqlplus 0.874596 CALL linux_sys_futex(0xffffdbc4,FUTEX_WAKE|FUTEX_PRIVA > TE_FLAG,0x1,0x292cf6c0,0x29154ff4,0xffffdbd8) > 1428 sqlplus 0.874608 RET linux_sys_futex 1 > 1428 sqlplus 0.874641 CALL linux_rt_sigaction(SIG 32,0xffffd87c,0,0x8) > 1428 sqlplus 0.874651 RET linux_rt_sigaction 0 the robust futexes are also implemented in -CURRENT but I dont feel like MFcing them.... the error is also harmless do you want me guys to MFC the robust futexes?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080914184933.GB86425>