[Top][All Lists]
[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
- [lwip-users] How to calculate the memory size used by lwIP?, jinwei younger, 2010/02/02
- Re: [lwip-users] How to calculate the memory size used by lwIP?, PHAM ANH THIEN, 2010/02/02
- Re: [lwip-users] How to calculate the memory size used by lwIP?, Kieran Mansley, 2010/02/02
- [lwip-users] Assert "tcp_slowtmr" in tcp.c reached, Marco Jakobs, 2010/02/02
- Re: [lwip-users] Assert "tcp_slowtmr" in tcp.c reached,
Kieran Mansley <=
- Re: [lwip-users] Assert "tcp_slowtmr" in tcp.c reached, Marco Jakobs, 2010/02/02
- Re: [lwip-users] Assert "tcp_slowtmr" in tcp.c reached, Kieran Mansley, 2010/02/02
- Re: [lwip-users] Assert "tcp_slowtmr" in tcp.c reached, Simon Goldschmidt, 2010/02/02
- Re: [lwip-users] Assert "tcp_slowtmr" in tcp.c reached, Marco Jakobs, 2010/02/02
- Re: [lwip-users] Assert "tcp_slowtmr" in tcp.c reached, Simon Goldschmidt, 2010/02/02
- Re: [lwip-users] Assert "tcp_slowtmr" in tcp.c reached, Marco Jakobs, 2010/02/02
- Re: [lwip-users] Assert "tcp_slowtmr" in tcp.c reached, Kieran Mansley, 2010/02/02
- Re: [lwip-users] Assert "tcp_slowtmr" in tcp.c reached, Marco Jakobs, 2010/02/02
Re: [lwip-users] Assert "tcp_slowtmr" in tcp.c reached, Simon Goldschmidt, 2010/02/02