lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Pbuf assertion failure


From: Etienne Lanoy
Subject: [lwip-users] Pbuf assertion failure
Date: Thu, 06 Apr 2006 14:20:43 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.0.2) Gecko/20030208 Netscape/7.02

Hello,

I've a problem with an assertion in the file pbuf.c :
In the function pbuf_free, the assertion

LWIP_ASSERT("pbuf_free: sane flags",
   p->flags == PBUF_FLAG_RAM || p->flags == PBUF_FLAG_ROM ||
   p->flags == PBUF_FLAG_REF || p->flags == PBUF_FLAG_POOL);

occur.

Before that I have done a tcp_write and a tcp_output

I've never see it before. Do you know what's happend ?

I use it all arround my software and in my new piece of code I'm writing fail this assertion...
I don't understand.

I thank you a lot.

Etienne






reply via email to

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