Re: Must i worry about errno == -303 EMIG_BAD_ID ?

2011-08-29 Thread Samuel Thibault
Thomas Schmitt, le Mon 29 Aug 2011 22:54:08 +0200, a écrit : does errno -303 announce bigger trouble ? Probably yes: the query/reply IPC ping-pong got disturbed somehow. Samuel -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: Must i worry about errno == -303 EMIG_BAD_ID ?

2011-08-29 Thread Thomas Schmitt
Hi, does errno -303 announce bigger trouble ? Probably yes: the query/reply IPC ping-pong got disturbed somehow. Here is a minimal C example: #include unistd.h #include stdio.h #include errno.h int main() { int ret;