On Sat, Nov 22, 2014 at 07:03:33PM +0900, Masatake YAMATO wrote:
> When -yy option is specified other than inet socket
> were printed as <socket:[INODE]>.
> 
> e.g.
> 
>      # ./strace -e recvmsg -yy ping 127.0.0.1 > /dev/null
>      ...
>      recvmsg(3<socket:[43222052]>, ...

I've found a simple example that doesn't need extra capabilities:

$ strace -e sendto -yy ip l > /dev/null
sendto(3<socket:[23456789]>, ...

Merged, thanks.


-- 
ldv

Attachment: pgpwmrCiH2QK2.pgp
Description: PGP signature

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to