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: Erik Ekman
Subject: Re: [lwip-devel] travis failing with memory leak
Date: Sat, 20 Jan 2018 17:34:15 +0100

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



reply via email to

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