You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running make check on Fedora 40 produces this valgrind error:
BOLTDIR=.tmp.lightningrfc VALGRIND=1 valgrind -q --error-exitcode=7 --track-origins=yes --leak-check=full --show-reachable=yes --errors-for-leak-kinds=all wallet/test/run-db > /dev/null
==504724== 11,264 bytes in 1 blocks are still reachable in loss record 1 of 1
==504724== at 0x484B133: calloc (vg_replace_malloc.c:1675)
==504724== by 0x411D15: trace_init (trace.c:153)
==504724== by 0x411D57: trace_span_start (trace.c:263)
==504724== by 0x41A624: db_open_ (utils.c:367)
==504724== by 0x41A746: create_test_db (run-db.c:364)
==504724== by 0x41A794: test_empty_db_migrate (run-db.c:374)
==504724== by 0x423959: main (run-db.c:535)
==504724==
make: *** [Makefile:790: unittest/wallet/test/run-db] Error 7
The text was updated successfully, but these errors were encountered:
CLN v24.11.1
Running
make check
on Fedora 40 produces this valgrind error:The text was updated successfully, but these errors were encountered: