https://sourceware.org/bugzilla/show_bug.cgi?id=31103
--- Comment #4 from Di Chen <dichen at redhat dot com> ---
@fche, @mjw, @amerey
I don't have many clue about how to debug/measure this memory fluctuation
problem.
What I did:
1) use GDB to check the call graph.
thread_main_groom -> groom
-> sqlite3_db_release_memory(db)
-> sqlite3_db_release_memory(dbq)
2) use valgrind to run a leak-check, but found nothing.
$ valgrind --tool=memcheck --leak-check=full ./debuginfod/debuginfod
Could you give me some suggestion?
--
You are receiving this mail because:
You are on the CC list for the bug.