lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] RE: LwIP Version 1.1.1 pbuf Assert


From: Lee Trueman
Subject: [lwip-users] RE: LwIP Version 1.1.1 pbuf Assert
Date: Mon, 15 May 2006 14:12:25 +0100

Just got some more debug to help with the problem
 
pbuf_free: deallocating 3B52
pbuf_alloc(length=64)
pbuf_alloc: allocated pbuf 3B52
pbuf_alloc(length=64) == 3B52
pbuf_free(3B52)
pbuf_free: deallocating 3B52
memp_malloc: out of memory in pool 5
memp_malloc: out of memory in pool 5
memp_malloc: out of memory in pool 5
memp_malloc: out of memory in pool 5
memp_malloc: out of memory in pool 5
memp_malloc: out of memory in pool 5
memp_malloc: out of memory in pool 5
pbuf_alloc(length=64)
pbuf_alloc: allocated pbuf 3B52
pbuf_alloc(length=64) == 3B52
pbuf_header: old 3B62 new 3B70 (-14)
pbuf_header: old 3B70 new 3B84 (-20)
pbuf_header: old 3B84 new 3B98 (-20)
Assertion "p != NULL" failed at line 554 in .\src\core\pbuf.c
 
Lee Trueman
-----Original Message-----
From: Lee Trueman
Sent: 15 May 2006 10:39
To: 'address@hidden'
Subject: LwIP Version 1.1.1 pbuf Assert

Hi all,
right just a little background first. Was running LwIP version 7.2 on a M16C62P along with CS8900A now this seems to work ok........ I'd got two sockets running Telnet and a NTP Client. Both seem to run ok, well NTP does, but telnet seemed to lock up so i tryed changing the options of the stack to better cater for the telnet interface(i.e sends out abit of data max screen is about 1000bytes), but to no avail.........The telnet session would randonly just lock up, and more offten that not take the stack with it......

So the next route was to upgrade the to latest version 1.1.1 along with the latest changes....... having done this i now still have the same telnet issues but my debug output is showing a pbuf assert :- see below

Assertion "p != NULL" failed at line 554 in .\src\core\pbuf.c

not sure where this has come from....... ?????

could anyone please advise on the cause/fix to this issue..........also please find att my current lwipopts.h for comments........

<<lwipopts.h>>
Kind Regards

----------------------------------------
Lee Trueman,
Embedded Software Engineer,
Money Controls Ltd (UK).
Tel: +44 (0)161 678 0111 Ext 378
----------------------------------------



reply via email to

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