Messages in this thread |  | | Date | Tue, 2 Oct 2001 17:56:33 -0400 | From | Pete Zaitcev <> | Subject | Re: sock_sendmsg() from a kernel thread question |
| |
> I am trying to call sock_sendmsg() from a kernel thread > and it seems to work fine on a UP system but on SMP system > it hangs up and the thread can't even accept a SIGKILL. > It it stuck after the following calls happen: > > sock_sendmsg() > sock->ops->sendmsg() > tcp_do_sendmsg()
Always worked fine for me. I think something is up with your code. Care to post a relevant snippet?
-- Pete - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |