[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: __gc & error and GC & local weirdness
- From: nobody <nobody+lua-list@...>
- Date: Fri, 5 Aug 2016 00:27:41 +0200
On 2016-08-05 00:11, nobody wrote:
>> The GC seems to run [...]
>
> [...] it does indeed not allocate much. So I broke something else maybe...
Seems it's a side-effect of ASAN (-fsanitize=address). It seems it
doesn't want to reuse memory (in order to track use-after-frees), so it
keeps on allocating.
Sorry for the noise.
-- Marco