Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 1998 14:25:10 -0800
From:      Mike Smith <mike@smith.net.au>
To:        Amancio Hasty <hasty@rah.star-gate.com>
Cc:        The Hermit Hacker <scrappy@hub.org>, Alfred Perlstein <perlsta@cs.sunyit.edu>, hackers@FreeBSD.ORG
Subject:   Re: debugging linux emu? 
Message-ID:  <199802172225.OAA03174@dingo.cdrom.com>
In-Reply-To: Your message of "Sun, 15 Feb 1998 10:45:49 PST." <199802151845.KAA18154@rah.star-gate.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802172225.OAA03174>