lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] makefs and mem_free errors


From: address@hidden
Subject: Re: [lwip-users] makefs and mem_free errors
Date: Tue, 2 Apr 2019 20:28:46 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.0

Am 02.04.2019 um 14:14 schrieb Mike Spenard:
Hi Gents,

New to LwIP so I apologize if this is a common topic. I’m trying to get
running on lwip-httpd.

My first issue is with compiling an fsdata.c. I always get errors saying
headers cannot be found despite using makefsfile.exe without the -h
option. The only work-around was to set LWIP_HTTPD_DYNAMIC_HEADERS and
to use the -h option with makefsfile.exe

Well, you don't compile fsdata.c: it gets included by fs.c.


Having done that, my page now loads. But then httpd immediately bombs
out with a “mem_free: mem->used” assert()  error.

A double-free? I don't think that's a httpd related issue. Is any other
application running on your lwIP without problems?

Regards,
Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]