lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Assert "tcp_slowtmr" in tcp.c reached


From: Kieran Mansley
Subject: Re: [lwip-users] Assert "tcp_slowtmr" in tcp.c reached
Date: Tue, 02 Feb 2010 10:17:23 +0000

On Tue, 2010-02-02 at 10:54 +0100, Marco Jakobs wrote:
> Unfortunately i've no idea about the meaning of this assert and how
> the system may get to this state. Any ideas are highly appreciated ...

This is a common problem.  It means that the the pcb lists have become
corrupted.  This is almost always due to not using lwIP correctly with
different threads.  You need to ensure that there is only a single
thread accessing lwIP at any one time.  Can you give examples of how
you're using lwIP (e.g. which API, OS, port, etc; how your application
is structured and how your driver passes received packets up to lwIP)?

Thanks

Kieran





reply via email to

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