[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #34584] Deadlock on multithread enviroment
From: |
Boberek |
Subject: |
[lwip-devel] [bug #34584] Deadlock on multithread enviroment |
Date: |
Tue, 18 Oct 2011 07:36:18 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1 |
URL:
<http://savannah.nongnu.org/bugs/?34584>
Summary: Deadlock on multithread enviroment
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: bober
Submitted on: Tue 18 Oct 2011 07:36:17 AM GMT
Category: sockets
Severity: 3 - Normal
Item Group: Crash Error
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release:
lwIP version: CVS Head
_______________________________________________________
Details:
I am working on multithread environment.
I use Tcp socket.
One thread after accept calls read() on socket,
Second thread wants to close this socket. Call shutdown() or close().
Function close(), shutdown() free mbox.
But after close, reading thread still wait on mbox !.
My question: It is bug ? or LwIp socket functions witch use the same socket be
used from different thread.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?34584>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [lwip-devel] [bug #34584] Deadlock on multithread enviroment,
Boberek <=