buglwIP - A Lightweight TCP/IP stack - Bugs: bug #37052, "netconn_alloc: undefined...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #37052: "netconn_alloc: undefined netconn_type" assertion skipped

Submitter:  Artem Pisarenko <jblackarty>
Submitted:  Wed 08 Aug 2012 02:20:08 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  Change Request Status:  Fixed
Privacy:  Public Assigned to:  goldsimon
Open/Closed:  Closed Planned Release:  None
lwIP version:  1.4.0

Mon 13 Aug 2012 07:18:43 PM UTC, comment #1: 

Fixed, thanks for reporting.

Simon Goldschmidt <goldsimon>
Group administrator
Wed 08 Aug 2012 02:20:08 AM UTC, original submission:  

In api_msg.c function netconn_alloc():

LWIP_ASSERT("netconn_alloc: undefined netconn_type", 0);

skipped from check under following conditions:

(DEFAULT_RAW_RECVMBOX_SIZE == DEFAULT_UDP_RECVMBOX_SIZE) && (DEFAULT_RAW_RECVMBOX_SIZE == DEFAULT_TCP_RECVMBOX_SIZE)


Artem Pisarenko <jblackarty>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by goldsimon (Posted a comment)
  • -email is unavailable- added by jblackarty (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-08-13 goldsimon StatusNone Fixed
        Assigned toNone goldsimon
        Open/ClosedOpen Closed
        Planned Release 1.5.0

    Back to the top

    Powered by Savane 3.13-aa77.
    Corresponding source code