From owner-freebsd-emulation Thu Oct 23 08:44:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA05445 for emulation-outgoing; Thu, 23 Oct 1997 08:44:51 -0700 (PDT) (envelope-from owner-freebsd-emulation) Received: from word.smith.net.au (word.smith.net.au [202.0.75.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA05435 for ; Thu, 23 Oct 1997 08:44:42 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id BAA00899; Fri, 24 Oct 1997 01:10:38 +0930 (CST) Message-Id: <199710231540.BAA00899@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Jonathan Lemon cc: Christoph Kukulies , freebsd-emulation@FreeBSD.ORG Subject: Re: some observations with xmaple (Maple V4 R5, Linux version) In-reply-to: Your message of "Fri, 17 Oct 1997 16:36:47 EST." <19971017163647.61997@right.PCS> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 24 Oct 1997 01:10:38 +0930 From: Mike Smith Sender: owner-freebsd-emulation@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > 19073 xmaplev4 CALL old.recv(0x1,0xefbfd2d4) > > 19073 xmaplev4 RET old.recv 3 > > 19073 xmaplev4 CALL old.recv(0xe,0xefbfd2c4) > > 19073 xmaplev4 RET old.recv -1 errno -22 Unknown error: -22 > > old.recv == syscall #102 == linux_socketcall. > > There are only 4 sub-routines that can return EINVAL (-22): > linux_socket, linux_socketpair, linux_setsockopt, linux_getsockopt. > > I'd suggest modifying these routines (in linux/linux_socket.c) to > print out the parameters that is causing it to crash. Christoph, did you follow through with this? mike