[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Bug in pbuf.c regarding PBUF_POOL
From: |
Kieran Mansley |
Subject: |
Re: [lwip-users] Bug in pbuf.c regarding PBUF_POOL |
Date: |
Fri, 06 Oct 2006 11:09:51 +0100 |
On Fri, 2006-10-06 at 11:47 +0200, Goldschmidt Simon wrote:
> Hi all,
>
> I was experiencing problems with pbufs of type PBUF_POOL which did seem
> very odd (ref-counts were wrong, payload was set back to start of
> buffer...). Now, I used some old version (1.1.0 I think), where those
> problems did not occur. After diff'ing those two versions, I found that
> pbuf_pool_alloc uses a new locking scheme which, to me, seems totally
> buggy!
Can you check that it was v1.1.0 that worked for you - looking at that
it seems to match the description of the problems you are seeing in
1.1.1
This might be of interest:
http://lists.gnu.org/archive/html/lwip-users/2003-01/msg01899.html
Kieran