From owner-freebsd-hackers Tue Feb 17 14:47:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA08386 for freebsd-hackers-outgoing; Tue, 17 Feb 1998 14:47:08 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA08270 for ; Tue, 17 Feb 1998 14:46:35 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id OAA03174; Tue, 17 Feb 1998 14:25:11 -0800 (PST) Message-Id: <199802172225.OAA03174@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Amancio Hasty cc: The Hermit Hacker , Alfred Perlstein , hackers@FreeBSD.ORG Subject: Re: debugging linux emu? In-reply-to: Your message of "Sun, 15 Feb 1998 10:45:49 PST." <199802151845.KAA18154@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 17 Feb 1998 14:25:10 -0800 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > In the mean time, this is where x11amp is dying : > Amancio > > 18088 x11amp RET open 10/0xa > 18088 x11amp CALL ioctl(0xa,0xc0045005 ,0xefbfcd00) > 18088 x11amp RET ioctl 0 > 18088 x11amp CALL open(0x80652d5,0x2,0xb) > 18088 x11amp NAMI "/compat/linux/dev/mixer" > 18088 x11amp NAMI "/dev/mixer" > 18088 x11amp RET open 12/0xc > 18088 x11amp CALL ioctl(0xc,0x80044dfe ,0xefbfccfc) > 18088 x11amp RET ioctl 0 > 18088 x11amp CALL ioctl(0xa,0xc0045003 ,0xefbfcd10) > 18088 x11amp RET ioctl 0 > 18088 x11amp CALL ioctl(0xa,0xc0045002 ,0xefbfcd0c) > 18088 x11amp RET ioctl 0 > 18088 x11amp CALL ioctl(0xa,0xc0045004 ,0x80945bc) > 18088 x11amp RET ioctl 0 > 18088 x11amp CALL dup2(0xefbfccb0) > 18088 x11amp RET dup2 673128448/0x281f2000 > 18088 x11amp CALL old.getsockname > 18088 x11amp PSIG SIGSYS SIG_DFL Hmm. old.getsockname is listed in syscalls.master as type "CPT_NOA", ie. COMPAT with no args. It *should* not be giving you the SIGSYS if you have COMPAT_43 in your config. Do you? -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message