[Tarantool-patches] [PATCH v2 luajit 00/26] More tests from LuaJIT-tests, part 1
Sergey Bronnikov
sergeyb at tarantool.org
Wed Feb 7 11:06:49 MSK 2024
Hi, Sergey!
On 2/6/24 20:03, Sergey Kaplun wrote:
> Hi, Sergey!
> Thanks for the review!
>
> On 01.02.24, Sergey Bronnikov wrote:
>> Hi, Sergey
>>
>> there is a problem with running under ASAN:
>>
>>
>> cmake -S . -B build -DLUAJIT_USE_ASAN=ON
>>
>> <snipped>
>>
>> cmake --build build/ -t LuaJIT-tests
>>
>> <snipped>
>>
>> [100%] Linking C executable luajit
>> [100%] Built target luajit_static
>> Running LuaJIT-tests
>> ==320737==ASan runtime does not come first in initial library list; you
>> should either link runtime to your application or manually preload it
>> with LD_PRELOAD.
>> gmake[3]: ***
>> [test/LuaJIT-tests/CMakeFiles/LuaJIT-tests.dir/build.make:74:
>> LuaJIT-tests] Error 1
>> gmake[2]: *** [CMakeFiles/Makefile2:1193:
>> test/LuaJIT-tests/CMakeFiles/LuaJIT-tests.dir/all] Error 2
>> gmake[1]: *** [CMakeFiles/Makefile2:1200:
>> test/LuaJIT-tests/CMakeFiles/LuaJIT-tests.dir/rule] Error 2
>> gmake: *** [Makefile:455: LuaJIT-tests] Error 2
>>
>> cannot reproduce on tarantool/master
> Good catch!
> I've been tricked by the CMake again...
>
> The new patch is the following:
this fix works for me, thanks!
<snipped>
More information about the Tarantool-patches
mailing list