sqlplus segfaults when receiving INT signal

Jose Garcia Juanino jjuanino at gmail.com
Fri Sep 12 21:19:03 UTC 2008


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?

Thanks in advanced

(Please Cc: me, as I have not subscribed to the list)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-emulation/attachments/20080912/142c4cfa/attachment.pgp


More information about the freebsd-emulation mailing list