lwip-users
[Top][All Lists]
Advanced

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

RE: SPAM? [lwip-users] Pbuf assertion failure


From: Jan Ulvesten
Subject: RE: SPAM? [lwip-users] Pbuf assertion failure
Date: Thu, 6 Apr 2006 20:46:14 +0200

Are you running Altera/Nios II?

If yes, check out Altera website and/or niosforum.com. There is a
problem with the Nios II data cache. A patch is available (to the IDE). 

Jan Ulvesten
Senior Software Engineer
SICOM  AS
Tel   +47 72 89 56 55
Fax  +47 72 89 56 51
Mob +47 416 62 033
 
-----Original Message-----
From: Etienne Lanoy [mailto:address@hidden 
Sent: 6. april 2006 14:21
To: address@hidden
Subject: SPAM? [lwip-users] Pbuf assertion failure

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




_______________________________________________
lwip-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users





reply via email to

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