This is the mail archive of the libc-hacker@cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [50 character or so descriptive subject here (for reference)]


SL Baur <steve@xemacs.org> writes:

> SYS_174(0x2, 0xbfffaeb8, 0xbfffae2c, 0x8, 0x2) = 0
> SYS_174(0x3, 0xbfffaeb8, 0xbfffae2c, 0x8, 0x3) = 0
> SYS_175(0, 0xbfffb01c, 0xbfffaf9c, 0x8, 0) = 0
> recv(134844420, "\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 3221204892, MSG_DONTROUTE|0x10) = 13663
> --- SIGILL (Illegal instruction) ---

It depends on which strace version you use.  The socket operations are
multiplexed and strace maps them somewhere in the normal syscall
number range.

Try a syscall which is more up-to-date (e.g.,
ftp://ftp.cygus.com/pub/home/drepper/strace-3.1ud-b9.tar.gz).

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]