On 24.05.19 18:14, Darshit Shah wrote:
> * Tim Rühsen <tim.rueh...@gmx.de> [190524 18:02]:
>> Hi,
>>
>> master branch (at 9da5831ce0fa14605ad15315d3ac6af74d33767c) two tests
>> are failing with
>>
>> make check LOG_COMPILER="valgrind --trace-children=yes --leak-check=full
>> --show-leak-kinds=all"
>>
>>
>> From test_quiesce.log:
>>
>> ==16263== LEAK SUMMARY:
>> ==16263==    definitely lost: 12 bytes in 1 blocks
>>
>> ==16263== 12 bytes in 1 blocks are definitely lost in loss record 145 of 868
>> ==16263==    at 0x483577F: malloc (vg_replace_malloc.c:299)
>> ==16263==    by 0x195E8D: xmalloc (in /bin/bash)
>> ==16263==    by 0x18F51A: set_default_locale (in /bin/bash)
>> ==16263==    by 0x135EE6: main (in /bin/bash)
>>
> This looks like an issue with Bash itself. Not the tests / MHD.
> This is one of the reasons why valgrind support needs to be added properly to 
> a
> test suite, so that it is executed only for the test in question.

Yes obviously - I was a bit in a hurry, half of my brain was already out
of office, i guess :-)

Regards, Tim

Reply via email to