lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] travis failing with memory leak


From: address@hidden
Subject: Re: [lwip-devel] travis failing with memory leak
Date: Sat, 20 Jan 2018 19:52:12 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

Great! I wonder where the current warnings came from though. We haven't changed anything to those makefiles lately, or have we?

Anyway, since we are not using heap allocation in lwIP, it's probably safe to turn this off, anyway. No need to debug 'check' memory leaks...

Thanks,
Simon

On 20.01.2018 17:34, Erik Ekman wrote:
I managed to fix it.

Common.allports.mk sets the -fsanitize=address which probably causes the leak detector to also be enabled.

With the environment variable ASAN_OPTIONS=detect_leaks=0 the leak check is off and the builds pass now.

On 16 January 2018 at 20:18, Erik Ekman <address@hidden> wrote:
No idea, sorry.

/Erik

On 9 January 2018 at 21:17, address@hidden <address@hidden> wrote:
Hi all,

anyone got an idea why https://travis-ci.org/yarrick/lwip-merged fails with "ERROR: LeakSanitizer: detected memory leaks" during unit tests since build #1351 (commit 05ded55)?

Cheers,
Simon

_______________________________________________
lwip-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-devel




_______________________________________________
lwip-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-devel



reply via email to

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