lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #29823] hang when close a connection in the middle of


From: juan schiavoni
Subject: [lwip-devel] [bug #29823] hang when close a connection in the middle of a communication
Date: Fri, 07 May 2010 22:27:38 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.19) Gecko/2010040119 Ubuntu/8.04 (hardy) Firefox/3.0.19

URL:
  <http://savannah.nongnu.org/bugs/?29823>

                 Summary: hang when close a connection in the middle of a
communication
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: jjsch
            Submitted on: Fri 07 May 2010 10:27:37 PM GMT
                Category: TCP
                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:

Hi,

I need a support to find which could be the mistake that make the firmware
hang when close the connection in the middle of a communication, in the line
of 

msg->msg.apimsg->function(&(msg->msg.apimsg->msg));

#if LWIP_NETCONN
    case TCPIP_MSG_API:
      LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: API message %p\n", (void
*)msg));
      msg->msg.apimsg->function(&(msg->msg.apimsg->msg));
      break;
#endif /* LWIP_NETCONN */

Regards
Juan




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?29823>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]