Galeon and Thunar
Brian J. Tarricone
bjt23 at cornell.edu
Sun Feb 18 00:55:04 CET 2007
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
Evan Cox wrote:
> What should the output actually look like? I would love to know the
> difference between working and non-working output :-). I am not looking
> for an real trace output, rather a pretend output to see the difference.
Well, the return value on a successful syscalls should be zero (or, in
the case of send(), recv(), etc., the return should be the number of
bytes sent/received), not -1. If it's -1, then the 'errno' variable
gets set to things like ENOTCONN (generally, anything starting with 'E'
is an error). Some 'errors' aren't really errors: EINTR just means the
call was interrupted by a signal or something, and should be tried
again, and EINPROGRESS just means that the socket is non-blocking and
the call returned before it actually completed what it's doing.
Coming up with some dummy strace output is a little bit more effort than
I want to put into this, sorry ^_~.
> Also.... what was your command used to generate this report?
What report?
-brian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.2 (GNU/Linux)
iD8DBQFF15XY6XyW6VEeAnsRA3IGAKDhObqnSqaugvz5w7GvfbOoYisvJwCfX2Fe
mK6ViTtp2eWMjY71emgHmfg=
=BaQE
-----END PGP SIGNATURE-----
More information about the Xfce
mailing list