|
From: | Bill Auerbach |
Subject: | Re: [lwip-users] pbuf multiple assertions |
Date: | Tue, 29 May 2012 09:38:49 -0400 |
>On
Behalf Of Víctor
Mateo >We are experiencing intermittent errors while trying to
receive an UDP message, proccess data and send this proccesed data back. >Two common errors that we get on NIOS console are: >-Assertion "bad pbuf type" failed at line 548 in
../lwIP/src/core/pbuf.c >-Assertion "p->ref == 1" failed at line 599 in
../lwIP/src/core/ipv4/ip.c Can we see the UDP packet handling code? It sounds like memory
overwriting or using a NULL pbuf. Bill |
[Prev in Thread] | Current Thread | [Next in Thread] |