-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Awantik,

port_getn is like select(), and solaris specific.

check that
a) all filedescriptors that you pass are OK. If you pass a bad file
descriptor (closed file, random number), then this message would appear.
b) the timeouts you ask for are reasonable (not negative or infinite).

If your program is OK, you can try to disable the dev/port or solaris
ports mechanism using the shell defines, and see if your program works
with good old select. If it doesn't you missed a bug in your program, if
it does, the port code may be buggy.

Best regards,
~   Wouter

awantik.das wrote:
~ > My program control is running to the highlighted part & prints
| *port_getn: Invalid argument*
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkhGd0cACgkQkDLqNwOhpPhgXQCdG7yk57iH5miuVIQXZnyKV8k6
hegAn3+KHB1mFQRxP6N8WBtcVP0wj/Df
=5aDa
-----END PGP SIGNATURE-----
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkeymail.org/mailman/listinfo/libevent-users

Reply via email to