From: yf <fyou@dsguardian.com> Date: 01 Dec 2002 17:18:55 +0800 I use sock_recvmsg(net/socket.c) to receive network package. I found that it return an error number of -512. Could anybody tell me what's the error number means. Thanks for all. Don't use strace to analyze error numbers, test the number actually seen by the application. strace is going to show you the -512 and lower internal error numbers used by the kernel to implement signal based syscall restarts. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html