This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RE: Trouble using lwIP (driver crash...)


On Wed, Apr 05, 2006 at 09:13:51AM -0400, Michael Grimard wrote:
> I have this version. I get the sources last week.
> 
> I think the problem is not lwIP but the i82559 driver for i386 target.
> 
> Does anyone has tried lwIP with i386 target and i82559 ethernet driver?
> 
> Each time the driver receives a packet, it crashes with:
> 
> ASSERT FAIL: <5>if_i82559.c [2008]PacketRxReady() No prev EL
> 
> or
> 
> ASSERT FAIL: <5>if_i82559.c[2370]i82559_can_send() send: Excess send
> recursions

Try enabling DEBUG_82559. That might give a clue as to why sending is
going recursive with a depth of more than 10, and what is going wrong
with the end of list marker.

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]