[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] MEM_ALIGNMENT and problems with it
From: |
Mason |
Subject: |
Re: [lwip-devel] MEM_ALIGNMENT and problems with it |
Date: |
Wed, 12 Feb 2014 17:20:34 +0100 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1; rv:27.0) Gecko/20100101 Firefox/27.0 SeaMonkey/2.24 |
Simon Goldschmidt wrote:
> Fabian Koch wrote:
>> we are upgrading from 1.3.2 to 1.4.1 at the moment and ran into some
>> problems regarding Alignment.
>> [..]
>> The line is in tcp_out.c, line 778:
>> LWIP_ASSERT("seg->tcphdr not aligned", ((mem_ptr_t)seg->tcphdr %
>> MEM_ALIGNMENT) == 0);
>
> I think someone reported this before, could you check if there's a bug entry
> already? This should be 4, not MEM_ALIGNMENT (and it was like that before
> already).
Could be
[bug #39683] Assertion "seg->tcphdr not aligned" failed with MEM_ALIGNMENT = 8
http://savannah.nongnu.org/bugs/?39683
It seems this project could use more devs, some bugs seem
to languish for many months. (e.g. window scaling)
--
Regards.