RE: [lwip-users] Problem with long term running of lwIP.

2008-03-07 Thread Taranowski, Thomas (SWCOE)
; Subject: Re: [lwip-users] Problem with long term running of lwIP. > > Taranowski, Thomas (SWCOE) wrote: > > I've been using the tcpip_input mechanism, which I think Frederic > > introduced awhile back, which looks to be a precursor to the 1.3 > > mechanism, as th

Re: [lwip-users] Problem with long term running of lwIP.

2008-03-07 Thread Jonathan Larmour
Taranowski, Thomas (SWCOE) wrote: > I've been using the tcpip_input mechanism, which I think Frederic > introduced awhile back, which looks to be a precursor to the 1.3 > mechanism, as the ARP handling is done within the context of tcpip(core) > thread. Unless you've already fixed it, in that age

RE: [lwip-users] Problem with long term running of lwIP.

2008-03-07 Thread Taranowski, Thomas (SWCOE)
PROTECTED] On > Behalf Of Goldschmidt Simon > Sent: Friday, February 29, 2008 3:35 AM > To: Mailing list for lwIP users > Subject: RE: [lwip-users] Problem with long term running of lwIP. > > > Another possible cause (I have seen this) is that after the ARP entry > expi

Re: [lwip-users] Problem with long term running of lwIP.

2008-02-29 Thread Caglar Akyuz
Kieran Mansley wrote: > That so many people are seeing this problem is worrying. Can we try and > establish if there's anything (port, driver, hardware) in common between > those who have this issue? > I don't know what type of tests to perform. First I must find a way to make error show itself

RE: [lwip-users] Problem with long term running of lwIP.

2008-02-29 Thread Pettinato, Jim
Taranowski, Thomas (SWCOE) Sent: Friday, February 29, 2008 5:22 PM To: Mailing list for lwIP users Subject: RE: [lwip-users] Problem with long term running of lwIP. I'm testing with a pro100. We're gathering some data right now, so hopefully we'll some something interesting :)

RE: [lwip-users] Problem with long term running of lwIP.

2008-02-29 Thread Taranowski, Thomas (SWCOE)
AM > To: Mailing list for lwIP users > Subject: RE: [lwip-users] Problem with long term running of lwIP. > > On Wed, 2008-02-27 at 19:37 -0500, Taranowski, Thomas (SWCOE) wrote: > > Thanks for the replies. I've added in some statistics collection code, > > and am worki

RE: [lwip-users] Problem with long term running of lwIP.

2008-02-29 Thread Muhamad Ikhwan Ismail
ith long term running of lwIP.> Date: Fri, > 29 Feb 2008 12:34:40 +0100> From: [EMAIL PROTECTED]> To: > lwip-users@nongnu.org> > > Another possible cause (I have seen this) is that > after the ARP entry> expired,> > and the client sends the pbuf chained, got

RE: [lwip-users] Problem with long term running of lwIP.

2008-02-29 Thread Goldschmidt Simon
> Another possible cause (I have seen this) is that after the ARP entry expired, > and the client sends the pbuf chained, got queued in ARP layer, an ARP request > is sent. As soon the polling thread gets the ARP REPLY, it then updates the > table and try to send the queued data (in the thread itse

RE: [lwip-users] Problem with long term running of lwIP.

2008-02-29 Thread Muhamad Ikhwan Ismail
preemption in the low_level_output. Just something I found out, hopefully it could be of help to others. > Subject: RE: [lwip-users] Problem with long term running of lwIP.> From: > [EMAIL PROTECTED]> To: lwip-users@nongnu.org> Date: Fri, 29 Feb 2008 09:01:59 > +> &g

RE: [lwip-users] Problem with long term running of lwIP.

2008-02-29 Thread Kieran Mansley
On Wed, 2008-02-27 at 19:37 -0500, Taranowski, Thomas (SWCOE) wrote: > Thanks for the replies. I've added in some statistics collection code, > and am working with my customer to see if we can figure out the problem. > I'll post any answers I find. That so many people are seeing this problem is w

RE: [lwip-users] Problem with long term running of lwIP.

2008-02-27 Thread Taranowski, Thomas (SWCOE)
Of Caglar Akyuz > Sent: Wednesday, February 27, 2008 4:34 PM > To: Mailing list for lwIP users > Subject: Re: [lwip-users] Problem with long term running of lwIP. > > Pettinato, Jim wrote: > > I've been fighting something that sounds at least similar - at > > particular c

Re: [lwip-users] Problem with long term running of lwIP.

2008-02-27 Thread Caglar Akyuz
Pettinato, Jim wrote: > I've been fighting something that sounds at least similar - at > particular customer sites - for over a month. For me, it's locking > up about every 48-60 hours, with a casually polling Modbus > TCP connection (~ 200 ms between polls) - and lwIP 1.2.0. It requires a > power

RE: [lwip-users] Problem with long term running of lwIP.

2008-02-27 Thread Pettinato, Jim
Wednesday, February 27, 2008 5:31 PM To: Mailing list for lwIP users Subject: [lwip-users] Problem with long term running of lwIP. I have an application in which is receiving and sending UDP traffic over a long-term period. After about 6 hours, something flakes out. I was hoping I could get som

[lwip-users] Problem with long term running of lwIP.

2008-02-27 Thread Taranowski, Thomas (SWCOE)
I have an application in which is receiving and sending UDP traffic over a long-term period. After about 6 hours, something flakes out. I was hoping I could get some input on possible causes. Any ideas here on what the problem could be? Is anyone else having a similar problem? Other data: